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.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
