User forums > Using Code::Blocks

Global Variable Use

<< < (3/3)

Waingrove:
Maybe editing the config.gcc is  not advisable. The issue seems to be that mixing some of the options may cause a build problem.
Better documentation of what at least the most refered to options do would be benefical. An example, mixing SHARED=1 and MONOLITHIC=1 seemed to cause a problem building for me. Not knowing this and reading some of the build commands can cause confusion.
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-fno-keep-inline-dllexport
Didn't work, for me.
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1
didn't work for me.
mingw32-make -f makefile.gcc BUILD=release SHARED=1
Worked fine.

I also admit that while googling and reading different install.txt wxWidgets guides and C::B guides different suggestions come up leading to different outcomes.

Also, using ../configure , on a win7 x64 machine the option --with-msw is very important. This is overlooked in the install.txt.
So ../configure --enable-debug --with-msw       would be required. Otherwise it will not recognize the architecture of your machine.

It was an annoying several days for me but, thx to eggs dropped by those willing to help and ONEEYEDMAN I am at least ready to begin learning wxWidgets.

Thx

Navigation

[0] Message Index

[*] Previous page

Go to full version