News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

wxWidgets

Started by Teddy, June 08, 2006, 02:50:14 AM

Previous topic - Next topic

Teddy

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.

sethjackson

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

Teddy

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

Teddy

Sorry for double posting but the error message is here. www.redtrumpet.info/error.bmp

sethjackson

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


Something is wrong with your compiler installation......

How did you install GCC (MinGW)?

Teddy

i am using dev-cpp which has a mingw compiler

Teddy

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.

TeddyKrulewich

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.

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.

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

sethjackson

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