Author Topic: wxWidgets 2.6 (MSW, GCC) installation instructions  (Read 145150 times)

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: wxWidgets 2.6 (MSW, GCC) installation instructions
« Reply #135 on: March 23, 2006, 03:41:51 pm »
I'm using Code::Blocks v1.0,WxWidgets 2.6.2, makefile done with gcc 3.9.0
trying to compile template from Code::Blocks.

GCC 3.9.0 :?? In Windows? AFAIK there is a candidate GCC 3.4.5 (If we exclude Ceniza's GCC 4.1.0), but 3.9.0 no. In Linux there is a GCC 3.9.0.

Best wishes,
Michael

macwolf

  • Guest
Re: wxWidgets 2.6 (MSW, GCC) installation instructions
« Reply #136 on: March 23, 2006, 03:56:28 pm »

 Yop they're there... ( it is default, i just want to know if it works proprerly)
  ( comilation for MS Visual .NET 2003 works fine, though i'd rather use gcc..)

macwolf

  • Guest
Re: wxWidgets 2.6 (MSW, GCC) installation instructions
« Reply #137 on: March 23, 2006, 03:57:53 pm »



GCC 3.4.4 sorry for misleading number...

Vlad

  • Guest
Re: wxWidgets 2.6 (MSW, GCC) installation instructions
« Reply #138 on: June 09, 2006, 09:05:15 pm »
I download C::B that includes mingw (codeblocks-1.0rc2_mingw.exe)  and MSW setup (wxMSW-2.6.3-Setup-1.exe). After installing that I followed instructions in wiki to build MSW, I added  <MINGW>\bin; and <MINGW>\mingw32\bin; to path (where <MINGW> for me points to C:\CodeBlocks as I understand) and constantly had 'cannot exec cc1' error when trying to execute "mingw32-make -f makefile.gcc  MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release". But when I downloaded bat file posted by MortenMacFly above and corrected paths there for my case it worked!

But actually I cannot tell what was wrong :), perhaps <MINGW> must be in the PATH too (C:\CodeBlocks for me) and <MINGW>\mingw32\bin is not needed.

Offline oz

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: wxWidgets 2.6 (MSW, GCC) installation instructions
« Reply #139 on: June 10, 2006, 07:09:19 am »
I am using the wxWidgets2.6.3 patch 1. This morning, I unziped the patch 2 files to the root directory of wxWidgets, and make clean then make it again, is that the correct way to apply the patch or not :shock:?

Offline Defender

  • Multiple posting newcomer
  • *
  • Posts: 49
Re: wxWidgets 2.6 (MSW, GCC) installation instructions
« Reply #140 on: June 10, 2006, 07:58:26 am »
I am using the wxWidgets2.6.3 patch 1. This morning, I unziped the patch 2 files to the root directory of wxWidgets, and make clean then make it again, is that the correct way to apply the patch or not :shock:?
This is correct  :)