Update: See Update 2 in OP above: 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


In reply to Re^2:Tiny, temporary progress, then an error again by HelenCr
in thread Build of Alien::wxWidgets failing: help by HelenCr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.