Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Roberto A. Foglietta on April 29, 2009, 04:27:44 AM

Title: midori
Post by: Roberto A. Foglietta on April 29, 2009, 04:27:44 AM
Hi to all, I managed to compile webkit (and ASAP I will send to tcesubmit) but I cannot compile midori (which was my real target) because python Scripting module missing:

Code: [Select]
tc@box:~/tmp/midori-0.1.6$ ./configure
Checking for Python                     :  /usr/local/bin/python
Checking for WAF                        :  /home/tc/tmp/midori-0.1.6/waf
calling waf configure with parameters
Traceback (most recent call last):
  File "/home/tc/tmp/midori-0.1.6/waf", line 126, in <module>
    import Scripting
ImportError: No module named Scripting

I have installed python and python-dev. Can you help me, please?
Title: Re: midori
Post by: Jason W on May 01, 2009, 05:16:50 PM
I am not too familiar with Python but I will look into this and see if perhaps anything is missing.  Maybe the midori dir may have to be added to python path, I am not sure but I will check it out.

One more thing, if you are using the tcz form of python it was fixed a few weeks ago for path issues.  If you have an older tcz it won't work.
Title: Re: midori
Post by: Roberto A. Foglietta on May 03, 2009, 04:26:31 AM
I am not ready to release because I did not write .info for all packages, however here you are:

[^thehatsrule^: removed - please see the (updated) guidelines for extension submissions]
Title: Re: midori
Post by: Roberto A. Foglietta on May 03, 2009, 04:36:28 AM
that's awesome that you got webkit to work, I am trying to get it to compile as well so I can try the vala example here
http://live.gnome.org/Vala/WebKitSample (http://live.gnome.org/Vala/WebKitSample)...checking to see if your webkit is available yet

Code: [Select]
tc@box:~$ ./valabrowser

GLib-ERROR **: The thread system is not yet initialized.
aborting...
Aborted

Instead using this one http://code.google.com/p/juniper-browser/

Code: [Select]
tc@box:~$ juniper

(juniper:21573): libglade-WARNING **: could not find signal handler 'juniper_view_source_current_tab'.
*** glibc detected *** malloc(): memory corruption: 0x09431e20 ***
Aborted