Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline EyMenZTopic starter

  • Newbie
  • *
  • Join Date: Feb 2016
  • Posts: 2
    • Show all replies
duktape error NetSurf OS3
« on: March 08, 2016, 05:17:20 PM »
Hello,  I trying to compile netsurf for OS3. But I have this problem hat I can not solve :angry:.
i test it on cygwin 32 under Windows and on ubuntu 15.10
could someone help me? thank you :)

Code: [Select]
administrator@ubuntu:/usr/local/netsurf$ sudo make TARGET=amigaos3
M.CONFIG: JPEG (libjpeg)    enabled       (NETSURF_USE_JPEG := YES)
M.CONFIG: PDF export (haru)    disabled      (NETSURF_USE_HARU_PDF := NO)
M.CONFIG: glibc internal iconv    disabled      (NETSURF_USE_LIBICONV_PLUG := NO)
M.CONFIG: Javascript (Duktape)    enabled       (NETSURF_USE_DUKTAPE := YES)
PKG.CNFG: CSS (libcss)    enabled
PKG.CNFG: DOM (libdom)    enabled
PKG.CNFG: nsutils (libnsutils)    enabled
PKG.CNFG: utf8proc (libutf8proc)    enabled
M.CONFIG: Sprite (librosprite)    disabled      (NETSURF_USE_ROSPRITE := NO)
M.CONFIG: BMP (libnsbmp)    enabled       (NETSURF_USE_BMP := YES)
M.CONFIG: GIF (libnsgif)    enabled       (NETSURF_USE_GIF := YES)
M.CONFIG: PNG (libpng)    enabled       (NETSURF_USE_PNG := YES)
M.CONFIG: NSSVG (libsvgtiny)    enabled       (NETSURF_USE_NSSVG := YES)
M.CONFIG: JavaScript    disabled      (NETSURF_USE_MOZJS := NO)
M.CONFIG: Amiga icon    enabled       (NETSURF_USE_AMIGA_ICON := YES)
M.CONFIG: DataTypes    enabled       (NETSURF_USE_AMIGA_DATATYPES := YES)
.
.
.
   MKDIR: build-Linux-amigaos3
   MKDIR: build-Linux-amigaos3/deps
TESTMENT: build-Linux-amigaos3/testament.h
 GENBIND: javascript/duktape/netsurf.bnd
make: nsgenbind: Command not found
 COMPILE: amiga/agclass/amigaguide_class.c
amiga/agclass/amigaguide_class.c: In function `agm_open':
amiga/agclass/amigaguide_class.c:330: warning: initialization discards qualifiers from pointer target type
 COMPILE: amiga/arexx.c
.
.
.
.
 COMPILE: javascript/content.c
 COMPILE: javascript/duktape/dukky.c
javascript/duktape/dukky.c:39:29: duktape/binding.h: No such file or directory
In file included from javascript/duktape/dukky.c:42:
javascript/duktape/dukky.h:40: error: syntax error before "dom_string"
javascript/duktape/dukky.h:40: warning: function declaration isn't a prototype
.
.
.
.
javascript/duktape/dukky.c:93: warning: redundant redeclaration of 'MAGIC'
javascript/duktape/dukky.c:93: warning: previous implicit declaration of 'MAGIC' was here
javascript/duktape/dukky.c:1068: error: `HANDLER_MAP' undeclared (first use in this function)
javascript/duktape/dukky.c:1068: warning: passing arg 2 of `duk_get_global_string' makes pointer from integer without a cast
javascript/duktape/dukky.c:1080: warning: dereferencing type-punned pointer will break strict-aliasing rules
Makefile:796: recipe for target 'build-Linux-amigaos3/javascript_duktape_dukky.o' failed
make: *** [build-Linux-amigaos3/javascript_duktape_dukky.o] Error 1
« Last Edit: March 08, 2016, 05:33:23 PM by EyMenZ »
 

Offline EyMenZTopic starter

  • Newbie
  • *
  • Join Date: Feb 2016
  • Posts: 2
    • Show all replies
Re: duktape error NetSurf OS3
« Reply #1 on: March 14, 2016, 02:56:34 PM »
i have also errors on nsgenbind build