I first tried from MacPorts, then compiled by hand.

A few minutes ago I found this
email<http://www.mail-archive.com/[email protected]/msg02602.html>and
trying it out.
MacPorts was compiling everything for 64bits, so it wasnt only PortAudio.
The force32 flag I found on the SConscript and it seems to work fine (-m32
flag for gcc)

Hope to report sucess soon. =)

thanks!


2010/3/22 Albert Santoni <[email protected]>

> Hi Bruno,
>
> It looks like PortAudio is not compiled as 64-bit. Did you install it
> from source or from MacPorts? I would recommend installing all of
> Mixxx's dependencies from source (except for Qt - download the Qt SDK
> instead) because I've always ended up with weird problems using
> MacPorts.
>
> Try compiling PortAudio from source and see if that fixes your problem...
>
> I'm not certain if the force32 flag works on OS X. You might want to
> dig into our SConscript to double check that... :)
>
> Thanks!
> Albert
>
> On Mon, Mar 22, 2010 at 10:58 AM, Bruno Buccolo <[email protected]>
> 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&#174; 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
------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to