|
From: | afullo |
Subject: | Re: NURBS package: 'nrbeval' crashes when calling 'bspeval' |
Date: | Sat, 27 Apr 2013 06:20:06 -0700 (PDT) |
So the correct procedure is: 1) download the nurbs package from svn: svn checkout http://svn.code.sf.net/p/octave/code/trunk/octave-forge/extra/nurbs 2) search for the string "#pragma" in all .cc files and replace it by "//#pragma": sed -i".bak" -e 's|#pragma|//#pragma|g' nurbs/src/* 3) create a .tar.gz file from the package: tar cvzf nurbs.tar.gz nurbs 4) install the modified package octave -q >> pkg install nurbs.tar.gz I'm going to try it. -- View this message in context: http://octave.1599824.n4.nabble.com/NURBS-package-nrbeval-crashes-when-calling-bspeval-tp4652278p4652374.html Sent from the Octave - General mailing list archive at Nabble.com.
[Prev in Thread] | Current Thread | [Next in Thread] |