project-navigation
Personal tools

Author Topic: Code::Blocks 12.11 compile.  (Read 5029 times)

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Code::Blocks 12.11 compile.
« 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'

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2560
    • View Profile
Re: Code::Blocks 12.11 compile.
« Reply #1 on: December 17, 2012, 07:06:08 pm »
Hi,

I cannot tell, but Welcome Back! :)

-geever

Offline ShipIt

  • Project Artist
  • Captain
  • ***
  • Posts: 906
    • View Profile
Re: Code::Blocks 12.11 compile.
« Reply #2 on: December 17, 2012, 08:28:25 pm »
I am still using the one provided on the Codeblocks Wiki page without problems.

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Code::Blocks 12.11 compile.
« Reply #3 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.

Offline AlexVinS

  • Cannon Fodder
  • **
  • Posts: 1
    • View Profile
Re: Code::Blocks 12.11 compile.
« Reply #4 on: December 17, 2012, 10:42:01 pm »
I`m using 12.11 with no problems. (+mingw from ufoai@github)

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Code::Blocks 12.11 compile.
« Reply #5 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?

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: Code::Blocks 12.11 compile.
« Reply #6 on: December 18, 2012, 12:06:35 am »
I don't know --not using  Code::Blocks-- but maybe you are using the wrong .cbp?

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Code::Blocks 12.11 compile.
« Reply #7 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

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: Code::Blocks 12.11 compile.
« Reply #8 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 if you didn't already.