-
- Downloads
Gmsh now compiles under Mac OS X. The main adaptations, aside a few
compilation directives (cf. __APPLE__), were to rename the type ColorTable to GmshColorTable and the function Palette to Palette1, in order to avoid conflicts with Apple's QuickDraw. Note that HFS is case-insensitive, which requires to have a fltk lib name otherwise than libfltk.a (in the Mac version, the GL part is separate anyway, so I've been using libfltk_base.a and libfltk_gl.a).
Showing
- Box/Main.cpp 8 additions, 1 deletionBox/Main.cpp
- Common/ColorTable.cpp 7 additions, 7 deletionsCommon/ColorTable.cpp
- Common/ColorTable.h 6 additions, 6 deletionsCommon/ColorTable.h
- Common/GmshUI.h 4 additions, 0 deletionsCommon/GmshUI.h
- Common/Views.cpp 2 additions, 2 deletionsCommon/Views.cpp
- Common/Views.h 2 additions, 2 deletionsCommon/Views.h
- DataStr/Malloc.cpp 3 additions, 1 deletionDataStr/Malloc.cpp
- Fltk/Colorbar_Window.cpp 2 additions, 2 deletionsFltk/Colorbar_Window.cpp
- Fltk/Colorbar_Window.h 2 additions, 2 deletionsFltk/Colorbar_Window.h
- Fltk/GUI.cpp 3 additions, 1 deletionFltk/GUI.cpp
- Fltk/Message.cpp 8 additions, 1 deletionFltk/Message.cpp
- Graphics/Draw.h 1 addition, 1 deletionGraphics/Draw.h
- Graphics/Post.cpp 2 additions, 2 deletionsGraphics/Post.cpp
- Graphics/PostSimplex.cpp 7 additions, 7 deletionsGraphics/PostSimplex.cpp
- Graphics/Scale.cpp 3 additions, 3 deletionsGraphics/Scale.cpp
- Graphics/gl2ps.h 5 additions, 1 deletionGraphics/gl2ps.h
- Makefile 21 additions, 1 deletionMakefile
- Parser/Gmsh.tab.cpp 4 additions, 4 deletionsParser/Gmsh.tab.cpp
- Parser/Gmsh.y 4 additions, 4 deletionsParser/Gmsh.y
Loading
Please register or sign in to comment