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

RE: SMP 242 doesn't appear to build



Bruce,

I am not sure what platform you are building on, but since you are
discussing Makefiles, I assume you are building on a Unix platform.
Please follow the build instructions posted at
http://www.digitalnet.com/knowledge/library/v24/cml_readme/library.htm.
By the sound of you problem, I believe you missed steps 3 and 10 or did
not follow the precise build order described in this document. Can you
re-read these instructions and rebuild smp and then let me know how you
make out? If you have further questions, please feel free to contact me
at your convenience.

Thanks,

Tom Horvath
Principal Security Systems Engineer
_______________________________
BAE SYSTEMS Information Technology
141 National Business Pkwy. Suite 210
Annapolis Junction, MD 20701

tom.horvath@xxxxxxxxxxxxxx
(301) 939-2728

-----Original Message-----
From: owner-imc-sfl@xxxxxxxxxxxx [mailto:owner-imc-sfl@xxxxxxxxxxxx] On
Behalf Of Bruce Stephens
Sent: Thursday, March 24, 2005 11:06 AM
To: imc-sfl@xxxxxxx
Subject: SMP 242 doesn't appear to build


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.)