Trying to build padre under strawberry 5.18, I get this error in Wx build:
patching file src/generic/grid.cpp
Hunk #1 succeeded at 8317 (offset 272 lines).
if not exist gcc_mswudll mkdir gcc_mswudll
process_begin: CreateProcess(NULL, -c "if not exist gcc_mswudll mkdir
gcc_mswudll", ...) failed.
make (e=2): The system cannot find the file specified.
gmake: [gcc_mswudll] Error 2 (ignored)
if not exist ..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll
process_begin: CreateProcess(NULL, -c "if not exist ..\..\lib\gcc_dll mkdir
..\..\lib\gcc_dll", ...) failed.
make (e=2): The system cannot find the file specified.
gmake: *** [..\..\lib\gcc_dll] Error 2
system: gmake -f makefile.gcc all UNICODE=1 MSLU=0 BUILD=release SHARED=1
LDFLAGS=" -m64" CPPFLAGS="-m64": 512 at inc/My/Build/Win32.pm line 274.
MDOOTSON/Alien-wxWidgets-0.64.tar.gz
C:\perl\5.18.0.1\perl\bin\perl.exe ./Build -- NOT OK
Running Build test
Can't test without successful make
Running Build install
Make had returned bad status, install seems impossible
Stopping: 'install' failed for 'Alien::wxWidgets'.
Any ideas? This is the first time I am trying Padre/WxWidgets. Here is my
perl:
C:\perl\5.18.0.1>perl -V
Summary of my perl5 (revision 5 version 18 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x64-multi-thread
uname='Win32 strawberry-perl 5.18.0.1 #1 Sat May 18 19:40:33 2013 x64'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE
-DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
-DUSE_PERLIO -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.6.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long
long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++.exe', ldflags ='-s -L"C:\perl\5.18.0.1\perl\lib\CORE"
-L"C:\perl\5.18.0.1\c\lib"'
libpth=C:\perl\5.18.0.1\c\lib C:\perl\5.18.0.1\c\x86_64-w64-mingw32\lib
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32
-ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr
-lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32
-ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr
-lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl518.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\perl\5.18.0.1\perl\lib\CORE"
-L"C:\perl\5.18.0.1\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV
PERL_SAWAMPERSAND
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at May 18 2013 19:45:54
%ENV:
PERL_PATH="C:\perl\5.18.0.1\c\bin;C:\perl\5.18.0.1\perl\site\bin;C:\perl\5.18.0.1\perl\bin;C:\perl\5.18.0.1\local\ppt\bin;"
@INC:
C:/perl/5.18.0.1/perl/site/lib
C:/perl/5.18.0.1/perl/vendor/lib
C:/perl/5.18.0.1/perl/lib
.
C:\perl\5.18.0.1>
--
Matthew O. Persico