« Return to Thread: build from source problem

Re: build from source problem

by thelych :: Rate this Message:

Reply to Author | View in Thread


Le 19 avr. 09 à 20:59, Josh Parmenter a écrit :

> In the build script (the command lines to the XCode projects), is  
> there a way to say PPC or i386 only?

i do not think you can... you have to set it in your proj  
configuration (deployment uses both by default) or use a configuration  
file

> This would avoid the libsndfile conflict problem.

did you try to explicitely set a link option.
try to use the 'other linker flags' option for both configuration in  
XCode and add libsndfile
or set it explicitely with -L mypath/to/libsndfile or -l
if i remember i think i corrected this problem like this.


best,
charles
_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

 « Return to Thread: build from source problem