Hold up guys, ladspa.h is already included in our source tree here: mixxx/lib/ladspa/ladspa.h
It looks like I only updated our SConscript to search for ladspa.h there for Windows, so I've changed our SConscript to look for it there on all OSes. So we don't actually depend on any external LADSPA packages, which is how LADSPA is supposed to work (LADSPA is just a single header file that specifies a standard set of symbols that should be resolved in any LADSPA plugin dynamic library.) Thanks, Albert On 17-Nov-08, at 5:21 AM, Garth Dahlstrom wrote: > RJ nailed it > > BTW, here's how to find which package has a header file on Ubuntu > (second search form on http://packages.ubuntu.com/) ... > > http://packages.ubuntu.com/search?searchon=contents&keywords=ladspa.h&mode=exactfilename&suite=intrepid&arch=any > > > On Mon, Nov 17, 2008 at 4:52 AM, Russell Ryan <[EMAIL PROTECTED]> wrote: > 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 > > > > -- > __ > --- == __/ t.O ==-- > http://stacktrace.org/ > ------------------------------------------------------------------------- > 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
