I tried the instructions to insall wxWidgets, but I can't get it to work. It might be that the instructions are for 2.6.2 and I'm using 2.6.3.
Quote from: Teddy on June 08, 2006, 02:50:14 AM
I tried the instructions to insall wxWidgets, but I can't get it to work. It might be that the instructions are for 2.6.2 and I'm using 2.6.3.
Well you didn't tell us what OS or errors you get.....
Anyways the instructions on the wiki will work for 2.6.3. :)
http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.6.2_to_develop_Code::Blocks_%28MSW%29
I am using windows xp home edition.
Here is the command I typed:
mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release
(http://www.redtrumpet.info\error.bmp)
Sorry for double posting but the error message is here. www.redtrumpet.info/error.bmp
Quote from: Teddy on June 08, 2006, 03:38:37 AM
I am using windows xp home edition.
Here is the command I typed:
mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release
(http://www.redtrumpet.info/error.bmp)
Something is wrong with your compiler installation......
How did you install GCC (MinGW)?
i am using dev-cpp which has a mingw compiler
Sorry I posted again but I meant to say I am using dev-cpp's compiler not using it.
ps is there an edit button.
I fixed it. I accidentally skipped a step. Sorry I even posted. :(
But thanks, because I never would have known I missed a step if you hadn't given me that link.
Quote from: TeddyKrulewich on June 08, 2006, 05:19:27 AM
I fixed it. I accidentally skipped a step. Sorry I even posted. :(
But thanks, because I never would have known I missed a step if you hadn't given me that link.
Hello,
Just for info, you can build wxWidgets by using until GCC 4.0.3. But it did not work with GCC 4.1.0.
Best wishes,
Michael
Quote from: TeddyKrulewich on June 08, 2006, 05:19:27 AM
I fixed it. I accidentally skipped a step. Sorry I even posted. :(
But thanks, because I never would have known I missed a step if you hadn't given me that link.
Cool glad it works now. :D