[Gmsh] Compile bug in nightly cvs source snapshot

Jiří Hnídek jiri.hnidek at tul.cz
Fri Apr 17 22:14:09 CEST 2009


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>

Please, make your cvs repository available for anonymous users (read- 
only mode). Creating pathes and adding new features to Gmsh will be  
much more easier for other developers (yes, I would like to add some  
new features to Gmsh again :-)).

Best regards,

Jiri
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2419 bytes
Desc: not available
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20090417/95eb95db/attachment.p7s>