pspp-dev
[Top][All Lists]
Advanced

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

Re: Value Rep branch build error


From: John Darrington
Subject: Re: Value Rep branch build error
Date: Wed, 6 May 2009 08:41:51 +0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, May 05, 2009 at 04:56:23PM -0700, Ben Pfaff wrote:
     > src/libpspp/sparse-array.c:28:28: error: count-one-bits.h: No such
     > file or directory
     > make[2]: *** [src/libpspp/src_libpspp_libpspp_la-sparse-array.lo]
     > Error 1
     
     That's from gnulib in the count-one-bits module.  Maybe you need
     to re-run "make -f Smake"?

You're right.  

When I see #include "count-one-bits.h" I expect count-one-bits.h to be in the 
current
directory.  I think it's better to write

#include <gl/count-one-bits.h>


-- 
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]