Here the dayly report

I succeed passing the png.h error by adding in each makefile in the CFLAGS and CPPFLAGS this line : -I/sw/include/libpng12

after that i had an error for libjpeg.h. So i added in each makefile, at the same place -I/sw/include/

after that i had an error of a bad libCDraw version. So i replace the one existing by a more recent one and executed the command : ranlib /Users/Pekele/XaraLX/libs/darwin/libCDraw.a

It seems that this action has dissepeared from the tutorial on the macosx's building page.

well after that, all was going on very well until a new error comes, which i really don't know how to fix it :

g++ Kernel/*.o wxOil/*.o tools/*.o wxXtra/*.o --debug -L./libs/darwin -L/Users/Pekele/wxMac-2.6.3/build-unicode-debug/lib -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa -framework System -lwx_macud-2.6 -lCDraw -o XaraLX

/usr/bin/ld: Undefined symbols:
_GColour_ReturnBrushRGB
collect2: ld returned 1 exit status
make[1]: *** [XaraLX] Error 1
make: *** [all-recursive] Error 1

too bad. Maybe it comes from the libCDraw library ?

any ideas ?