Csound5_How_To/scons(??)

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Csound5_How_To/scons(??)

sal g sofia

Hi Pat, (Pagano) or anyone,

I am running on a Mac OS X, 10.3.8, and did all of your suggestions and
when I run "scons" in a terminal inside /Users/sal/CSOUNDCVS/csound5/
I get: [-bash: scons: command not found]. I also tried the little
"hello.c" tutorial from Scons and I get the same result.

I checked for the "scons" in the /usr/local/bin/ and the "scons" is there.
and I also checked in the system and the "scons" folders are there.
(/System/Library/Frameworks/Python.framework/Versions/2.3/lib/scons)
any help??

Thank you,
regards

-Sal
--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Csound5_How_To/scons(??)

Pat Pagano
make sure

/usr/local/bin is in your PATH

type

echo $PATH

in the Terminal
will give your environment settings


other wise simply type

/us/local/bin/scons

which specifies it directly

cheers

PAt





On May 27, 2005, at 4:29 PM, sal g sofia wrote:

>
> Hi Pat, (Pagano) or anyone,
>
> I am running on a Mac OS X, 10.3.8, and did all of your suggestions
> and when I run "scons" in a terminal inside
> /Users/sal/CSOUNDCVS/csound5/
> I get: [-bash: scons: command not found]. I also tried the little
> "hello.c" tutorial from Scons and I get the same result.
>
> I checked for the "scons" in the /usr/local/bin/ and the "scons" is
> there.
> and I also checked in the system and the "scons" folders are there.
> (/System/Library/Frameworks/Python.framework/Versions/2.3/lib/scons)
> any help??
>
> Thank you,
> regards
>
> -Sal
> --
> Send bugs reports to [hidden email]
>              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
> To unsubscribe, send email to [hidden email]
>
>

Patrick Pagano, B.S.,M.F.A
Digital Media Specialist
Digital Worlds Institute
University Of Florida
(352) 294-2082

--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Csound5_How_To/scons(??)

sal g sofia

Pat,

Thank you, it was compiling fine and something (terrible)
happened, this is the only error:

ar: creating archive libcsound.a
ranlib libcsound.a
gcc -framework Carbon -framework CoreAudio -framework CoreMidi -o csound
frontends/csound/csound_main.o -L. -L. -L/usr/local/lib -L. -L. -lcsound
-lsndfile -lfltk -lstdc++ -lpthread -lm
ld: Undefined symbols:
Fl::lock()
Fl::unlock()
scons: *** [csound] Error 1
scons: building terminated because of errors.

=============================================
  On Fri, 27 May 2005, Patrick
Pagano wrote:

> make sure
>
> /usr/local/bin is in your PATH
>
> type
>
> echo $PATH
>
> in the Terminal
> will give your environment settings
>
>
> other wise simply type
>
> /us/local/bin/scons
>
> which specifies it directly
>
> cheers
>
> PAt
>
>
>
>
>
> On May 27, 2005, at 4:29 PM, sal g sofia wrote:
>
>>
>> Hi Pat, (Pagano) or anyone,
>>
>> I am running on a Mac OS X, 10.3.8, and did all of your suggestions and
>> when I run "scons" in a terminal inside /Users/sal/CSOUNDCVS/csound5/
>> I get: [-bash: scons: command not found]. I also tried the little "hello.c"
>> tutorial from Scons and I get the same result.
>>
>> I checked for the "scons" in the /usr/local/bin/ and the "scons" is there.
>> and I also checked in the system and the "scons" folders are there.
>> (/System/Library/Frameworks/Python.framework/Versions/2.3/lib/scons)
>> any help??
>>
>> Thank you,
>> regards
>>
>> -Sal
>> --
>> Send bugs reports to [hidden email]
>>              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
>> To unsubscribe, send email to [hidden email]
>>
>>
>
> Patrick Pagano, B.S.,M.F.A
> Digital Media Specialist
> Digital Worlds Institute
> University Of Florida
> (352) 294-2082
>
> --
> Send bugs reports to [hidden email]
>             (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
> To unsubscribe, send email to [hidden email]
>
--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Csound5_How_To/scons(??)

Victor Lazzarini
In reply to this post by sal g sofia
You'll have to build fltk with enable-threads:

run

./configure --enable-shared --enable-threads

and then
make
make install

to build fltk (as super-user I suppose).

>
>
> Pat,
>
> Thank you, it was compiling fine and something (terrible)
> happened, this is the only error:
>
> ar: creating archive libcsound.a
> ranlib libcsound.a
> gcc -framework Carbon -framework CoreAudio -framework
> CoreMidi -o csound  frontends/csound/csound_main.o -L. -L.
> -L/usr/local/lib -L. -L. -lcsound  -lsndfile -lfltk
> -lstdc++ -lpthread -lm ld: Undefined symbols:
> Fl::lock()
> Fl::unlock()
> scons: *** [csound] Error 1
> scons: building terminated because of errors.
>
> =============================================
>   On Fri, 27 May 2005, Patrick
> Pagano wrote:
>
> > make sure
> >
> > /usr/local/bin is in your PATH
> >
> > type
> >
> > echo $PATH
> >
> > in the Terminal
> > will give your environment settings
> >
> >
> > other wise simply type
> >
> > /us/local/bin/scons
> >
> > which specifies it directly
> >
> > cheers
> >
> > PAt
> >
> >
> >
> >
> >
> > On May 27, 2005, at 4:29 PM, sal g sofia wrote:
> >
> >>
> >> Hi Pat, (Pagano) or anyone,
> >>
> >> I am running on a Mac OS X, 10.3.8, and did all of your
> suggestions and  >> when I run "scons" in a terminal
> inside /Users/sal/CSOUNDCVS/csound5/ >> I get: [-bash:
> scons: command not found]. I also tried the little
> "hello.c"  >> tutorial from Scons and I get the same
> result. >>
> >> I checked for the "scons" in the /usr/local/bin/ and
> the "scons" is there. >> and I also checked in the system
> and the "scons" folders are there.  >>
> (/System/Library/Frameworks/Python.framework/Versions/2.3/
> lib/scons) >> any help??
> >>
> >> Thank you,
> >> regards
> >>
> >> -Sal
> >> --
> >> Send bugs reports to [hidden email]
> >>              (or to
> http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To
> unsubscribe, send email to
> [hidden email] >>
> >>
> >
> > Patrick Pagano, B.S.,M.F.A
> > Digital Media Specialist
> > Digital Worlds Institute
> > University Of Florida
> > (352) 294-2082
> >
> > --
> > Send bugs reports to [hidden email]
> >             (or to
> > http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe
> , send email to [hidden email] >
> --
> Send bugs reports to [hidden email]
>               (or to
> http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe,
> send email to [hidden email]
--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Csound5_How_To/scons(??)

sal g sofia

Thank you, Victor.

I did have Fltk 1.1.5 installed  with shared and threads enabled
and the problem was that I previously installed Fltk 1.1.6 without
those two options enabled. Well, instead to uninstall the new version
I recompiled it with the threads and shared enabled and to tell you
how happy I am, the TEST WORKS!!! Well, as they say "one step at a time"

I cannot wait to look into this new version.
Thank you to all the Developers.

Regards,

-Sal

===========================================
Sal G. Sofia, DMA
===========================================
On Sat, 28 May 2005, Victor Lazzarini wrote:

> You'll have to build fltk with enable-threads:
>
> run
>
> ./configure --enable-shared --enable-threads
>
> and then
> make
> make install
>
> to build fltk (as super-user I suppose).
>
>>
>>
>> Pat,
>>
>> Thank you, it was compiling fine and something (terrible)
>> happened, this is the only error:
>>
>> ar: creating archive libcsound.a
>> ranlib libcsound.a
>> gcc -framework Carbon -framework CoreAudio -framework
>> CoreMidi -o csound  frontends/csound/csound_main.o -L. -L.
>> -L/usr/local/lib -L. -L. -lcsound  -lsndfile -lfltk
>> -lstdc++ -lpthread -lm ld: Undefined symbols:
>> Fl::lock()
>> Fl::unlock()
>> scons: *** [csound] Error 1
>> scons: building terminated because of errors.
>>
>> =============================================
>>   On Fri, 27 May 2005, Patrick
>> Pagano wrote:
>>
>>> make sure
>>>
>>> /usr/local/bin is in your PATH
>>>
>>> type
>>>
>>> echo $PATH
>>>
>>> in the Terminal
>>> will give your environment settings
>>>
>>>
>>> other wise simply type
>>>
>>> /us/local/bin/scons
>>>
>>> which specifies it directly
>>>
>>> cheers
>>>
>>> PAt
>>>
>>>
>>>
>>>
>>>
>>> On May 27, 2005, at 4:29 PM, sal g sofia wrote:
>>>
>>>>
>>>> Hi Pat, (Pagano) or anyone,
>>>>
>>>> I am running on a Mac OS X, 10.3.8, and did all of your
>> suggestions and  >> when I run "scons" in a terminal
>> inside /Users/sal/CSOUNDCVS/csound5/ >> I get: [-bash:
>> scons: command not found]. I also tried the little
>> "hello.c"  >> tutorial from Scons and I get the same
>> result. >>
>>>> I checked for the "scons" in the /usr/local/bin/ and
>> the "scons" is there. >> and I also checked in the system
>> and the "scons" folders are there.  >>
>> (/System/Library/Frameworks/Python.framework/Versions/2.3/
>> lib/scons) >> any help??
>>>>
>>>> Thank you,
>>>> regards
>>>>
>>>> -Sal
>>>> --
>>>> Send bugs reports to [hidden email]
>>>>              (or to
>> http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To
>> unsubscribe, send email to
>> [hidden email] >>
>>>>
>>>
>>> Patrick Pagano, B.S.,M.F.A
>>> Digital Media Specialist
>>> Digital Worlds Institute
>>> University Of Florida
>>> (352) 294-2082
>>>
>>> --
>>> Send bugs reports to [hidden email]
>>>             (or to
>>> http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe
>> , send email to [hidden email] >
>> --
>> Send bugs reports to [hidden email]
>>               (or to
>> http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe,
>> send email to [hidden email]
> --
> Send bugs reports to [hidden email]
>              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
> To unsubscribe, send email to [hidden email]
>
--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]
Loading...