WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: PyRTCmix on github

Re: Building RTcmix on OSX 10.6

by Douglas Scott-2 :: Rate this Message:

| View in Thread

The issue I isolated below is due to the build attempting to create a PowerPC version of the object code.  This means one of the Makefile sed scripts is not working properly, which is odd because we tested all that.  Hm.

Try doing a 'make clean' in src/parser/perl/ and then a fresh 'make'.  If it fails, paste the entire make output (from that sub-build only) here.

-Doug


-----Original Message-----
From: Yuri Spitsyn <yvs2b@...>
To: A discussion list for RTcmix <rtcmix-discuss@...>
Sent: Wed, Oct 5, 2011 12:18 pm
Subject: Re: [RTcmix-discuss] Building RTcmix on OSX 10.6


Thanks John, Doug...

I have tried using --with-XXbit flags

No success yet.. A little maybe - the errors are the same in both cases.
The build exerpts follow. 

I'm running XCode 4.1 which includes 10.5, 10.6 sdk (but not 10.4)

----------------------------------------------------------------------------

./configure --with-perl --with-python=/usr/local/bin/python-32 --with-32bit 

or

./configure --with-perl --with-python=/usr/local/bin/python --with-64bit 


------------------ make error -----------------
...
parse_with_perl.c: In function ‘xs_init’:
parse_with_perl.c:28: warning: passing argument 3 of ‘Perl_newXS’ from 
incompatible pointer type
llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/powerpc-apple-darwin10-llvm-gcc-4.2': 
execvp: No such file or directory
lipo: can't figure out the architecture type of: /var/folders/X5/X54SkqxXHb0HWB6izQyjU++++TI/-Tmp-//ccGOWw8R.out
make[2]: *** [parse_with_perl.o] Error 255


_______________________________________________
RTcmix-discuss mailing list
RTcmix-discuss@...
http://music.columbia.edu/mailman/listinfo/rtcmix-discuss

 « Return to Thread: PyRTCmix on github