gcc 4.1

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
dino4k
Atmospheric Pilot
Atmospheric Pilot
Posts: 1
Joined: Mon Jun 11, 2007 7:42 am

gcc 4.1

Post by dino4k »

Hi there,

i tried to compile vega strike from the ogre branch with gcc 4.1 which results in error because they declared "extra qualification" of in-line declaration within a class as invalid.

My c++ experiences are limited but i guess i can help out "fixing" all those to make it compiling with gcc 4.1

btw what's the state of the ogre port? I'm intersted in ogre itself and therefore want to have a look at the vs ogre source :)

dino
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

The person working on OGRE is Klauss.

I'm not sure what the status is, but nothing has been committed for months as it is now.

You might be able to join the Vegastrike-Devel mailing list and ask there if you are interested in porting to OGRE.

As far as GCC 4.1, the trunk should compile... unfortunately I don't know how up to date the OGRE branch is.

Also, any reason you can't set the CC and CXX variables to 4.0?

Code: Select all

export CC=gcc-4.0
export CXX=gcc-4.0
./configure ...
Post Reply