OK, I've realized that the problem there is a bad build of rep-gtk. It fails building gtk-glue.c. doing 'make' twice in this case results in an apparently successful build with an incomplete gtk-glue.c
The error I'm getting is: [EMAIL PROTECTED] rep-gtk-0.18]$ make gtk-glue.c rep build-gtk.jlc -f build-gtk-batch gtk.defs gtk-glue.c *** Error: Unknown type: GSList make: *** [gtk-glue.c] Error 1 So there's no GSList in any of the included defs. README.gtk-defs mentions that the guile .defs 'seem to add' list and slist, among others. So what do the guile .defs have to do with rep-gtk? I don't see anywhere where they're included, and guile doesn't seem to be linked in. How would I go about implementing the lisp view of GSList? -danch ----- Original Message ----- From: "Dan Christopherson" <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, September 14, 2007 10:36:48 PM (GMT-0600) America/Mexico_City Subject: build/rep-gtk issue I was happy to see a new sawfish release - we can never have too many window managers! Unfortunately, I need some help getting going. If someone could point me in a direction, I'd really appreciate it. I'm trying to build sawfish 1.3.1 on an AMD x86_64 linux system. I've grabbed, built and installed librep 0.17, guile-gtk 2.0, and rep-gtk 0.18 on my system. When building sawfish, it gets as far as compiling the .jl files and it errors with the following: ------------------------------- make[2]: Entering directory `/home/danch/src/sawfish-1.3.1/lisp/sawfish/gtk' REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch color-preview.jl rep: symbol lookup error: /usr/local/libexec/rep/x86_64-unknown-linux-gnu/gui/gtk-2/gtk.so: undefined symbol: sgtk_init_gtk_gtk_glue make[2]: *** [color-preview.jlc] Error 127 ----------------------------------- I've uninstalled and reinstalld librep, guile-gtk, rep-gtk, but get the same error. What have I got wrong? thanks, danch
