comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDLWave upgrading?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
IDLWave upgrading? [message #47118] Tue, 24 January 2006 09:00 Go to next message
Bruce Bowler is currently offline  Bruce Bowler
Messages: 128
Registered: September 1998
Senior Member
I probably ought to direct this to JD via mail, but this way everyone can
benefit...

I'm currently running IDLwave 5.0 and IDL 6.1. I think it's time to
upgrade IDLwave to 5.6.

What are the "gotchas" that I ought to look out for? Should I uninstall
5.0 before I try and install 5.6?

Bruce

--
+-------------------+--------------------------------------- ------------+
Bruce Bowler | Blessed are the young, for they shall inherit the
1.207.633.9600 | national debt. - Herbert Hoover
bbowler@bigelow.org |
+-------------------+--------------------------------------- ------------+
Re: IDLWave upgrading? [message #47201 is a reply to message #47118] Tue, 31 January 2006 16:09 Go to previous messageGo to next message
JD Smith is currently offline  JD Smith
Messages: 850
Registered: December 1999
Senior Member
On Tue, 31 Jan 2006 10:35:30 -0500, Bruce Bowler wrote:

> On Mon, 30 Jan 2006 14:08:51 -0700, JD Smith put fingers to keyboard and
> said:
>
>
>>> [bcb@modis bin]$ which idlhelp
>>> /usr/local/bin/idlhelp
>>>
>>> So the shell knows how to find it. Is there something I can type
>>> within emacs that might reveal clues as to why it's not being launched?
>>
>>
>> Just attempt to run the command, and look in the *Messages* buffer for
>> any error message.
>>
>> JD
>
> No errors at all... Is there a target date for IDLWave 6?

Waiting on a few odds and ends, but it should be within a few weeks.
Emacs may not have the same path as your shell (as is common in OSX, for
example). Try starting emacs from the shell directly, and see if that
helps. You can M-: (getenv "PATH") to see what emacs things the execute
path is.

JD
Re: IDLWave upgrading? [message #47207 is a reply to message #47118] Tue, 31 January 2006 07:35 Go to previous messageGo to next message
Bruce Bowler is currently offline  Bruce Bowler
Messages: 128
Registered: September 1998
Senior Member
On Mon, 30 Jan 2006 14:08:51 -0700, JD Smith put fingers to keyboard and
said:

>
>> [bcb@modis bin]$ which idlhelp
>> /usr/local/bin/idlhelp
>>
>> So the shell knows how to find it. Is there something I can type within
>> emacs that might reveal clues as to why it's not being launched?
>
>
> Just attempt to run the command, and look in the *Messages* buffer for any
> error message.
>
> JD

No errors at all... Is there a target date for IDLWave 6?

--
+-------------------+--------------------------------------- ------------+
Bruce Bowler | Patriotism is the last refuge of a scoundrel. -
1.207.633.9600 | Samuel Adams
bbowler@bigelow.org |
+-------------------+--------------------------------------- ------------+
Re: IDLWave upgrading? [message #47221 is a reply to message #47118] Mon, 30 January 2006 13:08 Go to previous messageGo to next message
JD Smith is currently offline  JD Smith
Messages: 850
Registered: December 1999
Senior Member
> [bcb@modis bin]$ which idlhelp
> /usr/local/bin/idlhelp
>
> So the shell knows how to find it. Is there something I can type within
> emacs that might reveal clues as to why it's not being launched?


Just attempt to run the command, and look in the *Messages* buffer for any
error message.

JD
Re: IDLWave upgrading? [message #47265 is a reply to message #47118] Wed, 01 February 2006 15:41 Go to previous message
JD Smith is currently offline  JD Smith
Messages: 850
Registered: December 1999
Senior Member
On Wed, 01 Feb 2006 08:46:15 -0500, Bruce Bowler wrote:

> On Tue, 31 Jan 2006 17:09:27 -0700, JD Smith put fingers to keyboard and
> said:
>
>> On Tue, 31 Jan 2006 10:35:30 -0500, Bruce Bowler wrote:
>>
>>> On Mon, 30 Jan 2006 14:08:51 -0700, JD Smith put fingers to keyboard and
>>> said:
>>>
>>>
>>>> > [bcb@modis bin]$ which idlhelp
>>>> > /usr/local/bin/idlhelp
>>>> >
>>>> > So the shell knows how to find it. Is there something I can type
>>>> > within emacs that might reveal clues as to why it's not being launched?
>>>>
>>>>
>>>> Just attempt to run the command, and look in the *Messages* buffer for
>>>> any error message.
>>>>
>>>> JD
>>>
>>> No errors at all... Is there a target date for IDLWave 6?
>>
>> Waiting on a few odds and ends, but it should be within a few weeks.
>> Emacs may not have the same path as your shell (as is common in OSX, for
>> example). Try starting emacs from the shell directly, and see if that
>> helps. You can M-: (getenv "PATH") to see what emacs things the execute
>> path is.

>
> Doing that shows that /usr/local/bin is on the path that emacs sees.
> Probably not a surprise, but if I do M-! idlhelp, it works.

OK, I checked and the idlhelp script in IDL 6.2 runs IDL_ASSISTANT in
the background, which means that it cannot be started from IDLWAVE in
the old way (since there is no shell running to make it a background
task it starts and immediately exits). Older versions of IDL come
with an idlhelp script which works fine (well, other than giving you
less than useful PDF help).

Since IDL Assistant comes with v6.2, and runs best under IDLWAVE 6.0
anyway, I think we can just let that go, since the menu item you
mention will work fine in that case (it uses the idl_assistant script,
not idlhelp).

JD
Re: IDLWave upgrading? [message #47288 is a reply to message #47201] Wed, 01 February 2006 05:46 Go to previous message
Bruce Bowler is currently offline  Bruce Bowler
Messages: 128
Registered: September 1998
Senior Member
On Tue, 31 Jan 2006 17:09:27 -0700, JD Smith put fingers to keyboard and
said:

> On Tue, 31 Jan 2006 10:35:30 -0500, Bruce Bowler wrote:
>
>> On Mon, 30 Jan 2006 14:08:51 -0700, JD Smith put fingers to keyboard and
>> said:
>>
>>
>>>> [bcb@modis bin]$ which idlhelp
>>>> /usr/local/bin/idlhelp
>>>>
>>>> So the shell knows how to find it. Is there something I can type
>>>> within emacs that might reveal clues as to why it's not being launched?
>>>
>>>
>>> Just attempt to run the command, and look in the *Messages* buffer for
>>> any error message.
>>>
>>> JD
>>
>> No errors at all... Is there a target date for IDLWave 6?
>
> Waiting on a few odds and ends, but it should be within a few weeks.
> Emacs may not have the same path as your shell (as is common in OSX, for
> example). Try starting emacs from the shell directly, and see if that
> helps. You can M-: (getenv "PATH") to see what emacs things the execute
> path is.
>
> JD

Doing that shows that /usr/local/bin is on the path that emacs sees.
Probably not a surprise, but if I do M-! idlhelp, it works.

--
+-------------------+--------------------------------------- ------------+
Bruce Bowler | Some people feel with their heads and think with
1.207.633.9600 | their hearts. - G. C. Lichtenberg
bbowler@bigelow.org |
+-------------------+--------------------------------------- ------------+
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: staying away from color indices 0, and 255?
Next Topic: Re: Perpendicular symbol

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:36:40 PDT 2025

Total time taken to generate the page: 0.00687 seconds