User forums > Using Code::Blocks

eRROR WHILE COMPILING WXWIDGETS

<< < (2/4) > >>

ac506in:
I am already using make with version 3.80 and what is MSYS????

mandrav:

--- Quote from: kidmosey on August 01, 2006, 05:14:03 am ---
--- Quote from: mandrav on July 31, 2006, 05:14:57 pm ---...and do not use MSYS...

--- End quote ---

What's wrong with MSYS?  It works fine for me.


--- End quote ---

If you run make from within MSYS, it runs it in the "unix-way", i.e. it doesn't use the DOS interpreter. This essentially means that commands like this

--- Code: ---if not exist gcc_mswudll mkdir gcc_mswudll

--- End code ---
are invalid (the above command is in DOS-style syntax).

In other words, if you open the MSYS window you open a unix-like shell interpreter. The above command would only work under a DOS interpreter.
And, although I haven't used it, I think the same goes for cygwin too...

Ceniza:
I've always compiled wxWidgets with MSYS with no problems. Don Corleone could just mean "don't use MSYS' make to do it the MinGW way".


--- Quote from: www.mingw.org ---MSYS: A Minimal SYStem to provide POSIX/Bourne configure scripts the ability to execute and create a Makefile used by make.
--- End quote ---

Basically: a console and a bunch of other utilities to do *nix like things under Windows using MinGW as compiler.

ac506in:
Any idea what is wrong with makefile.gcc???

mandrav:

--- Quote from: ac506in on August 01, 2006, 08:52:18 am ---Any idea what is wrong with makefile.gcc???

--- End quote ---

Nothing 's wrong with it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version