pspp-dev
[Top][All Lists]
Advanced

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

Re: pspp-devel 0.7.8 g4da697


From: John Darrington
Subject: Re: pspp-devel 0.7.8 g4da697
Date: Wed, 6 Jul 2011 19:03:40 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

Can you try again with the  latest HEAD.  I think I've eliminated all the 
possible multiples.
Let me know if it still gives problems.
J'

On Tue, Jul 05, 2011 at 11:38:48PM -0400, Jeremy Lavergne wrote:
     I tried running automake after removing those four lines from 
tests/automake.mk but no change (clean, extract, removed lines, automake, 
configure, build, test).
     
     Perhaps I'm doing it wrong?
     
     On Jul 3, 2011, at 14:28 , John Darrington wrote:
     
     > In commit 228b83840e3f053aecfa9feac395fb6855adf044 I added several lines 
of the form:
     > 
     > tests_language_lexer_scan_test_LDADD =  src/libpspp/libpspp.la  
gl/libgl.la 
     > 
     > in order to avoid link errors about undefined symbols.
     > 
     > Right now, I see that tests/automake.mk contains the code:
     > 
     > check_PROGRAMS += tests/language/lexer/scan-test
     > tests_language_lexer_scan_test_SOURCES = \
     >        src/data/identifier.c \
     >        src/language/lexer/command-name.c \
     >        src/language/lexer/scan.c \
     >        src/language/lexer/segment.c \
     >        src/language/lexer/token.c \
     >        src/libpspp/pool.c \
     >        src/libpspp/prompt.c \
     >        src/libpspp/str.c \
     >        src/libpspp/temp-file.c \
     >        tests/language/lexer/scan-test.c
     > 
     > tests_language_lexer_scan_test_CFLAGS = $(AM_CFLAGS)
     > tests_language_lexer_scan_test_LDADD = \
     >        src/libpspp/libpspp.la \
     >        gl/libgl.la 
     > 
     > 
     > So it's obviously getting close_temp_file once from 
src/libpspp/temp-file.c and
     > once from src/libpspp/libpspp.la
     > I guess that deleting the lines matching src/libpspp/*.c should fix 
Jeremy's problem.
     



-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

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