i am trying to install PYJD on ubuntu 1204 using following the wiki at URL:
https://github.com/pyjs/pyjs/wiki/pyjamasubuntuwebkitgtk

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.  

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyjs-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to