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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
52ce65fd
Commit
52ce65fd
authored
17 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
compile fixes for debian
parent
7a35c42d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Geo/MElement.h
+1
-1
1 addition, 1 deletion
Geo/MElement.h
contrib/ANN/src/kd_dump.cpp
+1
-0
1 addition, 0 deletions
contrib/ANN/src/kd_dump.cpp
doc/README.occ
+4
-0
4 additions, 0 deletions
doc/README.occ
with
6 additions
and
1 deletion
Geo/MElement.h
+
1
−
1
View file @
52ce65fd
This diff is collapsed.
Click to expand it.
contrib/ANN/src/kd_dump.cpp
+
1
−
0
View file @
52ce65fd
...
...
@@ -33,6 +33,7 @@
#include
"kd_tree.h"
// kd-tree declarations
#include
"bd_tree.h"
// bd-tree declarations
#include
<string.h>
// for gmsh
#include
<stdlib.h>
// for gmsh
using
namespace
std
;
// make std:: available
...
...
This diff is collapsed.
Click to expand it.
doc/README.occ
+
4
−
0
View file @
52ce65fd
...
...
@@ -8,6 +8,10 @@ How to build OpenCascade 6.2 for Gmsh:
export CC="gcc -mno-cygwin -DWNT=1 -DWIN32 -DHAVE_NO_DLL"
export CXX="g++ -mno-cygwin -DWNT=1 -DWIN32 -DHAVE_NO_DLL"
- with new versions of gcc, add "-ffriend-injection" to the compiler
options (this prevents the "Standard_Transient_Type_ not declared"
error)
- go to the ros/ directory and type
./configure --prefix=/usr/local/opencascade --enable-debug=no
...
...
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