On Mon Mar 31 17:58:06 2008, [EMAIL PROTECTED] wrote:
> config/gen/platform/darwin/dl.c uses deprecated functions whose better
> performing replacements (dlopen and friends) were added in OS X 10.3.
> 

I don't get this result on OS X 10.4.  Examining my 'make' logs over the
past month, I only get results like this:

$ grep -n 'dl.c' 20080327.26580.parrot.txt
49:config/gen/platform/darwin/dl.c: In function 'Parrot_dlclose':
50:config/gen/platform/darwin/dl.c:273: warning: cast from function call
of type '_Bool' to non-matching type 'int'

And I get no warnings of deprecated functions:

$ grep -n 'deprecated' 20080327.26580.parrot.txt 
$ 

Attachment: myconfig
Description: Binary data

Reply via email to