Home »
Public Forums »
archive »
Adding IDL to a Current Eclipse Installation (OSX)
Adding IDL to a Current Eclipse Installation (OSX) [message #60924] |
Tue, 24 June 2008 17:38 |
Robbie
Messages: 165 Registered: February 2006
|
Senior Member |
|
|
I have been brave enough to add IDL to a current Eclipse installation
on OSX
I followed the instructions provided by David Fanning with some minor
changes (http://www.dfanning.com/workbench/addtoeclipse.html)
I preferred to use automator over a shell script because I could then
create a packaged application with the ITT-IDL icon. Remember to copy
the files in the plugins directory.
IDL_DIR=/Applications/itt/idl70
export IDL_DIR
DYLD_LIBRARY_PATH=${IDL_DIR}/idlde/bin.darwin.i386:${IDL_DIR }/bin/
bin.darwin.i386
export DYLD_LIBRARY_PATH
/Applications/eclipse/eclipse -vmargs \
-DJDMLDir=${IDL_DIR}/idlde/bin.darwin.i386 \
-DBMLDir=${IDL_DIR}/idlde/bin.darwin.i386 \
-DDMLDir=${IDL_DIR}/idlde/bin.darwin.i386 \
-DIDLDir=${IDL_DIR}/bin/bin.darwin.i386 \
-DIDL_DIR=${IDL_DIR} &
http://barnett.id.au/idl/IDLEclipse.jpeg
Robbie
|
|
|
Current Time: Wed Oct 08 19:20:20 PDT 2025
Total time taken to generate the page: 0.00291 seconds