|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Grace[CL] compilation issuesHello,
I am getting the following problem when trying to build GraceCL on Ubuntu Gutsy. ==== Building GraceCL ==== mkdir -p build/gracecl.obj/Release g++ -MMD -D "LINUX=1" -I "../../../juce/trunk/" -I "/usr/local/include" -I "/usr/include" -O2 -o build/gracecl.obj/Release/Buffer.o -c ../../src/Buffer.cpp ../../src/Lisp.h:63: error: ISO C++ forbids declaration of 'StreamingSocket' with no type ../../src/Lisp.h:63: error: expected ';' before '*' token ../../src/Lisp.h:68: error: 'StreamingSocket' has not been declared make[1]: *** [build/gracecl.obj/Release/Buffer.o] Error 1 make: *** [GraceCL] Error 2 -- ./MiS 514-344-0726 http://www.creazone.ca _______________________________________________ Cmdist mailing list Cmdist@... http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist |
|
|
Re: Grace[CL] compilation issuesim sorry for the delay, can you tell me what version of Juce you are
using? (There was a change in the headers at some point that might be the cause of this.) On Jul 17, 2008, at 6:52 AM, Michal Seta wrote: > Hello, > > I am getting the following problem when trying to build GraceCL on > Ubuntu Gutsy. > > ==== Building GraceCL ==== > mkdir -p build/gracecl.obj/Release > g++ -MMD -D "LINUX=1" -I "../../../juce/trunk/" -I > "/usr/local/include" -I "/usr/include" -O2 -o > build/gracecl.obj/Release/Buffer.o -c ../../src/Buffer.cpp > ../../src/Lisp.h:63: error: ISO C++ forbids declaration of > 'StreamingSocket' with no type > ../../src/Lisp.h:63: error: expected ';' before '*' token > ../../src/Lisp.h:68: error: 'StreamingSocket' has not been declared > make[1]: *** [build/gracecl.obj/Release/Buffer.o] Error 1 > make: *** [GraceCL] Error 2 > > > -- > ./MiS > 514-344-0726 > http://www.creazone.ca > > _______________________________________________ > Cmdist mailing list > Cmdist@... > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist _______________________________________________ Cmdist mailing list Cmdist@... http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist |
|
|
Re: Grace[CL] compilation issuesHi,
The tag directory says version_1_44 svn info shows this: Path: . URL: https://juce.svn.sourceforge.net/svnroot/juce Repository Root: https://juce.svn.sourceforge.net/svnroot/juce Repository UUID: 73c099df-6032-0410-8b63-a4d35bf85619 Revision: 191 Node Kind: directory Schedule: normal Last Changed Author: jules_rms Last Changed Rev: 191 Last Changed Date: 2007-08-10 14:49:37 -0400 (Fri, 10 Aug 2007) Perhaps that's too old? (I thought I pulled it not so long ago but I might be wrong) ./MiS On Sun, Jul 20, 2008 at 3:37 PM, Heinrich Taube <taube@...> wrote: > im sorry for the delay, can you tell me what version of Juce you are using? > (There was a change in the headers at some point that might be the cause of > this.) > > On Jul 17, 2008, at 6:52 AM, Michal Seta wrote: > >> Hello, >> >> I am getting the following problem when trying to build GraceCL on Ubuntu >> Gutsy. >> >> ==== Building GraceCL ==== >> mkdir -p build/gracecl.obj/Release >> g++ -MMD -D "LINUX=1" -I "../../../juce/trunk/" -I >> "/usr/local/include" -I "/usr/include" -O2 -o >> build/gracecl.obj/Release/Buffer.o -c ../../src/Buffer.cpp >> ../../src/Lisp.h:63: error: ISO C++ forbids declaration of >> 'StreamingSocket' with no type >> ../../src/Lisp.h:63: error: expected ';' before '*' token >> ../../src/Lisp.h:68: error: 'StreamingSocket' has not been declared >> make[1]: *** [build/gracecl.obj/Release/Buffer.o] Error 1 >> make: *** [GraceCL] Error 2 >> >> >> -- >> ./MiS >> 514-344-0726 >> http://www.creazone.ca >> >> _______________________________________________ >> Cmdist mailing list >> Cmdist@... >> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > -- ./MiS 514-344-0726 http://www.creazone.ca _______________________________________________ Cmdist mailing list Cmdist@... http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist |
|
|
Re: Grace[CL] compilation issuesHello,
Just to follow up on this, I have, in fact, updated my juce through svn and now GraceCL compiles fine. Thanks ./MiS On Wed, Jul 23, 2008 at 8:36 AM, Michal Seta <mis@...> wrote: > Hi, > > The tag directory says version_1_44 > > svn info shows this: > > Path: . > URL: https://juce.svn.sourceforge.net/svnroot/juce > Repository Root: https://juce.svn.sourceforge.net/svnroot/juce > Repository UUID: 73c099df-6032-0410-8b63-a4d35bf85619 > Revision: 191 > Node Kind: directory > Schedule: normal > Last Changed Author: jules_rms > Last Changed Rev: 191 > Last Changed Date: 2007-08-10 14:49:37 -0400 (Fri, 10 Aug 2007) > > Perhaps that's too old? (I thought I pulled it not so long ago but I > might be wrong) > > ./MiS > > On Sun, Jul 20, 2008 at 3:37 PM, Heinrich Taube <taube@...> wrote: >> im sorry for the delay, can you tell me what version of Juce you are using? >> (There was a change in the headers at some point that might be the cause of >> this.) >> >> On Jul 17, 2008, at 6:52 AM, Michal Seta wrote: >> >>> Hello, >>> >>> I am getting the following problem when trying to build GraceCL on Ubuntu >>> Gutsy. >>> >>> ==== Building GraceCL ==== >>> mkdir -p build/gracecl.obj/Release >>> g++ -MMD -D "LINUX=1" -I "../../../juce/trunk/" -I >>> "/usr/local/include" -I "/usr/include" -O2 -o >>> build/gracecl.obj/Release/Buffer.o -c ../../src/Buffer.cpp >>> ../../src/Lisp.h:63: error: ISO C++ forbids declaration of >>> 'StreamingSocket' with no type >>> ../../src/Lisp.h:63: error: expected ';' before '*' token >>> ../../src/Lisp.h:68: error: 'StreamingSocket' has not been declared >>> make[1]: *** [build/gracecl.obj/Release/Buffer.o] Error 1 >>> make: *** [GraceCL] Error 2 >>> >>> >>> -- >>> ./MiS >>> 514-344-0726 >>> http://www.creazone.ca >>> >>> _______________________________________________ >>> Cmdist mailing list >>> Cmdist@... >>> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist >> > > > > -- > ./MiS > 514-344-0726 > http://www.creazone.ca > -- ./MiS 514-344-0726 http://www.creazone.ca _______________________________________________ Cmdist mailing list Cmdist@... http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist |
| Free Forum Powered by Nabble | Forum Help |