Author Topic: simplist wxWidgets app compile error  (Read 4378 times)

hongxing

  • Guest
simplist wxWidgets app compile error
« on: October 22, 2005, 08:29:25 am »
I generate my wxWidgets using the C::B 's wizard in Linux, when compiling, it says:
g++: cannot specify -o with -C ro -S and multiple compilations

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: simplist wxWidgets app compile error
« Reply #1 on: October 22, 2005, 09:29:53 am »
I generate my wxWidgets using the C::B 's wizard in Linux, when compiling, it says:
g++: cannot specify -o with -C ro -S and multiple compilations

Go to "Settings->Compiler->Other" and use "GNU make" build method.
Be patient!
This bug will be fixed soon...

hongxing

  • Guest
Re: simplist wxWidgets app compile error
« Reply #2 on: October 22, 2005, 11:13:05 am »
thanks, it works!

Offline sasq

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: simplist wxWidgets app compile error
« Reply #3 on: November 24, 2005, 06:53:48 pm »
Why that thins happens? [im just curious]
I have had the same error when compiling code using SDL.
This problem appears only in Linux.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: simplist wxWidgets app compile error
« Reply #4 on: November 24, 2005, 07:50:06 pm »
Why that thins happens? [im just curious]
I have had the same error when compiling code using SDL.
This problem appears only in Linux.

...and is fixed in CVS to work with either build method.
Be patient!
This bug will be fixed soon...