SMP 242 doesn't appear to build
Bruce Stephens <[email protected]> Thu, 24 Mar 2005 16:06:13 +0000
| Newsgroups | gmane.ietf.sfl |
|---|---|
| Message-ID | <[email protected]> |
It seems to be missing smp/SMIME/libCtilMgr/AES/rijndael-alg-ref.c, smp/SMIME/libCtilMgr/AES/rijndael-api-ref.c. (Quite possibly many other files, but these prevent building first.) There seem also to be odd typos in the Makefiles (not new in 242, I think). I noticed the following two (presumably there are others, but I haven't come across them yet): Index: Makefile.in =================================================================== RCS file: /auto/integration/smp/Makefile.in,v retrieving revision 1.1.1.1 diff -r1.1.1.1 Makefile.in 123c123 < /bin/sh @top_srcdir@/build/mkinstalldirs @SMPDISTDIR@/include/pkcs11 \ --- > /bin/sh @top_srcdir@/build/mkinstalldirs @SMPDISTDIR@/include/pkcs11; \ Index: SMIME/libCtilMgr/AES/Makefile.in =================================================================== RCS file: /auto/integration/smp/SMIME/libCtilMgr/AES/Makefile.in,v retrieving revision 1.1.1.1 diff -r1.1.1.1 Makefile.in 13c13 < -I$(SNACCDIRINC)/include/esnacc/c++ --- > -I$(SNACCINCDIR)/include/esnacc/c++ (The latter seems to be harmless, but I found it a bit confusing. There seem to be 6 occurrences of SNACCDIRINC, and 20 of SNACCINCDIR, for what it's worth.)