Hi,

Despite the instructions posted on Dan Kogai's site, I can't get
MacOSX::File to build on panther (Mac OS X 10.3.1 (7C107), with Xcode Tools
installed). Perl has not been modified at all since a clean install of
panther.
Any tips will be welcomed, I rely on psync for all my backups....

Thanks.


Terminal output of "make" follows:

[/MacOSX-File-0.66] leche% make CC=gcc2
gcc2 -c  -I../ -I/Developer/Headers/FlatCarbon -g -pipe -pipe -fno-common
-DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os
-DVERSION=\"0.64\" -DXS_VERSION=\"0.64\"
"-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE"   Catalog.c
In file included from
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:13,
                 from
/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h
:8,
                 from
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.fram
ework/Headers/CarbonCore.h:20,
                 from
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,
                 from /Developer/Headers/FlatCarbon/Files.h:1,
                 from ../common/util.c:10,
                 from Catalog.xs:16:
/usr/include/gcc/darwin/2.95.2/g++/../stdbool.h:10: warning: empty
declaration
Catalog.xs: In function `XS_MacOSX__File__Catalog_xs_setcatalog':
Catalog.xs:263: warning: assignment makes pointer from integer without a
cast
Running Mkbootstrap for MacOSX::File::Catalog ()
chmod 644 Catalog.bs
rm -f ../blib/arch/auto/MacOSX/File/Catalog/Catalog.bundle
LD_RUN_PATH="" MACOSX_DEPLOYMENT_TARGET=10.3 cc  -bundle -flat_namespace
-undefined suppress -framework Carbon Catalog.o  -o
../blib/arch/auto/MacOSX/File/Catalog/Catalog.bundle
/usr/bin/ld: -undefined: unknown argument: -lbundle1.o
make[1]: *** [../blib/arch/auto/MacOSX/File/Catalog/Catalog.bundle] Error 1
make: *** [subdirs] Error 2


Reply via email to