User forums > Help

compiling wxWidgets in a MSYS/minGW environment

<< < (2/2)

Alpha:
The debug build is created in a different directory, so all you have to do is run the new command (the two builds do not conflict).

blue orb:
finally, i have got it working...

but do i need to execute this line of code:


--- Code: ---mingw32-make -f makefile.gcc CXXFLAGS="-fno-keep-inline-dllexport" BUILD=debug SHARED=1 MONOLITHIC=1 USE_XRC=1 USE_OPENGL=1 UNICODE=1 clean
--- End code ---

yes :)

Alpha:

--- Quote from: blue orb on November 05, 2011, 07:12:17 pm ---
--- Code: ---mingw32-make -f makefile.gcc CXXFLAGS="-fno-keep-inline-dllexport" BUILD=debug SHARED=1 MONOLITHIC=1 USE_XRC=1 USE_OPENGL=1 UNICODE=1 clean
--- End code ---

--- End quote ---
This command cleans (deletes) all files related to the specific build; it is good practice to use it before compiling to ensure nothing will interfere, however running afterwards would just delete everything you spent time to compile.

Navigation

[0] Message Index

[*] Previous page

Go to full version