help-octave
[Top][All Lists]
Advanced

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

Re: (can't install pkgs due to wrong architecture?) Implementation of "u


From: Michael Goffioul
Subject: Re: (can't install pkgs due to wrong architecture?) Implementation of "uicontrol" for latest Octave?
Date: Fri, 20 Aug 2010 17:03:50 +0100

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.


reply via email to

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