[EMAIL PROTECTED] (Ken Williams) wrote:
>[EMAIL PROTECTED] (Ken Williams) wrote:
>>A couple days ago, Jarkko posted the following message to perl5porters:
>>
Some notes on a Darwin (Mac OS X 10.0.4) compile of perl@10907:
* I decided to delete the environment variables 'LANG' and 'LC_ALL'
rather than try to get things to work with them set.
* During 'sh Configure -de -Dusedevel', I get the typical errors about
try.c, but no other errors.
* During 'make' everything goes mostly fine (errors & warnings pasted in
isolation, tell me if you want more context):
`sh cflags libperl.dylib pp_sys.o` pp_sys.c
CCCMD = cc -DPERL_CORE -c -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-DINT32_MIN_BROKEN -DINT64_MIN_BROKEN -Wall -fno-strict-aliasing -I/usr/local/include
-O3
pp_sys.c: In function `Perl_pp_system':
pp_sys.c:3972: warning: variable `sp' might be clobbered by `longjmp' or `vfork'
pp_sys.c:3972: warning: variable `mark' might be clobbered by `longjmp' or `vfork'
[snip]
cc -c -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -DINT32_MIN_BROKEN
-DINT64_MIN_BROKEN
-Wall -fno-strict-aliasing -I/usr/local/include -O3 -DVERSION=\"1.04\"
-DXS_VERSION=\"1.04\" -I../.. -DPERL_CORE -DLIBC="/usr/lib/libc.dylib" DynaLoader.c
DynaLoader.c: In function `XS_DynaLoader_dl_load_file':
DynaLoader.c:176: warning: unused variable `targ'
DynaLoader.c: In function `XS_DynaLoader_dl_find_symbol':
DynaLoader.c:209: warning: unused variable `targ'
[snip]
(compiling 'B.c' takes forever! [but no errors])
(some "unused variable" warnings for DB_File, IPC::SysV, POSIX, and Storable)
(some "implicit declaration" warnings for NDBM_File)
[snip]
cc -c -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -DINT32_MIN_BROKEN
-DINT64_MIN_BROKEN
-Wall -fno-strict-aliasing -I/usr/local/include -O3 -DVERSION=\"0.13\"
-DXS_VERSION=\"0.13\" -I../../.. Piece.c
Piece.c:2: undefined or invalid # directive
[snip]
../../../miniperl -I../../../lib -I../../../lib ../../../lib/ExtUtils/xsubpp
-typemap
../../../lib/ExtUtils/typemap -typemap typemap Typemap.xs > Typemap.xsc && mv
Typemap.xsc
Typemap.c
Warning: ignoring non-text typemap file '../typemap'
* During 'make test', only lib/warnings, ext/POSIX/POSIX,
ext/DB_File/t/db-recno, and ext/DB_File/t/db-btree had failures. With
the exception of POSIX, I think those are all known (and very minor)
issues, yes?
So in general, this build is working fine on Darwin.
------------------- -------------------
Ken Williams Last Bastion of Euclidity
[EMAIL PROTECTED] The Math Forum