Robin Sheat wrote: > So, doing a mixxx build for the first time in a fair while, after doing a > clean checkout just to be sure: > > [EMAIL PROTECTED]:~/src/Mixxx/mixxx$ scons > scons: Reading SConscript files ... > Platform: Linux > QT path: /usr/share/qt4 > Loading qt4 tool... > Checking for C library portaudio... yes > .... > Checking for C library GLU... yes > Not working FFMPEG support... disabled > Checking for C header file ladspa.h... no > Did not find the LADSPA header file (ladspa.h) - exiting! > > Well, it's right: > [EMAIL PROTECTED]:~/src/Mixxx/mixxx$ dpkg -S ladspa.h > dpkg: *ladspa.h* not found. > > But, on the other hand: > [EMAIL PROTECTED]:~/src/Mixxx/mixxx$ find -name ladspa.h > ./lib/ladspa/ladspa.h > > Is is supposed to be finding this and is failing? I had a look through the > ladspa stuff and build guides on the wiki, none mention this bit. > >
The 'lib' folder is mostly for OSes that don't have a package system, like Windows. The debian package that provides LADSPA stuff is ladspa-sdk. If you install that it should work. Now that LADSPA is required, we should update the guides on the wiki to include this :). Cheers, RJ > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Mixxx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
