public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Bo Forslund <bo.forslund@abc.se>
To: guile-gtk list <guile-gtk@sourceware.cygnus.com>
Subject: Just realized no guile-gtk interpreter was built...
Date: Mon, 14 Jan 2002 10:27:00 -0000	[thread overview]
Message-ID: <3C4322F0.431102D0@abc.se> (raw)

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

Hello!

I just realized that no guile-gtk interpreter was built with the
guile-gtk-0.21pre4 package. Only the build-guile-gtk script is built.


ftp://geek.mine.nu/pub/SRPMS/guile-gtk-0.21pre4-2.src.rpm
ftp://geek.mine.nu/pub/RPMS/guile-gtk-0.21pre4-2.i686.rpm
ftp://geek.mine.nu/pub/RPMS/guile-gtk-devel-0.21pre4-2.i686.rpm
ftp://geek.mine.nu/pub/RPMS/guile-gtk-static-0.21pre4-2.i686.rpm

Here is a Makefile.am patch that fixes it.



[-- Attachment #2: Makefile.am.patch --]
[-- Type: text/plain, Size: 1738 bytes --]

--- guile-gtk-0.21pre4-virgin/Makefile.am	Fri Jan  4 06:48:03 2002
+++ guile-gtk-0.21pre4/Makefile.am	Mon Jan 14 18:59:47 2002
@@ -6,17 +6,17 @@
 	cat $(autoconf_macros) > acim.tmp; \
 	mv acim.tmp acinclude.m4
 
-#bin_PROGRAMS    = $(GUILE_GTK_VERSION)
+bin_PROGRAMS    = $(GUILE_GTK_VERSION)
 bin_SCRIPTS     = build-guile-gtk
 lib_LTLIBRARIES = $(LIBGUILEGTK_VERSION) $(LIBGUILEDLOPENHELPER)
 
-#EXTRA_PROGRAMS = guile-gtk-1.2 guile-gtk-1.3
+EXTRA_PROGRAMS = guile-gtk-1.2 guile-gtk-1.3
 EXTRA_LTLIBRARIES = libguilegtk-1.2.la libguilegtk-1.3.la \
                     libguiledlopenhelper.la
 
-#guile_gtk_1_2_SOURCES = main.c
-#guile_gtk_1_2_LDFLAGS = -export-dynamic
-#guile_gtk_1_2_LDADD = libguilegtk-1.2.la $(GUILE_LIBS) $(GTK_LIBS)
+guile_gtk_1_2_SOURCES = main.c
+guile_gtk_1_2_LDFLAGS = -export-dynamic
+guile_gtk_1_2_LDADD = libguilegtk-1.2.la $(GUILE_LIBS) $(GTK_LIBS)
 
 #guile_gtk_1_3_SOURCES = main.c
 #guile_gtk_1_3_LDFLAGS = -export-dynamic
@@ -68,9 +68,9 @@
 
 include_HEADERS = guile-gtk.h
 
-#install-exec-local:
-#	mkdir -p $(bindir)
-#	cd $(bindir) && rm -f guile-gtk && $(LN_S) $(GUILE_GTK_VERSION) guile-gtk
+install-exec-local:
+	mkdir -p $(bindir)
+	cd $(bindir) && rm -f guile-gtk && $(LN_S) $(GUILE_GTK_VERSION) guile-gtk
 
 gtkmoduledir = $(datadir)/guile/gtk
 vgtkmoduledir = $(datadir)/guile/gtk-$(GTK_VERSION)
@@ -109,8 +109,8 @@
 gdk-glue.c: $(gdkdefs) build-guile-gtk
 	$(BUILD) -I $(srcdir) glue $(gdkdefs) >tmpd && mv tmpd $@
 
-#main.c:  $(gtkdefs) $(gdkdefs) build-guile-gtk
-#	$(BUILD) -I $(srcdir) main $(gtkdefs) $(gdkdefs) >tmpm && mv tmpm $@
+main.c:  $(gtkdefs) $(gdkdefs) build-guile-gtk
+	$(BUILD) -I $(srcdir) main $(gtkdefs) $(gdkdefs) >tmpm && mv tmpm $@
 
 Makefile: $(BUILT_SOURCES)
 

                 reply	other threads:[~2002-01-14 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C4322F0.431102D0@abc.se \
    --to=bo.forslund@abc.se \
    --cc=guile-gtk@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).