guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Still more problems on the way


From: Detlev Zundel
Subject: Still more problems on the way
Date: Mon, 12 Dec 2011 15:41:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi,

so having a fresh copy of g-wrap available, I see that I need to build
guile-cairo to get any further.  Happily this worked without a glitch
for a fresh git checkout using the calling convention for autogen.sh
discovered only recently.

So it's up to the (newly updated) 'master' branch from git-gnome again.
configure tells me that there is something to be compiled:

  configure: Some packages will not be built.
  
  These wrappers will be built:
    atk cairo gconf glib gtk pango
  
  These wrappers failed their prerequisites and will NOT be built:
    corba gnome-vfs libglade libgnome libgnomecanvas libgnomeui
  
  Check the README files in the above subdirectories for more information
  on the prerequisites of a package.
  
make actually compiles a lot and make install also installs files.
Running the most basic example yields problems however:

  address@hidden ~][0]$ guile-gnome-2 
  GNU Guile 2.0.3.62-4eb28
  Copyright (C) 1995-2011 Free Software Foundation, Inc.
  
  Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
  This program is free software, and you are welcome to redistribute it
  under certain conditions; type `,show c' for details.
  
  Enter `,help' for help.
  scheme@(guile-user)> (use-modules (oop goops) (gnome gtk))
  ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  ;;;       or pass the --no-auto-compile argument to disable.
  ;;; compiling /usr/local/share/guile-gnome-2/gnome/gtk.scm
  ;;; compiling /usr/local/share/guile-gnome-2/gnome/gw/gdk.scm
  ;;; compiling /usr/local/share/guile/site/g-wrap/gw/standard.scm
  ;;; WARNING: compilation of 
/usr/local/share/guile/site/g-wrap/gw/standard.scm failed:
  ;;; ERROR: In procedure dynamic-link: file: 
"/usr/local/lib/g-wrap/modules/libgw-guile-standard", message: "file not found"
  ;;; WARNING: compilation of /usr/local/share/guile-gnome-2/gnome/gw/gdk.scm 
failed:
  ;;; ERROR: In procedure dynamic-link: file: 
"/usr/local/lib/g-wrap/modules/libgw-guile-standard", message: "file not found"
  ;;; compiling /usr/local/share/guile-gnome-2/gnome/gw/glib.scm
  ;;; WARNING: compilation of /usr/local/share/guile-gnome-2/gnome/gw/glib.scm 
failed:
  ;;; ERROR: In procedure dynamic-link: file: "libgw-guile-gnome-glib", 
message: "file not found"
  ;;; WARNING: compilation of /usr/local/share/guile-gnome-2/gnome/gtk.scm 
failed:
  ;;; ERROR: In procedure dynamic-link: file: "libgw-guile-gnome-glib", 
message: "file not found"
  ;;; compiling /usr/local/share/guile-gnome-2/gnome/gw/gtk.scm
  ;;; compiling /usr/local/share/guile-gnome-2/gnome/gw/gobject.scm
  ;;; WARNING: compilation of 
/usr/local/share/guile-gnome-2/gnome/gw/gobject.scm failed:
  ;;; ERROR: In procedure dynamic-link: file: "libgw-guile-gnome-gobject", 
message: "file not found"
  ;;; WARNING: compilation of /usr/local/share/guile-gnome-2/gnome/gw/gtk.scm 
failed:
  ;;; ERROR: In procedure dynamic-link: file: "libgw-guile-gnome-gobject", 
message: "file not found"
  ;;; compiling /usr/local/share/guile-gnome-2/gnome/gw/atk.scm
  ;;; WARNING: compilation of /usr/local/share/guile-gnome-2/gnome/gw/atk.scm 
failed:
  ;;; ERROR: In procedure dynamic-link: file: "libgw-guile-gnome-atk", message: 
"file not found"
  While compiling expression:
  ERROR: In procedure dynamic-link: file: "libgw-guile-gnome-atk", message: 
"file not found"
  scheme@(guile-user)> ,q
  address@hidden ~][0]$ ls /usr/local/lib/g-wrap/modules/
  libgw-guile-gw-glib.a          libgw-guile-standard.a
  libgw-guile-gw-glib.la*        libgw-guile-standard.la*
  libgw-guile-gw-glib.so@        libgw-guile-standard.so@
  libgw-guile-gw-glib.so.0@      libgw-guile-standard.so.0@
  libgw-guile-gw-glib.so.0.0.0*  libgw-guile-standard.so.0.0.0*
  address@hidden ~][0]$ 
  
Any more hints for me?

Thanks
  Detlev
  
-- 
5.7: Practically speaking, what is the difference between arrays and pointers?
About the difference between alcohol and marijuana; they have different
characteristics, and that's not a problem if you don't mix them too carelessly.
                           - Infrequently Asked Questions in comp.lang.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]