Include a patch for gcc-3.4.x users so we can continue to use nurbs++.
For what it's worth, I'm open to using a simpler, more currently maintained nurbs library, but at last check, I couldn't find one.
This commit is contained in:
parent
a51e31d6c7
commit
5d259e5e46
2 changed files with 2698 additions and 0 deletions
2688
PATCH-nurbs++-3.0.11-with-gcc-3.4.x
Normal file
2688
PATCH-nurbs++-3.0.11-with-gcc-3.4.x
Normal file
File diff suppressed because it is too large
Load diff
|
@ -5,6 +5,16 @@ You can get the latest version of libnurbs++ from:
|
|||
|
||||
http://libnurbs.sourceforge.net/
|
||||
|
||||
IMPORTANT! If you are using gcc-3.4.x (or newer) you will need to apply
|
||||
a patch to your nurbs++ tree to successfully compile. Look for the file
|
||||
called PATCH-nurbs++-gcc-3.4.x in the current directory. Now cd to the
|
||||
top level of your fresh nurbs++-3.0.11 source tree and run:
|
||||
|
||||
patch -p0 < /path/to/patch/file
|
||||
|
||||
Good luck!
|
||||
|
||||
|
||||
More information:
|
||||
|
||||
Non-Uniform Rational B-Splines (NURBS) curves and surface are
|
||||
|
|
Loading…
Reference in a new issue