OpenArena Message Boards

OpenArena Contributions => Development => Topic started by: dmn_clown on September 09, 2007, 04:59:57 PM



Title: ioq3 rev >= 1161
Post by: dmn_clown on September 09, 2007, 04:59:57 PM
Has anyone gotten the new sdl-backend to cross compile?

Quote
CC code/jpeg-6/jerror.c
In file included from code/jpeg-6/../renderer/tr_local.h:31,
                 from code/jpeg-6/jerror.c:16:
code/jpeg-6/../renderer/qgl.h:32: error: syntax error before "qglMultiTexCoord2fARB"
code/jpeg-6/../renderer/qgl.h:32: warning: type defaults to `int' in declaration of `qglMultiTexCoord2fARB'
code/jpeg-6/../renderer/qgl.h:32: warning: data definition has no type or storage class

I'm obviously missing a dependency in my mingw32 install, apart from SDL (which I have), what else do I need?


Title: Re: ioq3 rev >= 1161
Post by: beast on September 09, 2007, 05:15:27 PM
I'm using mingw, but on a windows machine. Compiles fine for me. Sorry I can't add any more info. If I get a second, I'll try on my debian machine and see what happens..


Title: Re: ioq3 rev >= 1161
Post by: dmn_clown on September 09, 2007, 07:52:02 PM
which gcc version?


Title: Re: ioq3 rev >= 1161
Post by: beast on September 09, 2007, 08:28:50 PM
Code:
$ gcc -dumpversion
3.4.2


Title: Re: ioq3 rev >= 1161
Post by: dmn_clown on September 09, 2007, 08:49:15 PM
There are 2 reports on the ioq3 mailing list of it FTBFS with mingw32 (not my error, though) which is why I asked.


Title: Re: ioq3 rev >= 1161
Post by: dmn_clown on September 10, 2007, 01:52:04 PM
It's a hacky implementation of an OpenGL extension.