Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
7ab8f04a
Commit
7ab8f04a
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
add warning about fltk 1.1.7
parent
b6e271f5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Fltk/GUI.cpp
+11
-4
11 additions, 4 deletions
Fltk/GUI.cpp
README
+7
-0
7 additions, 0 deletions
README
with
18 additions
and
4 deletions
Fltk/GUI.cpp
+
11
−
4
View file @
7ab8f04a
// $Id: GUI.cpp,v 1.49
0
2006-0
2-24 03:28
:1
8
geuzaine Exp $
// $Id: GUI.cpp,v 1.49
1
2006-0
3-08 15:43
:1
5
geuzaine Exp $
//
//
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -134,6 +134,13 @@ Fl_Menu_Item m_menubar_table[] = {
...
@@ -134,6 +134,13 @@ Fl_Menu_Item m_menubar_table[] = {
// menu window; removed File->Quit)
// menu window; removed File->Quit)
#if defined(__APPLE__) && defined(HAVE_FLTK_1_1_5_OR_ABOVE)
#if defined(__APPLE__) && defined(HAVE_FLTK_1_1_5_OR_ABOVE)
// random changes in fltk are driving me nuts sometimes
#if (FL_MAJOR_VERSION == 1) && (FL_MINOR_VERSION == 1) && (FL_PATCH_VERSION <= 6)
#undef FL_META
#define FL_META FL_CTRL
#endif
Fl_Menu_Item
m_sys_menubar_table
[]
=
{
Fl_Menu_Item
m_sys_menubar_table
[]
=
{
{
"File"
,
0
,
0
,
0
,
FL_SUBMENU
},
{
"File"
,
0
,
0
,
0
,
FL_SUBMENU
},
{
"New..."
,
FL_META
+
'n'
,
(
Fl_Callback
*
)
file_new_cb
,
0
},
{
"New..."
,
FL_META
+
'n'
,
(
Fl_Callback
*
)
file_new_cb
,
0
},
...
...
This diff is collapsed.
Click to expand it.
README
+
7
−
0
View file @
7ab8f04a
...
@@ -15,6 +15,13 @@ support; freely available from http://www.fltk.org). You can use the
...
@@ -15,6 +15,13 @@ support; freely available from http://www.fltk.org). You can use the
the FLTK_PREFIX and GSL_PREFIX environment variables) if the libraries
the FLTK_PREFIX and GSL_PREFIX environment variables) if the libraries
are not installed in their default locations.
are not installed in their default locations.
[ WARNING: Do not use FLTK 1.1.7. FLTK 1.1.7 has a few serious bugs
that can lead to seemingly random crashes in Gmsh. FLTK 1.1.6 is OK,
as are most SVN revisions anterior to {"2005-10-10"}. Unfortunately,
these versions come with a buggy JPEG header: if you enable the local
JPEG library when you configure FLTK, you will have to remove the
"#include <config.h>" line in the file "jconfig.h". ]
To install a non-graphical version of Gmsh (that does not require FLTK
To install a non-graphical version of Gmsh (that does not require FLTK
nor OpenGL), type
nor OpenGL), type
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment