I've found the problem, I did modified Fl_Graphics_Driver to use member variables instead of static variables for all matrix manipulation and for that I need the declaration of XPOINT to be visible, this modifi8action was needed to implement Fl_PDF_Driver, because I need to switch betwen more than one graphics driver to simulate multitask (printing and allow user interface interaction, gerating pdf, postcript, printing at the same time, ...).
I did offered this to fltk but it was rejected. So I'll live with my fltk variation for ever or till fltk change the usage of static variables by method variables ! En 19/01/2011 00:04:05, Domingo Alvarez Duarte <[email protected]> escribió: > With the latest svn update there is a problem with this new macro > FL_INTERNALS I think. > > When compiling fluid there is a problem: > > Compiling CodeEditor.cxx... > In file included from ../FL/fl_draw.H:39:0, > from ../FL/Fl_Text_Display.H:36, > from ../FL/Fl_Text_Editor.H:37, > from CodeEditor.h:41, > from CodeEditor.cxx:36: > ../FL/Fl_Device.H:331:3: error: 'XPoint' does not name a type -- Usando el revolucionario cliente de correo de Opera: http://www.opera.com/mail/ _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
