[darwinbuild] perl_extras
Chris Nandor
pudge at pobox.com
Mon Aug 8 14:22:57 PDT 2005
At 12:53 -0700 2005.08.08, Kevin Van Vechten wrote:
>At this point, you'll want to add "gzip" to the build dependencies
>list for perl:
>
>dependencies = {
> build = (
> gzip,
> ...
That worked, except I had to use "gnuzip", not "gzip".
Although it doesn't build ... there's (apparently?) other dependencies
required for the Mac::Carbon stuff to build, such as the Carbon headers in
/Developer/Headers/FlatCarbon/, so I get:
cc -c -pipe -no-cpp-precomp -arch ppc -arch i386
-I/Developer/Headers/FlatCarbon/ -g -pipe -fno-common -DPERL_DARWIN
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -fpascal-strings
-Os -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\"
"-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE"
AppleEvents.c
In file included from AppleEvents.xs:60:
../Carbon.h:58:20: Events.h: No such file or directory
../Carbon.h:59:21: Dialogs.h: No such file or directory
../Carbon.h:60:19: Files.h: No such file or directory
../Carbon.h:61:19: Types.h: No such file or directory
../Carbon.h:62:31: ConditionalMacros.h: No such file or directory
--
Chris Nandor pudge at pobox.com http://pudge.net/
Open Source Technology Group pudge at ostg.com http://ostg.com/
More information about the darwinbuild-dev
mailing list