Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
IDL + Leopard
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mgalloy@gmail.com  
View profile  
 More options Oct 29 2007, 6:49 pm
Newsgroups: comp.lang.idl-pvwave
From: "mgal...@gmail.com" <mgal...@gmail.com>
Date: Mon, 29 Oct 2007 22:49:58 -0000
Local: Mon, Oct 29 2007 6:49 pm
Subject: IDL + Leopard
Sorry if this is a repeat, but it hasn't appeared for me yet...

Warning to other Mac OS IDL users: widget programs in IDL 6.4 don't
seem to run under Leopard. You might be better suited waiting for ITT
VIS to release a fix/release before you update to Leopard. Are others
experiencing this too?

Mike
--
www.michaelgalloy.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Larsen  
View profile  
 More options Oct 29 2007, 7:45 pm
Newsgroups: comp.lang.idl-pvwave
From: Brian Larsen <balar...@gmail.com>
Date: Mon, 29 Oct 2007 16:45:14 -0700
Local: Mon, Oct 29 2007 7:45 pm
Subject: Re: IDL + Leopard
Well this truly is annoying. I wonder what the issue is? X11? 64-bit?
Something else?

IDL> histo_gui, dist(100)
% Compiled module: DIST.
% Compiled module: HISTO_GUI.
% Compiled module: HISTOIMAGE.
% Compiled module: GETCOLOR.
% Compiled module: LOADCT.
% Compiled module: FILEPATH.
% Compiled module: PATH_SEP.
% Compiled module: STR_SIZE.
% Compiled module: COLORBAR.
% Compiled module: CONGRID.
Bus error

Cheers,

Brian

--------------------------------------------------------------------------
Brian Larsen
Boston University
Center for Space Physics


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eddedmond...@hotmail.com  
View profile  
 More options Oct 30 2007, 1:26 am
Newsgroups: comp.lang.idl-pvwave
From: eddedmond...@hotmail.com
Date: 30 Oct 2007 05:26:07 GMT
Local: Tues, Oct 30 2007 1:26 am
Subject: Re: IDL + Leopard

mgal...@gmail.com <mgal...@gmail.com> wrote:
> Sorry if this is a repeat, but it hasn't appeared for me yet...

> Warning to other Mac OS IDL users: widget programs in IDL 6.4 don't
> seem to run under Leopard. You might be better suited waiting for ITT
> VIS to release a fix/release before you update to Leopard. Are others
> experiencing this too?

I've been travelling since Leopard's release date, so I've not ordered
mine yet and can't check. However, I do know that X11 in Leopard has
changed the way DISPLAY is set. Now, it's set to connect to launchd,
which runs X11 if needed and then passes the connection through to
X11.

This means previously required tricks to set DISPLAY, as discussed
here before, are no longer needed in principle, and those tricks may
also break for Leopard. Also, the new setting may not play nice with
IDL for some other reason. It's certainly a cunning trick Leopard
uses, but it seems the cunning trick doesn't work so well if something
else is trying a trick of its own.

As loath as I am to recommend something I've strongly recommended
against before, if you're the sole user of the machine try making sure
X11 is running first, and try

setenv DISPLAY ":0"

before starting IDL
(I don't know how this will work with the IDLDE, but with the standard
IDL command line this may help)

As long as X11 is running, a more traditional DISPLAY setting should work.

I've also heard downgrading X11 to Tiger's version works, but I'm not
keen to recommend that sort of solution just in case it causes more
problems later.

--
Edd


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
eddedmond...@hotmail.com  
View profile  
 More options Oct 30 2007, 1:51 am
Newsgroups: comp.lang.idl-pvwave
From: eddedmond...@hotmail.com
Date: 30 Oct 2007 05:51:12 GMT
Local: Tues, Oct 30 2007 1:51 am
Subject: Re: IDL + Leopard
I should add to my previous post that if you're currently doing
anything to set DISPLAY in some startup file or whatever, your first
course of action should be to stop doing this, and then try again and
see if the new method in Leopard works as is. And if that fails then
try setting it to :0.

--
Edd


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karla  
View profile  
 More options Oct 30 2007, 7:16 am
Newsgroups: comp.lang.idl-pvwave
From: Karla <ksar...@gmail.com>
Date: Tue, 30 Oct 2007 04:16:11 -0700
Local: Tues, Oct 30 2007 7:16 am
Subject: Re: IDL + Leopard
Edd,

I haven't had time to really play with this but setting DIPSLAY to ":
0"  seems to have made no difference, but this could be on the right
track...

Cheers,

Brian

--------------------------------------------------------------------------
Brian Larsen
Boston University
Center for Space Physics


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Larsen  
View profile  
 More options Oct 30 2007, 8:20 am
Newsgroups: comp.lang.idl-pvwave
From: Brian Larsen <balar...@gmail.com>
Date: Tue, 30 Oct 2007 05:20:53 -0700
Local: Tues, Oct 30 2007 8:20 am
Subject: Re: IDL + Leopard
Sorry, that last post was from my wife's gmail account, oops.  Anyway
another thing I noticed was that "middle-clicking" information in
doesn't seem to work with Leopard X11 either...  more annoying.

Cheers,

Brian

--------------------------------------------------------------------------
Brian Larsen
Boston University
Center for Space Physics


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mgalloy@gmail.com  
View profile  
 More options Oct 30 2007, 11:43 am
Newsgroups: comp.lang.idl-pvwave
From: "mgal...@gmail.com" <mgal...@gmail.com>
Date: Tue, 30 Oct 2007 15:43:04 -0000
Local: Tues, Oct 30 2007 11:43 am
Subject: Re: IDL + Leopard
On Oct 30, 5:16 am, Karla <ksar...@gmail.com> wrote:

> I haven't had time to really play with this but setting DIPSLAY to ":
> 0"  seems to have made no difference, but this could be on the right
> track...

It doesn't seem to help me either. I get the same bus error.

Mike
--
www.michaelgalloy.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dcleon@gmail.com  
View profile  
 More options Oct 30 2007, 4:18 pm
Newsgroups: comp.lang.idl-pvwave
From: "dcl...@gmail.com" <dcl...@gmail.com>
Date: Tue, 30 Oct 2007 20:18:17 -0000
Local: Tues, Oct 30 2007 4:18 pm
Subject: Re: IDL + Leopard
On Oct 30, 9:43 am, "mgal...@gmail.com" <mgal...@gmail.com> wrote:

> On Oct 30, 5:16 am, Karla <ksar...@gmail.com> wrote:

> > I haven't had time to really play with this but setting DIPSLAY to ":
> > 0"  seems to have made no difference, but this could be on the right
> > track...

> It doesn't seem to help me either. I get the same bus error.

> Mike
> --www.michaelgalloy.com

This problem seems to be the result of the X11 changes in 10.5 .
Restoring the 10.4 version of X11 fixes the problem. Its not a pretty
solution, but it did get me back in business.

The DISPLAY issue seems to be a red herring although it does
relate to some of the apparent changes in X11.

Link to one of the sites addressing this issue:
http://macsingularity.org/2007/10/29/x11-full-screen-support-broken-i...

dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Larsen  
View profile  
 More options Oct 31 2007, 12:10 pm
Newsgroups: comp.lang.idl-pvwave
From: Brian Larsen <balar...@gmail.com>
Date: Wed, 31 Oct 2007 09:10:10 -0700
Local: Wed, Oct 31 2007 12:10 pm
Subject: Re: IDL + Leopard

> Link to one of the sites addressing this issue:http://macsingularity.org/2007/10/29/x11-full-screen-support-broken-i...

Using this article fixed it for me.  My IDL is back in business.

Cheers,

Brian

--------------------------------------------------------------------------
Brian Larsen
Boston University
Center for Space Physics


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dcleon@gmail.com  
View profile  
 More options Nov 1 2007, 7:45 am
Newsgroups: comp.lang.idl-pvwave
From: "dcl...@gmail.com" <dcl...@gmail.com>
Date: 1 Nov 2007 04:45:07 -0700
Local: Thurs, Nov 1 2007 7:45 am
Subject: Re: IDL + Leopard
On Oct 31, 10:10 am, Brian Larsen <balar...@gmail.com> wrote:

> > Link to one of the sites addressing this issue:http://macsingularity.org/2007/10/29/x11-full-screen-support-broken-i...

> Using this article fixed it for me.  My IDL is back in business.

> Cheers,

> Brian

> --------------------------------------------------------------------------
> Brian Larsen
> Boston University
> Center for Space Physics

RSI, whoops ITTVIS has now posted a fix for IDL 6.4 on Leopard.
Haven't tried it yet.
http://www.ittvis.com/forum/message.asp?fmid=4337

cheers
dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »