Building process
Diogo F. S. Ramos <[email protected]> Fri, 18 Mar 2011 01:35:20 -0300 (BRT)
| Newsgroups | gmane.lisp.guile.gtk |
|---|---|
| Message-ID | <[email protected]> |
I would like to suggest two things about the compilation process of guile-gnome. 1. It would be nice to have the report at the end of configure, not in the middle. Important information about wrapper building ends up lost in the wall of text. 2. Even though configure informs that gdk, for example, will not be built -- because of the lack of 'guile-cairo' -- it's built anyway. So in the end there's a installed library, like 'libgw-guile-gnome-gdk' with a missing library, which is confusing because this is only detectable by 'ldd' and guile's message during (dynamic-link) is not very helpful in this case because it tells the user that the library was not find, although it's there, but with a missing library, so it can't be load. Guile-gnome and Guile-2.0 from master of the repositories. -- Diogo F. S. Ramos