Hi Mattia,
Thanks for helping out so fast !
Here's the output
=
=
=
=
=
=
=
=
========================================================================
Rome:~ ec$ perl -V
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=darwin, osvers=10.0.0, archname=darwin-2level
uname='darwin rome.local 10.0.0 darwin kernel version 10.0.0: fri
jul 31 22:47:34 pdt 2009; root:xnu-1456.1.25~1release_i386 i386 '
config_args='-Uloclibpth -Dprefix=/usr/local -Dlibpth=/usr/lib -de'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define,
usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -fno-
strict-aliasing -pipe -fstack-protector -I/opt/local/include',
optimize='-O3',
cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-
precomp -fno-strict-aliasing -pipe -fstack-protector -I/opt/local/
include'
ccversion='', gccversion='4.2.1 (Apple Inc. build 5646)',
gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-
protector'
libpth=/usr/lib
libs=-ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false,
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -
fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
Built under darwin
Compiled at Sep 21 2009 21:54:58
@INC:
/usr/local/lib/perl5/5.10.1/darwin-2level
/usr/local/lib/perl5/5.10.1
/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level
/usr/local/lib/perl5/site_perl/5.10.1
/usr/local/lib/perl5/site_perl
.
=
=
=
=
=
=
=
=
========================================================================
Rome:~ ec$ uname -a
Darwin Rome.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31
22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386
=
=
=
=
=
=
=
=
========================================================================
Rome:~ ec$ uname -m
i386
=
=
=
=
=
=
=
=
========================================================================
Rome:~ ec$ uname -p
i386
So I downloaded wxWidgets 2.8.10 and compiled to 32bit, which did
succeed. So I compiled and installed stc also.
Then I restarted Alien::wxWidgets install which did find the
installed version 2.8.10 but complained about stc.
I tried this:
- fresh installation of wxWidgets (from 2.8 branch)
I used the 2.8.10 tar.gz
- added an Alien::wxWidget for that configuration
I didn't do this
- perl Makefile.PL went OK, make failed when building stc
- installed stc
- perl Makefile.PL went OK, make went ok as well
what did I do differently from you?
Also I build perl 5.10.1 from source myself, as you might have guessed
from perl -V
--
Erik