User forums > General (but related to Code::Blocks)

wxWidgets even worth it?

<< < (2/5) > >>

vesselin_peev:
Do you have the MinGW bin directory in your path, e.g. C:\MinGW\bin? You need to have it in your path. Then, re-run the make command from the build\msw directory. And make sure that before doing that, you revert to the original, unmodified makefile.gcc.

mandrav:

--- Quote ---I just don't get it... this is too damn ridiculously hard. What's the point with all that?
--- End quote ---

Read this article (just the section 2.1.1,  about wxWidgets)...

mandrav:
...or read this post by Thomas, again just the wxWidgets part.

mdelfede:
........ or this very well explanation on wiki, that covers all from installing mingw to code::blocks from sources passing thru wxWidgets...... I found it near perfect  :shock:

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows

Regards

Max

algumacoisaqq:

--- Quote from: vesselin_peev on July 11, 2006, 10:00:18 pm ---Do you have the MinGW bin directory in your path, e.g. C:\MinGW\bin? You need to have it in your path. Then, re-run the make command from the build\msw directory. And make sure that before doing that, you revert to the original, unmodified makefile.gcc.

--- End quote ---

This is probably my problem, since I never knew how to deal with the 'path'. However, when I do:

--- Code: ---set path=c:\mingw\bin;c:\mingw\mingw32\bin
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0 clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=0

--- End code ---
It will still tell me that "mingw32-make is not recognised as a intern or extern command, an operational program or a file in 'lotes' " (don't know how to translate that).

About the articles... Some of them I've read, but it never worked.
Anyway, thanks you all for replying.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version