Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 19968
Status: resolved
Priority: 0/
Queue: Wx

People
Owner: Nobody in particular
Requestors: jesse [...] fsck.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: 0.49_06 Build failure on OSX 1.4/intel
Date: Sun, 18 Jun 2006 15:08:38 +0200
To: bug-wx [...] rt.cpan.org
From: Jesse Vincent <jesse [...] fsck.com>
Hi. Adam asked me to test out Wx on OSX/Intel. The following is the build failure I got. I'm in no rush, but he suggested I mention the issue Thanks, Jesse /opt/local/bin/perl /opt/local/lib/perl5/5.8.8/ExtUtils/xsubpp - noprototypes -nolinenumbers -typemap /opt/local/lib/perl5/5.8.8/ ExtUtils/typemap -typemap ../../typemap -typemap typemap DateTime.xs Show quoted text
> DateTime.xsc && mv DateTime.xsc DateTime.c
g++ -c -I. -I../.. -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/ usr/include/wx-2.5 -UWX_PRECOMP -DVERSION=\"0.01\" -DXS_VERSION= \"0.01\" "-I/opt/local/lib/perl5/5.8.8/darwin-2level/CORE" - DWXPL_EXT -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 - D_LARGE_FILES -DNO_GCC_PRAGMA DateTime.c DateTime.c: In function 'void XS_Wx__DateTime_ParseFormat(CV*)': DateTime.c:879: error: 'wxDefaultDateTimeFormat' was not declared in this scope make[2]: *** [DateTime.o] Error 1 make[1]: *** [subdirs] Error 2 make: *** [subdirs] Error 2 pinglin:~/Desktop/Wx-0.49_06 jesse$ perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=darwin, osvers=8.6.2, archname=darwin-2level uname='darwin jesse-vincents-computer-2.local 8.6.2 darwin kernel version 8.6.2: thu apr 13 18:48:29 pdt 2006; root:xnu-792.9.59.obj~1release_i386 i386 i386 ' config_args='-des -Dprefix=/opt/local -Dccflags=-I'/opt/local/ include' -Dldflags=-L/opt/local/lib -Dvendorprefix=/opt/local -Dcc=/ usr/bin/gcc-4.0' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='/usr/bin/gcc-4.0', ccflags ='-I/opt/local/include -fno- common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe - Wdeclaration-after-statement -I/opt/local/include', optimize='-O3', cppflags='-no-cpp-precomp -I/opt/local/include -fno-common - DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration- after-statement -I/opt/local/include' ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5341)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, 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 ='-L/opt/ local/lib' libpth=/opt/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -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='-L/opt/local/lib -bundle -undefined dynamic_lookup' Characteristics of this binary (from libperl): Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under darwin Compiled at May 24 2006 21:25:17 @INC: /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl . pinglin:~/Desktop/Wx-0.49_06 jesse$
On Sun Jun 18 09:08:52 2006, jesse@fsck.com wrote: Show quoted text
> Hi. Adam asked me to test out Wx on OSX/Intel. The following is the > build failure I got. I'm in no rush, but he suggested I mention the > issue
I think the problem is you are using the vendor-provided wxWidgets 2.5.3. It is so old I normally forget to check if it builds (any serious user should switch to 2.6.3 anyway). Will fix. Thanks! Mattia
On Sun Jun 18 10:55:39 2006, MBARBON wrote: Show quoted text
> On Sun Jun 18 09:08:52 2006, jesse@fsck.com wrote:
> > Hi. Adam asked me to test out Wx on OSX/Intel. The following is the > > build failure I got. I'm in no rush, but he suggested I mention the > > issue
> > I think the problem is you are using the vendor-provided > wxWidgets 2.5.3. It is so old I normally forget to check > if it builds (any serious user should switch to 2.6.3 anyway). > Will fix.
Fixed in wxPerl 0.50. Regards Mattia