Hi Bruno, Try putting an empty file named "qt.conf" in your Mixxx.app/Contents/Resources directory.
If that doesn't work, then I'd definitely try just installing the Qt SDK for OS X from the Qt site. You don't need to compile it by hand, you'd just compile with "scons qtdir=/Library/Frameworks bundle" and it should be less of a headache. Thanks, Albert On Tue, Mar 23, 2010 at 7:05 AM, Bruno Buccolo <[email protected]> wrote: > Hi =) > > Ok, so I got it to compile with the modifications on src/SConscript that I > attached to this email. > I installed everything according to [Mixxx-devel] M4A on OSX 10.6 for > Christmas... :D and did: > > export QTDIR="/opt/local/libexec/qt4-mac" > scons force32=1 > scons bundle force32=1 > > There's still one thing missing. When I start the mixxx I get the following: > Debug: [Main]: Setting qConfigPath from location in resourcePath commandline > arg: "res/" > Warning: [Main]: QSqlDatabase: QSQLITE driver not loaded > Warning: [Main]: QSqlDatabase: available drivers: > Debug: [Main]: () > Debug: [Main]: src/library/trackcollection.cpp DB status: false > Debug: [Main]: QSqlError(-1, "Driver not loaded", "Driver not loaded") > > It might be because MacPorts compiled the plugins (libqsqlite including) as > .bundle files instead of .dylib > I'm not sure why it did that, and why it doesn't work that way, maybe a > hardcoded path? > Or filetypes are just different? Anyone? > > Thanks! > > > 2010/3/22 Bruno Buccolo <[email protected]> >> >> Hey Garth! >> >> I'm following your post (should be on Wiki, so helpful) as we talk (last >> step) >> Will try to skip the compilation of qt, since 10hours compile process >> sounds boring, but >> will do it if needed. MacPorts is handy so I don't have to compile >> everything by hand. >> I failed the first time because I didnt know it was doing x86_64 as >> default. >> >> The workspace would be lovely! I can hook you up with an ftp if you need >> it. >> >> Crossed fingers, I wanna dig the code already.... >> >> Thanks! >> >> 2010/3/22 Garth Dahlstrom <[email protected]> >>> >>> Hi Bruno, >>> I had some success with this a month or so back, it was based on my >>> earlier work: >>> http://www.mail-archive.com/[email protected]/msg02602.html, >>> but was without using Universal option so it was only x86_64 arch. Was not >>> able to create an app bundle though. >>> That workspace is on a hard drive sitting on my desk, I'll see if I can >>> hook it up and create a newer delta for you, if your keen on using MacPorts. >>> Cheers, >>> -G >>> On 2010-03-22, at 1:58 PM, Bruno Buccolo wrote: >>> >>> Hi Guys, >>> >>> I was wondering if anyone here has got sucess compiling trunk on Snow >>> Leopard. >>> I followed the wiki entry, but I guess some library I got from macports >>> came as 64bit, which is breaking scons process? >>> >>> I'm using scons force32=1 (so it builds as 32bit). >>> >>> And getting the following: >>> >>> lots of warnings like this: >>> ld: warning: in osx_build/moc_vinylcontrolsignalwidget.o, file is not of >>> required architecture >>> ld: warning: in osx_build/midi/moc_midiscriptengine.o, file is not of >>> required architecture >>> ld: warning: in /usr/local/lib/libportmidi.dylib, missing required >>> architecture x86_64 in file >>> Undefined symbols: >>> "_main", referenced from: >>> start in crt1.10.6.o >>> ld: symbol(s) not found >>> collect2: ld returned 1 exit status >>> scons: *** [osx_build/mixxx] Error 1 >>> scons: building terminated because of errors. >>> >>> >>> ^ this sounds as if it got wrong architecture somewhere... >>> Well, if it doesn't work I think I might use Ubuntu on a VM... >>> >>> Thanks! >>> >>> -- >>> Bruno de Campos Buccolo >>> >>> ------------------------------------------------------------------------------ >>> Download Intel® Parallel Studio Eval >>> Try the new software tools for yourself. Speed compiling, find bugs >>> proactively, and fine-tune applications for parallel performance. >>> See why Intel Parallel Studio got high marks during beta. >>> >>> http://p.sf.net/sfu/intel-sw-dev_______________________________________________ >>> Mixxx-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel >>> >> >> >> >> -- >> Bruno de Campos Buccolo > > > > -- > Bruno de Campos Buccolo > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Mixxx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
