Welcome, Guest. Please login or register.

Author Topic: duktape error NetSurf OS3  (Read 33223 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline apj

Re: duktape error NetSurf OS3
« on: July 14, 2016, 08:12:45 AM »
Duktape works in my ixemul version.
I haven't tried with libnix yet.

Offline apj

Re: duktape error NetSurf OS3
« Reply #1 on: July 14, 2016, 09:26:14 PM »
Quote from: chris;811099
Have you tried it with clib2?


Yes, it has not compiled but it has with libnix.

Offline apj

Re: duktape error NetSurf OS3
« Reply #2 on: July 15, 2016, 07:25:26 AM »
Quote from: chris;811125
It doesn't compile or it doesn't run?


Sorry, doesn't run. Same error :

FATAL 56: uncaught error
PANIC 56: uncaught error (calling abort)
Abnormal program termination

Offline apj

Re: duktape error NetSurf OS3
« Reply #3 on: July 29, 2016, 10:08:42 AM »
Quote from: DNADNL;811795
I looked on AmiKit and it uses OpenSSL (SSLRoot) to get the config file, so I tried to installed it, but it doesn't seem to work...

It works, i've just tried. You need to add these lines to user-startup
Assign >NIL: SSLROOT: SYS:Internet/AmiSSL/SSLROOT
Assign >NIL: SSLCERTS: SSLROOT:certs
Assign >NIL: SSLPRIVATE: SSLROOT: private  

Tested on AmiKit.

@Chris

Compiled my version with -m68020 and this works without fpu too.
(-m68020-60 doesn't).
« Last Edit: July 29, 2016, 10:11:56 AM by apj »