On 04/16/2018 03:39 AM, spiky wrote:
Building Webkit 2,20,1 I get an error fails to find "/webkitgtk-2.20.1/Source/JavaScriptCore/JSContextRef.h"

This file is in "/webkitgtk-2.20.1/Source/JavaScriptCore/API/JSContextRef.h"


it is read from the file /webkitgtk-2.20.1/Source/JavaScriptCore/API/JSHeapFinalizerPrivate.h

(#ifndef JSHeapFinalizerPrivate_h
#define JSHeapFinalizerPrivate_h

#include <JavaScriptCore/JSContextRef.h>
#include <stdbool.h>)

How can I get round this error. Also is it going to be able to find other files?

We need a little more info Spiky. What was the build instruction that failed? It sounds like a missing -I parameter. As a workaround you could try LIBRARY_PATH=/webkitgtk-2.20.1/Source/JavaScriptCore/

I did check and I do have that file, but I had no problem building with the book's current instructions.

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to