help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pre_install and Post_install scripts (maybe a bug)


From: gianvito
Subject: Pre_install and Post_install scripts (maybe a bug)
Date: Fri, 14 Jan 2011 01:58:47 -0800 (PST)

I'm trying to do the operation with pre_install.m script in the package, but
it returns the following message:

>>>invalid use of script in index expression
error: called from `pkg>prepare_installation' in file
C:\Octave\3.2.4_gcc-4.4.0
\share\octave\3.2.4\m\pkg\pkg.m near line 1197, column 7
error: called from:
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\pkg\pkg.m at line
714, 
column 5
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\pkg\pkg.m at line
287, 
column 7


I went to that line ... and found this:
pre_install (desc); 

If I change it to pre_install; it works !
Is this a bug or I'm doing something wrong?

Thanks
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Package-with-included-DLL-tp3216487p3217386.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]