Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

MinGW 4.5.0 Build

(1/2) > >>

ironhead:
Hi All,

I was able to compile wxWidgets 2.8.11 in a non-Monolithic fashion using mingw.org's official 4.5.0 release using this command:


--- Code: ---mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=0 BUILD=release UNICODE=1 LDFLAGS=-s LINK_DLL_FLAGS="-shared -Wl,--enable-auto-import" RUNTIME_LIBS=static
--- End code ---

Then using these project files and Contrib.workspace, I was able to compile the latest SVN:

http://dl.dropbox.com/u/5530441/mingw45-files.tar.bz2

I'm posting it here in case someone else may find it useful.

Cheers!

Chris

ironhead:
Updated CodeBlocks project file for the 'Abbreviations' target:

http://dl.dropbox.com/u/5530441/CodeBlocks-45.cbp

MortenMacFly:

--- Quote from: ironhead on October 26, 2010, 02:35:04 pm ---http://dl.dropbox.com/u/5530441/CodeBlocks-45.cbp

--- End quote ---
...what was wrong with the old one?

ironhead:

--- Quote from: MortenMacFly on October 26, 2010, 09:12:48 pm ---
--- Quote from: ironhead on October 26, 2010, 02:35:04 pm ---http://dl.dropbox.com/u/5530441/CodeBlocks-45.cbp

--- End quote ---
...what was wrong with the old one?

--- End quote ---

With the addition of the 'Abbreviations' build target (which wasn't in the previous C::B project), I needed to add the appropriate wx libraries (as a result of the non-monolithic wx build) to the 'Abbreviations' target.

MortenMacFly:

--- Quote from: ironhead on October 27, 2010, 04:07:55 pm ---With the addition of the 'Abbreviations' build target (which wasn't in the previous C::B project), I needed to add the appropriate wx libraries (as a result of the non-monolithic wx build) to the 'Abbreviations' target.

--- End quote ---
I see - so it's not related to our SVN. I missed that.

Navigation

[0] Message Index

[#] Next page

Go to full version