User forums > Help

Newbie problem in setting up wxwidgets and Codeblocks.

<< < (2/3) > >>

Biplab:
Thanks TDragon for pointing that. :)

I almost forgot that this is possible for GCC. ;)

Gerry4481:
Years later I had the same Problem :


I have solved my problem :-)))))) oh men it's so easy__*lol*

I make ALWAYS the same mistake!!!

SO when I create a new Project at the >>Compiler Configuration>>GNU GCC Compiler>>

there are two Options: 1. Create "Debug" Configuration
                               2. Create "Release" Configuration

here  I choose always both of this two Options :-(( but you have to choose one of the options. that depends of the build options of wxWidgets

I have build with this options: mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-fno-keep-inline-dllexport

IMPORTANT IS THIS PART OF THE OPTION "BUILD=release"

so I have to choose in the new Project in Code::Blocks >>Compiler Configuration>>GNU GCC Compiler>>

only>> Create "Release" Configuration

That`s it!!!

In the end it's so simple!
 

mario_mc:
I have different problem which has not found on the forums or guides.
after installing code :: block with MinGW and compile wxWidegets2.9.5 using:
SHARED=1  
MONOLITHIC=1  
UNICODE=1

but after i create new project following by instruction
everything's fine but when i run and build project it appear a error:
windres.exe: can't popen `gcc -E -xc -DRC_INVOKED -ID:\wxWidgets-2.9.5\include -ID:\wxWidgets-2.9.5\lib\gcc_dll\mswu D:MyProject\test\resource.rc': No such file or directory
I have no idea what is causes problem please help

BlueHazzard:
why such a grave desecration? Make a new thread if you have a new question, and this is a independent (new) question....

and before you write the new question read this:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

greetings

Utpal_B:
You can watch this video on Youtube http://www.youtube.com/watch?v=FgAaiBg4wEE. It explains step by step compilation instructions.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version