develooper Front page | perl.wxperl.users | Postings from January 2008

Wx on Mac OS X 10.4.11

From:
ademmler
Date:
January 14, 2008 14:30
Subject:
Wx on Mac OS X 10.4.11
Hi Wx Users!

I am trying to build Wx on Mac OS X 10.4.11 and I am getting this:

. . . . shortend
cp build/Wx/build/MakeMaker/Win32.pm blib/lib/Wx/build/MakeMaker/ 
Win32.pm
cp build/Wx/build/MakeMaker/Win32_MSVC.pm blib/lib/Wx/build/MakeMaker/ 
Win32_MSVC.pm
/usr/bin/perl script/wx_overload.pl cpp/ovl_const.cpp cpp/ovl_const.h  
overload.lst
Writing 'cpp/ovl_const.h'.
Writing 'cpp/ovl_const.cpp'.
touch overload
make[2]: Nothing to be done for `all'.
cp lib/Wx/Print.pm ../../blib/lib/Wx/Print.pm
/usr/bin/perl /System/Library/Perl/5.8.6/ExtUtils/xsubpp  - 
noprototypes -nolinenumbers  -typemap /System/Library/Perl/5.8.6/ 
ExtUtils/typemap -typemap ../../typemap -typemap typemap  Print.xs >  
Print.xsc && mv Print.xsc Print.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/System/Library/Perl/5.8.6/darwin-thread-multi-2level/ 
CORE"  -DWXPL_EXT -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 - 
D_LARGE_FILES -DNO_GCC_PRAGMA   Print.c
Running Mkbootstrap for Wx::Print ()
chmod 644 Print.bs
rm -f ../../blib/arch/auto/Wx/Print/Print.bundle
LD_RUN_PATH="/usr/lib" g++  -bundle -undefined dynamic_lookup   
Print.o  -o ../../blib/arch/auto/Wx/Print/Print.bundle   -lwx_macud-2.5
/usr/bin/ld: /System/Library/Frameworks/WebKit.framework/Versions/A/ 
WebKit load command 20 unknown cmd field
collect2: ld returned 1 exit status
make[2]: *** [../../blib/arch/auto/Wx/Print/Print.bundle] Error 1
make[1]: *** [subdirs] Error 2
make: *** [subdirs] Error 2

Any hints or ideas? Please note, for running Wx on Mac OS X you need  
the wxperl binary.
Attached the terminal out from the whole build process.

Thanks and Regards
Alex





Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About