> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, May 24, 2004 11:34 PM > To: [EMAIL PROTECTED] > Subject: trying to use aCC compiler to build -- giving errors > > > Hi all, > I was trying to change the GNUMakefile > provided , so that i can use the aCC compiler to build > cryptopp library. But its giving me errors like that given below. > > Error 172: "simple.h", line 71 # Undeclared variable 'NULL_CHANNEL'. > {return ChannelFlush(NULL_CHANNEL, > completeFlush, propagation);} > > Thanks and regards > Ramesh V Nair
Hi Ramesh, NULL_CHANNEL is defined in cryptlid.h. Is simple.h bringing it in? Also, ChannelFlush is in channels.h, which my simple.h is not brining in. You might have to add it as an include in the header. Jeff
smime.p7s
Description: S/MIME cryptographic signature
