News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Nightly Builds

Started by jmccay, May 31, 2007, 03:45:28 AM

Previous topic - Next topic

jmccay

Is this:

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


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
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

stahta01

Quote from: jmccay on May 31, 2007, 03:45:28 AM
Is this:

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


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

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

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: jmccayIs this:

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


Still the way to build wxWidgets for Code::Blocks?

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.

Those who were seen dancing were thought to be insane by those who could not hear the music