i am trying to install PYJD on ubuntu 1204 using following the wiki at URL:
i managed to go through following section, which is specific to pyjd enabling. with two changes.
1, type error:
diff --git a/Source/JavaScriptCore/wtf/gobject/GTypedefs.h b/Source/JavaScriptCo
index c7f7ac4..e89f47a 100644
--- a/Source/JavaScriptCore/wtf/gobject/GTypedefs.h
+++ b/Source/JavaScriptCore/wtf/gobject/GTypedefs.h
@@ -52,7 +52,7 @@ typedef struct _GFile GFile;
typedef struct _GHashTable GHashTable;
typedef struct _GInputStream GInputStream;
typedef struct _GList GList;
-typedef struct _GMutex GMutex;
+typedef union _GMutex GMutex;
2. link error: in GNUmake, change line 9778 to LDFLAGS = -pthread -lgthread-2.0 -lrt -lglib-2.0.
after this two changes. everything goes well. but i can NOT get pywebkitgtk
does anyone face this issues ? how to fix it ?
or is there known working method to install the pyjd?
appreciating your feedback/helps on this.