UFO:Alien Invasion

Technical support => Windows => Topic started by: Legendman3 on December 17, 2012, 07:01:29 pm

Title: Code::Blocks 12.11 compile.
Post by: Legendman3 on December 17, 2012, 07:01:29 pm
This probably isn't noticed yet because noone else probably uses it but does the Code::Blocks workspace still work for the devs? Because I got a error running the thing.

Quote
-o ..\..\base\game.dll --export-all-symbols
 
mingw32-g++.exe: error: unrecognized command line option '--export-all-symbols'
Title: Re: Code::Blocks 12.11 compile.
Post by: geever on December 17, 2012, 07:06:08 pm
Hi,

I cannot tell, but Welcome Back! :)

-geever
Title: Re: Code::Blocks 12.11 compile.
Post by: ShipIt on December 17, 2012, 08:28:25 pm
I am still using the one provided on the Codeblocks Wiki page (http://ufoai.org/wiki/Codeblocks) without problems.
Title: Re: Code::Blocks 12.11 compile.
Post by: Legendman3 on December 17, 2012, 09:22:39 pm
Well, yeah I used the wiki that's how I found out about the Code::Blocks method, but I still get that error.
Title: Re: Code::Blocks 12.11 compile.
Post by: AlexVinS on December 17, 2012, 10:42:01 pm
I`m using 12.11 with no problems. (+mingw from ufoai@github)
Title: Re: Code::Blocks 12.11 compile.
Post by: Legendman3 on December 17, 2012, 11:37:04 pm
I`m using 12.11 with no problems. (+mingw from ufoai@github)

Then why do I get a error?
Title: Re: Code::Blocks 12.11 compile.
Post by: DarkRain on December 18, 2012, 12:06:35 am
I don't know --not using  Code::Blocks-- but maybe you are using the wrong .cbp?
Title: Re: Code::Blocks 12.11 compile.
Post by: Legendman3 on December 18, 2012, 12:29:54 am
I am using the workspace file inside of the build/projects folder. All I want to know is why the compiler wont accept this:

--export-all-symbols
Title: Re: Code::Blocks 12.11 compile.
Post by: DarkRain on December 18, 2012, 01:30:50 am
Well, that's odd I just ran the package in the wiki via wine and it worked perfectly here, so I can only advice to check your settings, maybe Code::Blocks is using the wrong compiler, try installing Code::Blocks/MingW again or trying this (https://github.com/ufoai/ufoai.codeblocks) if you didn't already.