LinuxSampler 2.0 ?

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Norbert Stellberg
Newbie
Posts: 10
Joined: Wed May 12, 2010 7:46 am

Re: LinuxSampler 2.0 ?

Post by Norbert Stellberg » Sun Sep 26, 2010 11:14 am

Hello,
You have either forgot to install libsndfile, or to run this:
Code: Select all
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
Sorry, nothing at all. We has do this.
Has you an other idea?

with best regards
Norbert

Andreas
Developer
Posts: 214
Joined: Sun Feb 03, 2008 8:33 am

Re: LinuxSampler 2.0 ?

Post by Andreas » Sun Sep 26, 2010 6:01 pm

Yes, sorry, I was wrong there. The problem more probably has something to do with this command:

echo "/c/Progra~1/gtkmm/share/aclocal" >> /mingw/share/aclocal/dirlist

aclocal doesn't seem to find the macros for pkg-config.

Do:

aclocal --print-ac-dir

The result should be /mingw/share/aclocal

Do:

cat /mingw/share/aclocal/dirlist

The last (and probably only) line should be the gtkmm path from the echo command.

Check that the gtkmm path exists:

ls /c/Progra~1/gtkmm/share/aclocal

The directory should include a file called pkg.m4.

Norbert Stellberg
Newbie
Posts: 10
Joined: Wed May 12, 2010 7:46 am

Re: LinuxSampler 2.0 ?

Post by Norbert Stellberg » Mon Sep 27, 2010 10:11 am

:D :D :D :D :D
Yeah!
Thank you very much.
:D :D :D :D :D
with best regards
Norbert

Post Reply