There is no gtmkac64.zip on that server.

The 32-bit gtk seemed installed correctly, are you using a russian locale
that uses ',' (comma) as decimal point? There is code in J scripts to set
numeric locale back to 'C' but it did work for you apparently.

LC_NUMERIC is:
Linux   : 1
Mac     : 1  (untested)
Windows : 4

Can you confirm what is the correct value for LC_NUMERIC in mac? As a
workaround, you can set locale to 'C' or any other locales that use '.'
(period) as decimal point, inside the script that run gtkide.

if. UNAME-:'Linux' do.
  Lc_Numeric_jgtk_=: memr 0 _1 2,~ 'libc.so.6 setlocale > x i *c'&cd 1;<<0
  'libc.so.6 setlocale > x i *c'&cd 1;,'C'
elseif. UNAME-:'Darwin' do.
  Lc_Numeric_jgtk_=: memr 0 _1 2,~ 'libc.dylib setlocale > x i *c'&cd 1;<<0
  'libc.dylib setlocale > x i *c'&cd 1;,'C'
elseif. UNAME-:'Win' do.
  Lc_Numeric_jgtk_=: memr 0 _1 2,~ 'msvcrt.dll setlocale > + x i *c'&cd 4;<<0
  'msvcrt.dll setlocale > + x i *c'&cd 4;,'C'
end.


Втр, 26 Апр 2011, Alexander Skomorokhov писал(а):
> Hi,
> 
> 1. on Mac OS X 10.6 for 64 bits I get:
> --------------------------------------------------
>    install 'gtkide'
> Updating server catalog...
> Installing gtk binaries...
> Connection failed: curl: (22) The requested URL returned error: 404
> 
> Connection failed:
> 
> curl: (22) The requested URL returned error: 404
> 
> unable to download: http://www.jsoftware.com/download/gtkmac64.zip
> Installing 3 packages
> Downloading base library...
> Installing base library...
> Downloading ide/gtk...
> Installing ide/gtk...
> Downloading gui/gtk...
> Installing gui/gtk...
> Done.
> 1 addon can be updated, 56 addons are not yet installed.
> The base library is up to date.
> --------------------------------------------------
> Where is file gtkmac64.zip?
> 
> 2. For 32 bits installation runs well:
> -------------------------------------------------
>    install'gtkide'
> Updating server catalog...
> Installing gtk binaries...
> Finished install of gtk binaries.
> Installing 3 packages
> Downloading base library...
> Installing base library...
> Downloading ide/gtk...
> Installing ide/gtk...
> Downloading gui/gtk...
> Installing gui/gtk...
> Done.
> 1 addon can be updated, 56 addons are not yet installed.
> The base library is up to date.
> --------------------------------------------
> 
> but gtk interface doesn't work:
> ---------------------------------------------
>    load'gtkide'
> |ill-formed number: conf_gtkide
> |[-6]
> ---------------------------------------------
> 
> What is wrong? Thanks.
> 
> Regards,
> Sasha.
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to