Doug Crompton
2014-09-01 05:35:34 UTC
I am getting an error in compiling wxWidgets-3.0.1
Using -
mingw32-make -f makefile.gcc SHARED=0 UNICODE=1 BUILD=release clean
mingw32-make -f makefile.gcc -j4 SHARED=0 UNICODE=1 BUILD=release
and getting the following error -
gcc -c -o gcc_mswu\wxtiff_tif_zip.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\src\zlib -I..\..\src\jpeg -I..\..\src\tiff\libtiff
-MTgcc_mswu\wxtiff_tif_zip.o -MFgcc_mswu\wxtiff_tif_zip.o.d -MD -MP
../../src/tiff/libtiff/tif_zip.c
gcc -c -o gcc_mswu\wxexpat_xmlparse.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\lib\gcc_lib -DCOMPILED_FROM_DSP
-MTgcc_mswu\wxexpat_xmlparse.o -MFgcc_mswu\wxexpat_xmlparse.o.d -MD -MP
../../src/expat/lib/xmlparse.c
gcc -c -o gcc_mswu\wxexpat_xmlrole.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\lib\gcc_lib -DCOMPILED_FROM_DSP
-MTgcc_mswu\wxexpat_xmlrole.o -MFgcc_mswu\wxexpat_xmlrole.o.d -MD -MP
../../src/expat/lib/xmlrole.c
gcc -c -o gcc_mswu\wxexpat_xmltok.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\lib\gcc_lib -DCOMPILED_FROM_DSP
-MTgcc_mswu\wxexpat_xmltok.o -MFgcc_mswu\wxexpat_xmltok.o.d -MD -MP
../../src/expat/lib/xmltok.c
g++ -c -o gcc_mswu\wxscintilla_LexA68k.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS
-I..\..\lib\gcc_lib\mswu -I..\..\include -D__WXMSW__ -D_UNICODE
-MTgcc_mswu\wxscintilla_LexA68k.o -MFgcc_mswu\wxscintilla_LexA68k.o.d -MD
-MP ../../src/stc/scintilla/lexers/LexA68k.cxx
makefile.gcc:6064: recipe for target 'gcc_mswu\wxscintilla_LexA68k.o' failed
process_begin: CreateProcess(NULL, g++ -c -o gcc_mswu\wxscintilla_LexA68k.o
-O2 -mthreads -DHAVE_W32API_H -DNDEBUG -I..\..\src\stc\scintilla\include
-I..\..\src\stc\scintilla\lexlib -I..\..\src\stc\scintilla\src -D__WX__
-DSCI_LEXER -DLINK_LEXERS -I..\..\lib\gcc_lib\mswu -I..\..\include
-D__WXMSW__ -D_UNICODE -MTgcc_mswu\wxscintilla_LexA68k.o
-MFgcc_mswu\wxscintilla_LexA68k.o.d -MD -MP
../../src/stc/scintilla/lexers/LexA68k.cxx, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make: *** [gcc_mswu\wxscintilla_LexA68k.o] Error 2
mingw32-make: *** Waiting for unfinished jobs....
I copied some extra lines to show that it is finding files and the file it
is looking for is I believe there.
This is on a 64 bit win7 cygwin64
Any ideas on what might be happening? I have the following env vars setup -
in path ....C:\MinGW\bin;
WXWIN c:\wxWidgets-3.0.1
Using -
mingw32-make -f makefile.gcc SHARED=0 UNICODE=1 BUILD=release clean
mingw32-make -f makefile.gcc -j4 SHARED=0 UNICODE=1 BUILD=release
and getting the following error -
gcc -c -o gcc_mswu\wxtiff_tif_zip.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\src\zlib -I..\..\src\jpeg -I..\..\src\tiff\libtiff
-MTgcc_mswu\wxtiff_tif_zip.o -MFgcc_mswu\wxtiff_tif_zip.o.d -MD -MP
../../src/tiff/libtiff/tif_zip.c
gcc -c -o gcc_mswu\wxexpat_xmlparse.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\lib\gcc_lib -DCOMPILED_FROM_DSP
-MTgcc_mswu\wxexpat_xmlparse.o -MFgcc_mswu\wxexpat_xmlparse.o.d -MD -MP
../../src/expat/lib/xmlparse.c
gcc -c -o gcc_mswu\wxexpat_xmlrole.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\lib\gcc_lib -DCOMPILED_FROM_DSP
-MTgcc_mswu\wxexpat_xmlrole.o -MFgcc_mswu\wxexpat_xmlrole.o.d -MD -MP
../../src/expat/lib/xmlrole.c
gcc -c -o gcc_mswu\wxexpat_xmltok.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\lib\gcc_lib -DCOMPILED_FROM_DSP
-MTgcc_mswu\wxexpat_xmltok.o -MFgcc_mswu\wxexpat_xmltok.o.d -MD -MP
../../src/expat/lib/xmltok.c
g++ -c -o gcc_mswu\wxscintilla_LexA68k.o -O2 -mthreads -DHAVE_W32API_H
-DNDEBUG -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib
-I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS
-I..\..\lib\gcc_lib\mswu -I..\..\include -D__WXMSW__ -D_UNICODE
-MTgcc_mswu\wxscintilla_LexA68k.o -MFgcc_mswu\wxscintilla_LexA68k.o.d -MD
-MP ../../src/stc/scintilla/lexers/LexA68k.cxx
makefile.gcc:6064: recipe for target 'gcc_mswu\wxscintilla_LexA68k.o' failed
process_begin: CreateProcess(NULL, g++ -c -o gcc_mswu\wxscintilla_LexA68k.o
-O2 -mthreads -DHAVE_W32API_H -DNDEBUG -I..\..\src\stc\scintilla\include
-I..\..\src\stc\scintilla\lexlib -I..\..\src\stc\scintilla\src -D__WX__
-DSCI_LEXER -DLINK_LEXERS -I..\..\lib\gcc_lib\mswu -I..\..\include
-D__WXMSW__ -D_UNICODE -MTgcc_mswu\wxscintilla_LexA68k.o
-MFgcc_mswu\wxscintilla_LexA68k.o.d -MD -MP
../../src/stc/scintilla/lexers/LexA68k.cxx, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make: *** [gcc_mswu\wxscintilla_LexA68k.o] Error 2
mingw32-make: *** Waiting for unfinished jobs....
I copied some extra lines to show that it is finding files and the file it
is looking for is I believe there.
This is on a 64 bit win7 cygwin64
Any ideas on what might be happening? I have the following env vars setup -
in path ....C:\MinGW\bin;
WXWIN c:\wxWidgets-3.0.1
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users