help with idldoc [message #47719] |
Thu, 23 February 2006 03:45 |
vcarlos
Messages: 21 Registered: February 2006
|
Junior Member |
|
|
Hi all,
I've downloaded IDLdoc from RS web page and restored manually the file
idldoc.sav in my idl session. In my computer I have a trial version of
IDL 6.1, so when I type: idldoc, root= '/myDirectory' it starts the
documentation creation, but stops before the end, and shows a message
telling me that it is not going to work on a demo version. All right,
I've done the same in a remote computer with a complete version of IDL,
but all I got was this message:
% IDLdoc failed on error: %N%s
My directory structure is as follow:
../idldoc/product__define.pro
../idldoc/lib/idldoc.sav
what I am doing is cd to my root directory and type the following:
cd ../idldoc/
idl
restore, '../idldoc/lib/idldoc.sav'
idldoc, root='../idldoc/'
the ../ is just an abbreviation for my whole directory structure
(something like /home/myuser/examples/)
Anyone?
Thank you all
Vinicius
|
|
|