[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sheet branch -- call for testing.
From: |
John Darrington |
Subject: |
Re: Sheet branch -- call for testing. |
Date: |
Sun, 28 May 2017 07:25:42 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sat, May 27, 2017 at 03:16:40PM -0700, Ben Pfaff wrote:
It's a dependency problem. Automake doesn't know that the library needs
to be built first, so with "make -j10" (my usual "make" command), the
build can happen out of order.
To see this, run "make clean; make demo/demo".
Here's a fix:
diff -up /home/blp/pspp/spread-sheet-widget-0.0/Makefile.am\~
/home/blp/pspp/spread-sheet-widget-0.0/Makefile.am
--- /home/blp/pspp/spread-sheet-widget-0.0/Makefile.am~ 2017-05-24
23:37:00.000000000 -0700
+++ /home/blp/pspp/spread-sheet-widget-0.0/Makefile.am 2017-05-27
15:14:22.808649450 -0700
@@ -33,7 +33,7 @@ include_HEADERS = config.h \
src/ssw-cell.h
bin_PROGRAMS = demo/demo
-demo_demo_LDADD = $(GTK3_LIBS) $(GLIB2_LIBS) -lm -lspread-sheet-widget
+demo_demo_LDADD = $(GTK3_LIBS) $(GLIB2_LIBS) -lm libspread-sheet-widget.la
demo_demo_SOURCES = demo/main.c
BUILT_SOURCES = \
Diff finished. Sat May 27 15:14:46 2017
Thanks. I applied this fix.
J'
--
Avoid eavesdropping. Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
Re: Sheet branch -- call for testing., John Darrington, 2017/05/27