Albert Santoni wrote: > Mike, what DJ Console do you have? (MP3 Control one or the MK2?) > > If you're using the MP3 Control one, you probably need to compile with > the djconsole_legacy=1 flag (someone correct me if I'm wrong). > > As for your SCONS woes, you don't have pkg-config set up the way every > distribution does, and since you're running Linux from scratch, you're > on your own (sorry). > > Albert > > On Fri, 2007-12-21 at 17:27 -0500, Garth Dahlstrom wrote: > >> Hi Mike, >> >> Here are some ideas (don't remember if I already suggested them): >> >> - check libdjconsole0 and libdjconsole-data are installed >> - try doing ldd `which mixxx` that will show us that the linker can >> resolve the libdjconsole lib... >> - maybe try the snapshot build @ >> http://mixxx.sourceforge.net/packages/ubuntu-710/ to see if it behaves >> any different. >> >> Cheers, >> >> -G >> >> On Dec 21, 2007 5:25 PM, mike <[EMAIL PROTECTED]> wrote: >> >>> hi, >>> >>> i try since some days to get run this console. in mixxx1.5 all >>> controllers are ok. only the jogwheel won't do run. but in the svn 1.6 >>> always when mixxx startup it can't found the hercules console. i use >>> scons qtdir=/opt/qt4 djconsole=1 hifieq=1 >>> >>> Debug: HerculesLinux: Constructor called >>> Debug: m_pHercules init: 0xb78d10 >>> Debug: Starting Hercules DJ Console detection >>> No Hercules DJ Console found >>> >>> from sysfs: >>> /sys/bus/usb/devices/5-2/idVendor: 06f8 >>> /sys/bus/usb/devices/5-2/idProduct: b100 >>> >>> i tested it under windows/traktor and the hardware is ok. >>> >>> any ideas? >>> >>> ps: why change the build system from scons so often? sometimes scons >>> can't use my $PKG_CONFIG_PATH. in this case i must set it manually in >>> src/Sconstruct >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> Mixxx-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel >>> >>> >> > > > i have mk2 and it works with djconsole_legacy=, except from the led's! thanks.
for buildsystem, i use: LFS ;-) export PKG_CONFIG_PATH=$PKG_CONFIG_PATH64 and in src/Sconstruct i change function CheckForPKG: ret = context.TryAction( "*export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/X11/lib64/pkgconfig:/opt/qt4/lib64/pkgconfig &&* pkg-config --atleast-version=%s '%s'" % (version,name) )[0] scons --prefix=... install only this constellation works for me, however...? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
