User forums > General (but related to Code::Blocks)
Nightly Builds
(1/1)
jmccay:
Is this:
--- Code: ---set path=c:\mingw\bin;c:\mingw\mingw32\bin
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb
--- End code ---
Still the way to build wxWidgets for Code::Blocks? This weekend I am going to build wxWidgets 2.8.x, and then try and build code::blocks. I may even try and build gcc 4.2 too--if I get ambitious. Anything I should watch out for when I build wxWidgets?
Also, is -Wno-attributes a gcc 4.x.y option (currently, I am using 3.4.5)? I think I still have MSys installed and configured.
jmccay
stahta01:
--- Quote from: jmccay on May 31, 2007, 03:45:28 am ---Is this:
--- Code: ---set path=c:\mingw\bin;c:\mingw\mingw32\bin
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb
--- End code ---
Still the way to build wxWidgets for Code::Blocks? This weekend I am going to build wxWidgets 2.8.x, and then try and build code::blocks. I may even try and build gcc 4.2 too--if I get ambitious. Anything I should watch out for when I build wxWidgets?
Also, is -Wno-attributes a gcc 4.x.y option (currently, I am using 3.4.5)? I think I still have MSys installed and configured.
jmccay
--- End quote ---
Yeah, that the way I build wxWidgets when I wish to use an DLL named like the Code::Blocks DLL.
I think, but not sure, "-Wno-attributes" is the 4.x option needed to reduce warnings on building stuff.
Tim S
killerbot:
yes that's it. You can also check the nightly cookbook, only their the VENDOR=cb was removed from the posting. If you want a dll that cb can use, that's what you need.
Deschamps:
--- Quote from: jmccay ---Is this:
--- Code: ---set path=c:\mingw\bin;c:\mingw\mingw32\bin
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb
--- End code ---
Still the way to build wxWidgets for Code::Blocks?
--- End quote ---
Hello,
Only a note: I think that it isn't needed to add c:\mingw\mingw32\bin to your PATH, due to those binaries are currently the same that already exist inside c:\mingw\bin. Moreover, you can use the VENDOR that you want if you want to build your own C::B from svn sources, because you will compile against your own build for wxWidgets. wxmsw28_gcc_cb.dll is only needed for the windows binaries released by killerbot.
And, of course, this is only for Windows platforms.
Regards.
Navigation
[0] Message Index
Go to full version