Hallo!
I checked out the new GEM sources and have a problem to configure:
./configure --prefix=/usr --with-ftgl --with-mpeg3 --with-quicktime
--with-avi
...
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
./configure: line 2271: syntax error near unexpected token (' ./configure: line 2271:
{ echo "configure: error: you enforced the
use of MMX although the compiler ($CXX) doesn't support it" 1>&2; exit 1; }'
but I have not enabled mmx, I also tried it with --disable-mmx, but it didn't work.
Any ideas?
Thanks, LG Georg
hello
it's funny, i had exactelly the same problem this morning....
the problem is that your computer does not like "(" and ")" insind a sting : it's just a syntax error of the script.
the easiest solution I found was removing "($CXX)" in the string (line 2271).
I also had problem later with "can't". i made a surch and replace for "can't to "can not" and everything work fine.
just a question : do use ubuntu? (it look like this distribution does not use a standard shell)
hope that help Cyrille
Georg Holzmann wrote:
Hallo!
I checked out the new GEM sources and have a problem to configure:
./configure --prefix=/usr --with-ftgl --with-mpeg3 --with-quicktime --with-avi ... checking for shmat... yes checking for IceConnectionNumber in -lICE... yes ./configure: line 2271: syntax error near unexpected token
(' ./configure: line 2271:
{ echo "configure: error: you enforced the use of MMX although the compiler ($CXX) doesn't support it" 1>&2; exit 1; }'but I have not enabled mmx, I also tried it with --disable-mmx, but it didn't work.
Any ideas?
Thanks, LG Georg
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hallo!
the easiest solution I found was removing "($CXX)" in the string (line 2271). I also had problem later with "can't". i made a surch and replace for "can't to "can not" and everything work fine.
Thanks, I replaced can't and ($CXX) but now I get this error:
... checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes ./configure: line 5777: syntax error: unexpected end of file
just a question : do use ubuntu? (it look like this distribution does not use a standard shell)
No, Debian.
Thanks, LG Georg
hello,
i have the same error with cvs compilation. but it worked fine with official 0.90 sources.
tell me if you find the solution...
thanks C
Georg Holzmann wrote:
Hallo!
the easiest solution I found was removing "($CXX)" in the string (line 2271). I also had problem later with "can't". i made a surch and replace for "can't to "can not" and everything work fine.
Thanks, I replaced can't and ($CXX) but now I get this error:
... checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes ./configure: line 5777: syntax error: unexpected end of file
just a question : do use ubuntu? (it look like this distribution does not use a standard shell)
No, Debian.
Thanks, LG Georg
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
On Jan 13, 2005, at 8:55 AM, Georg Holzmann wrote:
Hallo!
hey georg,
An other problem: These files do not compile on my system: GEMglBindProgramsARB.cpp GEMglGenProgramsARB.cpp Its no problem for me, but I only wanted to mention it...
...when you say they don't compile, do you mean they don't work, or produce errors? They should only compile and do something on systems that have GL_ARB_vertex_program in the glextensions string, so: do you have a card that supports that?
l8r, jamie
james tittle wrote:
On Jan 13, 2005, at 8:55 AM, Georg Holzmann wrote:
An other problem: These files do not compile on my system: GEMglBindProgramsARB.cpp GEMglGenProgramsARB.cpp
...when you say they don't compile, do you mean they don't work, or produce errors?
i guess they are just not compiling (i remember having had problems with it in the beginning too; i think it was another problem with HEAD vs vertex_array)
They should only compile and do something on systems that have GL_ARB_vertex_program in the glextensions string, so: do you have a card that supports that?
hopefully not! but i guess it should do what you expect it to.
mfg.a.sdr IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
btw: i think this should really go to gem-dev