So I decided to try the alternate method of using WebKit. This wasn't any easier! It depends on libraries not available as part of the standard distribution but aside from that, WebKit won't compile:
checking usage of GTK+... yes checking the GTK+ version to use... ../configure: line 18325: syntax error near unexpected token `!=' ../configure: line 18325: ` withval=$with_gtk; case $with_gtkplus != "no" && "$with_gtk" in' I guess I'll just have to try to debug the configure script if I want this to work. -- Brian Is the Pyjamas-Desktop still supported under Linux Ubuntu "Precise > Pangolin"? I've tried to get it to work but it would be easier to carry > water uphill in a sieve. > > First, there is no "pyjd" package so I got the "pyjs" source and got > access through that. > Then, there's no Hulahop package so I added Debian's "sid" distribution to > apt's sources.list to get them onto the machine. > The installed libraries don't go into /usr/lib so I modified bin/pyjd to > add /usr/lib/xulrunner-10.0 to LD_LIBRARY_PATH. > This fails because at least one symbol is not found: > > File "/usr/lib/python2.7/dist-packages/hulahop/__init__.py", line 29, in > <module> > from hulahop._hulahop import shutdown > ImportError: /usr/lib/python2.7/dist-packages/hulahop/_hulahop.so: > undefined symbol: XRE_InitEmbedding > > I tried using the libraries in /usr/lib/firefox but it's missing > libpyxpcom.so. > > Am I missing something obvious? Any suggestions, or should I just give up > on Linux? > > -- Brian > > -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
