On 15.03.2010, at 17:33, Greg Ercolano wrote:

> Greg Ercolano wrote:
>>      [..] the error seems to be happening as part of an #include from 
>> Fl_Printer.H
>>      (which is I think one of the new files), because the error says:
>> 
>> In file included from ../FL/Fl_Printer.H:6,
>>                 from Fl_cocoa.mm:2988,
>>                 from Fl.cxx:1516:
>> ../FL/Fl_Pixmap.H: In constructor `Fl_Pixmap::Fl_Pixmap(char* const*)':
>> ../FL/Fl_Pixmap.H:68: error: parse error before `;' token
> 
>    Just casually tracing through the #include paths:
> 
>       1) Fl.cxx (a C++ file) seems to include..
>       2) Fl_cocoa.mm (an Objective C file)

Yes, I am quite unhappy about that. It seems like a horrible hack to include a 
file of another langeuage and then force that language on the original file. 
It's for historic reasons, but maybe we can find a plausible way in the 
Makefile to avoid this kludge?!

- Matthias
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to