digitalmars.D - Compiling wxd
- Dnoob <bprvjvsg2yvem3j jetable.net> Jul 02 2007
- torhu <fake address.dude> Jul 02 2007
when i try to compile wxd on win32 with MinGW, i have the following error: process_begin: CreateProcess((null), uname, ...) failed. g++ -D__WXD__ `wx-config --cxxflags` -O2 -Wall -c -o wx-version.o wx-version.cp p process_begin: CreateProcess((null), uname, ...) failed. g++: `wx-config: No such file or directory cc1plus.exe: error: unrecognized command line option "-fcxxflags`" mingw32-make.exe: *** [wx-version.o] Error 1
Jul 02 2007
Dnoob wrote:when i try to compile wxd on win32 with MinGW, i have the following error: process_begin: CreateProcess((null), uname, ...) failed. g++ -D__WXD__ `wx-config --cxxflags` -O2 -Wall -c -o wx-version.o wx-version.cp p process_begin: CreateProcess((null), uname, ...) failed. g++: `wx-config: No such file or directory cc1plus.exe: error: unrecognized command line option "-fcxxflags`" mingw32-make.exe: *** [wx-version.o] Error 1
Looks like you're using the unix build config. How to build on windows is probably described in the readme file or the website.
Jul 02 2007








torhu <fake address.dude>