Jir(í Hnídek wrote: > Hi, > I found compile bug at Mac. Problem is in including some FTGL h files in > Fltk/classificationEditor.cpp at lines 6 and 7. Mac without case > sensitive file system can compile this file without problem, but > compilation will fault at case sensitive file systems. There should be: > > #include <FL/Fl_Tabs.H> > #include <FL/Fl_Value_Input.H> > > and not: > > #include <Fl/Fl_Tabs.H> > #include <Fl/Fl_Value_Input.H>
Thanks, this is now fixed. > > Please, make your cvs repository available for anonymous users > (read-only mode). Creating pathes and adding new features to Gmsh will Good idea, we'll try to do this. > be much more easier for other developers (yes, I would like to add some > new features to Gmsh again :-)). > > Best regards, > > Jiri > > > ------------------------------------------------------------------------ > > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
