in reply to Re: Is the situation calling for an update to the Perl version?
in thread Build of Alien::wxWidgets failing: help
Following extensive Googling, one of the pieces of advice I've noticed, was to clean the PATH environment variable, and leave there only the Strawberry Perl (and Windows) lib and bin directories.
I've tried that, and then Build made it past the errors reported before, but then gmake failed again, (apparently complaining that the installation is suitable for MS VC++ ?).
Here is the output, I'll be thankful to you if you could offer advice.
C:\Documents and Settings\Helen\.cpanplus\5.16.3\build\Alien-wxWidgets +-0.64>build Building Alien-wxWidgets if not exist gcc_mswudll mkdir gcc_mswudll if not exist ..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll if not exist ..\..\lib\gcc_dll\mswu mkdir ..\..\lib\gcc_dll\mswu if not exist ..\..\lib\gcc_dll\mswu\wx mkdir ..\..\lib\gcc_dll\mswu\wx if not exist ..\..\lib\gcc_dll\mswu\wx\setup.h copy ..\..\include\wx\m +sw\setup.h ..\..\lib\gcc_dll\mswu\wx\setup.h 1 file(s) copied. if not exist ..\..\lib\gcc_dll\mswu\wx\msw mkdir ..\..\lib\gcc_dll\msw +u\wx\msw gcc -E "..\..\include\wx\msw\genrcdefs.h" > "..\..\lib\gcc_dll\mswu\wx +\msw\rcdefs.h" gcc -c -o gcc_mswudll\wxregex_regcomp.o -O2 -mthreads -DHAVE_W32API_ +H -DNDEBUG -I..\..\include -I..\..\lib\gcc_dll\mswu -D__WXMSW__ -D_UNICODE -m64 + -MTgcc_mswudll\wxregex_regcomp.o -MFgcc_mswudll\wxregex_regcomp.o.d + -MD -MP ../../src/regex/regcomp.c In file included from ..\..\include/wx/platform.h:154:0, from ..\..\include/wx/defs.h:28, from ../../src/regex/regcustom.h:39, from ../../src/regex/regguts.h:38, from ../../src/regex/regcomp.c:33: ..\..\include/wx/setup.h:13:6: error: #error "This file should only be + included when using Microsoft Visual C++" In file included from ..\..\include/wx/platform.h:154:0, from ..\..\include/wx/defs.h:28, from ../../src/regex/regcustom.h:39, from ../../src/regex/regguts.h:38, from ../../src/regex/regcomp.c:33: ..\..\include/wx/setup.h:105:1: error: pasting "/" and "vc_x64_lib" do +es not give a valid preprocessing token ..\..\include/wx/setup.h:105:1: error: pasting "vc_x64_lib" and "/" do +es not give a valid preprocessing token ..\..\include/wx/setup.h:105:1: error: pasting "/" and "msw" does not +give a valid preprocessing token ..\..\include/wx/setup.h:105:1: error: pasting "mswu" and "/" does not + give a valid preprocessing token ..\..\include/wx/setup.h:105:27: fatal error: ../../../lib/vc_x64_lib +/mswu /wx/ setup.h: No such file or directory compilation terminated. gmake: *** [gcc_mswudll\wxregex_regcomp.o] Error 1 system: gmake -f makefile.gcc all UNICODE=1 MSLU=0 BUILD=release SHAR +ED=1 DEBUG_INFO=default DEBUG_FLAG=1 LDFLAGS=" -m64" CPPFLAGS="-m64" +: 512 at inc/My/Build/Win32.pm line 274.
Many TIA - Helen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Tiny, temporary progress, then an error again
by Anonymous Monk on May 12, 2013 at 00:48 UTC |