[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NURBS package: 'nrbeval' crashes when calling 'bspeval'
From: |
afullo |
Subject: |
Re: NURBS package: 'nrbeval' crashes when calling 'bspeval' |
Date: |
Fri, 26 Apr 2013 11:28:47 -0700 (PDT) |
Ok, it was just because */trunk/octave-forge* was repeated twice.
Now *svn* worked, but *sed* didn't, saying impossibility to modify
*nurbs/inst/private* because "it's not a normal file". Autenticating as root
had no effect.
/address@hidden:~$ sed -i".bak" -e 's|#pragma|//#pragma|g' nurbs/inst/*
sed: impossibile modificare nurbs/inst/private: non è un file normale
address@hidden:~$ sudo su
[sudo] password for fabio:
address@hidden:/home/fabio# sed -i".bak" -e 's|#pragma|//#pragma|g'
nurbs/inst/*
sed: impossibile modificare nurbs/inst/private: non è un file normale
address@hidden:/home/fabio#/
--
View this message in context:
http://octave.1599824.n4.nabble.com/NURBS-package-nrbeval-crashes-when-calling-bspeval-tp4652278p4652355.html
Sent from the Octave - General mailing list archive at Nabble.com.