help-octave
[Top][All Lists]
Advanced

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

Re: (jhandles alternative?) Implementation of "uicontrol" for latest Oct


From: Pen-Yuan Hsing
Subject: Re: (jhandles alternative?) Implementation of "uicontrol" for latest Octave?
Date: Fri, 20 Aug 2010 12:34:55 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Lightning/1.0b2 Thunderbird/3.1

On 2010/08/20 12:03, Michael Goffioul wrote:
On Fri, Aug 20, 2010 at 4:07 PM, Pen-Yuan Hsing<address@hidden>  wrote:
Thanks for the tips!!
I downloaded the files successfully but was unable to install them due
to the following errors:

"ld: warning: in
/Applications/Octave.app/Contents/Resources/bin/octave-3.2.3, file was
built for i386 which is not the architecture being linked (x86_64)

.......
.......

error: called from `pkg>configure_make' in file
/Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/pkg/pkg.m
near line 1253, column 2
error: called from:
error:
/Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/pkg/pkg.m
at line 714, column 5
error:
/Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/pkg/pkg.m
at line 287, column 7"

Looks like there is an issue with my computer's architecture, is there
some way to correct this?

Sorry to drop in late in this thread, but even if you get JHandles to
compile under
Mac OS X, it won't work because of a system restriction on Mac platform: the
GUI event loop *must* be run in the main thread of the application
(last time I checked).

Michael.

I see.
Is there an alternative to jhandles that implements the uicontrol functions in Octave, then?
Thanks again for everyone's help so far.


reply via email to

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