User Profile

Collapse

Profile Sidebar

Collapse
johnwood1967
johnwood1967
Last Activity: Sep 23 '07, 01:01 PM
Joined: Sep 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • johnwood1967
    replied to import gtk : gives error message
    Ok, thanks I got it to work with the changes
    you suggested.
    I had some leftover symlinks to the fedora
    GTK system and libraries.

    pygtk on directfb is a very useful package
    for embedded - way smaller than java + X
    Calculate it <10 Mbytes for the whole
    working system as replacement for X and Java.
    See more | Go to post

    Leave a comment:


  • johnwood1967
    replied to import gtk : gives error message
    Ok, here is my setup...
    I followed the example of getting GTK on Directfb from source:

    http://www.directfb.or g/wiki/index.php/Projects:GTK_on _DirectFB

    I installed pango-1.15.3, Python-2.4.4, pygobject-2.13.0,
    cairo-1.4.6, gtk+-2.10.13 and pygtk-2.10.0

    I set up environment variables
    export PREFIX=/usr/gtkdfb
    export LD_LIBRARY_PATH =$PREFIX/lib
    export PKG_CONFIG_PATH =$LD_LIBRARY_PA TH/pkgconfig...
    See more | Go to post

    Leave a comment:


  • johnwood1967
    replied to import gtk : gives error message
    this solution didn't work for me (probably me doing
    something not right)

    I still get the following error
    ImportError: /usr/gtkdfb/src/pygtk-2.10.0/gtk/.libs/_gtk.so: undefined symbol: gdk_keyval_conv ert_case

    GTK-directfb is working correctly with the
    regular /usr/gtkdfb/bin/gtk-demo.
    Also pygtk is working with the GTK bound to X.

    I modified the C sources, re- configured...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...