On Monday 02 November 2009 17:27:17 Parrot wrote:

>  # Failed to build 't/src/warnings_2.o': t/src/warnings_2.c: In function
>  ‘main’:
>  # t/src/warnings_2.c:15: error: dereferencing pointer to incomplete type
>  not ok 2 - Parrot_warn

This is because an optimized Parrot (built with -DNDEBUG) will not export the 
Parrot_pcc_warnings_on() symbol, thanks to a series of clever macro definitions 
in include/parrot/context.h:

        $ nm -g blib/lib/libparrot.so | grep Parrot_pcc_warnings

We need to fix those macros so that the symbols always get exported but the 
Parrot core itself can use the quick accessors.

-- c
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to