« Return to Thread: build from source problem

Re: build from source problem

by miguel.negrao :: Rate this Message:

Reply to Author | View in Thread

I'm using this script for compiling sc. Might be usefull to you:

#! /bin/sh

cd /Users/YOU/Downloads/libsndfile/
sudo make uninstall
cd "/Applications/Sound Apps/sc3svn/"
svn up
./compile.sh
cd /Users/YOU/Downloads/libsndfile/
sudo make install


Aaron Gervais escreveu:

> Wow, this worked! I wouldn't have thought that having libsndfile
> installed could prevent the build, since it used to be required...
>
> Thanks, Miguel.
>
> a
>
>
> On 19 Apr 2009, at 11:24:22AM, Miguel Negrao wrote:
>
>> I'm not sure if this is the reason, but you cannot have libsndfile
>> installed otherwise it won't compile. Each time I compile sc I have to
>> uninstall libsndfile (sudo make uninstall), compile sc and then
>> install libsndfile again (sudo make install).
>>
>> Miguel
>>
>> Aaron Gervais escreveu:
>>> Hi All,
>>> I've been trying off and on for the past few weeks to build from
>>> source without luck. About a month ago, I switched out the hard drive
>>> in my MacBook Pro (1st gen), reinstalled Leopard and XCode from
>>> scratch on the new drive, and migrated my data back in. So I've got a
>>> squeaky clean OS but I'm unable to build SuperCollider, either with
>>> the scripts or manually in XCode. I tried installing libsndfile but
>>> that didn't help.  Any suggestions? I've tried maybe 4 or 5 different
>>> svn checkouts now, I always get the same message:
>>> PhaseScriptExecution "/Applications/SuperCollider3/Intermediate Build
>>> Files/SuperColliderAU.build/Script-D5F6AB340EF42BC4002DDA8C.sh"
>>>    cd /Applications/SuperCollider3
>>>    /bin/sh -c "\"/Applications/SuperCollider3/Intermediate Build
>>> Files/SuperColliderAU.build/Script-D5F6AB340EF42BC4002DDA8C.sh\""
>>> cp: /Applications/SuperCollider3/build/plugins/*.scx: No such file or
>>> directory
>>> === BUILDING AGGREGATE TARGET All OF PROJECT Synth WITH CONFIGURATION
>>> Deployment NOT USING PER-CONFIGURATION BUILD DIRECTORIES ===
>>> Checking Dependencies...
>>> ** BUILD FAILED **
>>> The following build commands failed:
>>> scsynth:
>>>    Ld "/Applications/SuperCollider3/Intermediate Build
>>> Files/scsynth.build/Objects-normal/ppc/scsynth" normal ppc
>>> SuperColliderAU:
>>>    Ld "/Applications/SuperCollider3/Intermediate Build
>>> Files/SuperColliderAU.build/Objects-normal/ppc/SuperColliderAU"
>>> normal ppc
>>> (2 failures)
>>> Thanks,
>>> Aaron
>>> _______________________________________________
>>> 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/
>>
>>
>> --
>> Miguel Negrão // ZLB
>> http://www.friendlyvirus.org/artists/zlb/
>>
>> _______________________________________________
>> 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/
>
>
> _______________________________________________
> 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/
>
>


--
Miguel Negrão // ZLB
http://www.friendlyvirus.org/artists/zlb/

_______________________________________________
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