discuss-gnustep
[Top][All Lists]
Advanced

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

Vespucci and Flexisheet : Webkit deprecated dependencies ?


From: Patrick Cardona
Subject: Vespucci and Flexisheet : Webkit deprecated dependencies ?
Date: Fri, 12 Jun 2020 00:47:50 +0200
User-agent: GNUMail (Version 1.3.0)

Hi All,

I tried to make some apps from the Gap repository.
While building Vespucci and Flexisheet, I was stuck with a dependency I could not resolve : it seems to be a deprecated Webkit lib, because the alternative Debian gave (1) was not usefull :

Making all for app Vespucci...
 Compiling file VEWinController.m ...
In file included from VEWinController.m:26:
VEWinController.h:27:9: fatal error: WebKit/WebPreferences.h: Aucun fichier ou dossier de ce type
 #import <WebKit/WebPreferences.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [/usr/share/GNUstep/Makefiles/rules.make:479: obj/Vespucci.obj/VEWinController.m.o] Error 1 make[2]: *** [/usr/share/GNUstep/Makefiles/Instance/application.make:147: internal-app-run-compile-submake] Error 2 make[1]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: Vespucci.all.app.variables] Error 2 make: *** [/usr/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2

And also with Flexisheet :

Making all for subproject Application...
 Compiling file FSFunctionHelp.m ...
FSFunctionHelp.m:13:9: fatal error: WebKit/WebView.h: Aucun fichier ou dossier de ce type
 #import <WebKit/WebView.h>
         ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/usr/share/GNUstep/Makefiles/rules.make:479: obj/Application.obj/FSFunctionHelp.m.o] Error 1 make[3]: *** [/usr/share/GNUstep/Makefiles/Instance/subproject.make:45: internal-subproject-all_] Error 2 make[2]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: Application.all.subproject.variables] Error 2 make[1]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: FlexiSheet.all.app.variables] Error 2 make: *** [/usr/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2

(1) Debian apt installer propose to install the alternative :
 libwebkitgtk-dev and libjavascriptcoregtk-1.0-dev
but these libraries don't provide the needed headers.

Regards,

--
Bien cordialement,
Patrick CARDONA




reply via email to

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