build from source problem

View: New views
11 Messages — Rating Filter:   Alert me  

build from source problem

by Aaron Gervais :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: build from source problem

by miguel.negrao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: build from source problem

by Dan Stowell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi -

You don't need to build "SuperColliderAU" unless you want to (it
provides scsynth as an Audio Unit).

2009/4/19, Aaron Gervais <aaron.gervais@...>:

> 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


This error message suggests that you're building "SuperColliderAU"
without first building the "Plugins" target (since the missing *.scx
files are the plugins that get built by the Plugins target).

I would have thought that the SuperColliderAU should not be included
in a default build, unless you ask for it, but maybe it ended up
getting included.

Did you use Xcode GUI to build, or did you use the script?

If not, maybe try the script and see if it works. In a Terminal do
something similar to this:

  cd SuperCollider3
  ./compile.sh

Let us know if that works for you...

Dan


>  === 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/
>


--
http://www.mcld.co.uk

_______________________________________________
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/

Re: build from source problem

by Aaron Gervais :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I did use the script, so that's not the issue. I will try uninstalling  
libsndfile and doing it that way.

thx
a

On 19 Apr 2009, at 11:25:29AM, Dan Stowell wrote:

> Hi -
>
> You don't need to build "SuperColliderAU" unless you want to (it
> provides scsynth as an Audio Unit).
>
> 2009/4/19, Aaron Gervais <aaron.gervais@...>:
>> 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
>
>
> This error message suggests that you're building "SuperColliderAU"
> without first building the "Plugins" target (since the missing *.scx
> files are the plugins that get built by the Plugins target).
>
> I would have thought that the SuperColliderAU should not be included
> in a default build, unless you ask for it, but maybe it ended up
> getting included.
>
> Did you use Xcode GUI to build, or did you use the script?
>
> If not, maybe try the script and see if it works. In a Terminal do
> something similar to this:
>
>  cd SuperCollider3
>  ./compile.sh
>
> Let us know if that works for you...
>
> Dan
>
>
>> === 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/
>>
>
>
> --
> http://www.mcld.co.uk
>
> _______________________________________________
> 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/

Re: build from source problem

by Aaron Gervais :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: build from source problem

by Josh Parmenter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In the build script (the command lines to the XCode projects), is  
there a way to say PPC or i386 only? This would avoid the libsndfile  
conflict problem.

Actually, perhaps only those of us who build to distribute need the  
special libsndfile.... perhaps we should think about changing this.

Josh

On Apr 19, 2009, at 11:39 AM, Aaron Gervais wrote:

> I did use the script, so that's not the issue. I will try  
> uninstalling libsndfile and doing it that way.
>
> thx
> a
>
> On 19 Apr 2009, at 11:25:29AM, Dan Stowell wrote:
>
>> Hi -
>>
>> You don't need to build "SuperColliderAU" unless you want to (it
>> provides scsynth as an Audio Unit).
>>
>> 2009/4/19, Aaron Gervais <aaron.gervais@...>:
>>> 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
>>
>>
>> This error message suggests that you're building "SuperColliderAU"
>> without first building the "Plugins" target (since the missing *.scx
>> files are the plugins that get built by the Plugins target).
>>
>> I would have thought that the SuperColliderAU should not be included
>> in a default build, unless you ask for it, but maybe it ended up
>> getting included.
>>
>> Did you use Xcode GUI to build, or did you use the script?
>>
>> If not, maybe try the script and see if it works. In a Terminal do
>> something similar to this:
>>
>> cd SuperCollider3
>> ./compile.sh
>>
>> Let us know if that works for you...
>>
>> Dan
>>
>>
>>> === 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/
>>>
>>
>>
>> --
>> http://www.mcld.co.uk
>>
>> _______________________________________________
>> 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/

******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/

“Every composer – at all times and in all cases – gives his own  
interpretation of how modern society is structured: whether actively  
or passively, consciously or unconsciously, he makes choices in this  
regard. He may be conservative or he may subject himself to continual  
renewal; or he may strive for a revolutionary, historical or social  
palingenesis." - Luigi Nono
*/


_______________________________________________
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/

Re: build from source problem

by thelych :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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/

Re: build from source problem

by Dan Stowell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/4/20  <thelych@...>:
>
> 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

I've just updated the svn version of the script. If you update from
svn you'll find that you can now do, for example,

./compile.sh  ARCHS=i386

Dan

_______________________________________________
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/

Re: build from source problem

by thelych :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Le 20 avr. 09 à 12:23, Dan Stowell a écrit :

> 2009/4/20  <thelych@...>:
>>
>> 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
>
> I've just updated the svn version of the script. If you update from
> svn you'll find that you can now do, for example,
>
> ./compile.sh  ARCHS=i386

nice :)
good to know to you can finally pass it to xcodebuild

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/

Re: build from source problem

by Scott Wilson-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 20 Apr 2009, at 11:04, thelych@... wrote:

>
> 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.

Yes, didn't this approach sort this before when we had problems with  
XCode choosing dynamic linking over static?

S.
_______________________________________________
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/

Re: build from source problem

by miguel.negrao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/