Hi all,
      I am getting the errors mainly in the file simple.h. This is included
in pch.h as

 #ifdef USE_PRECOMPILED_HEADERS
#include "simple.h"

Can anyone tell which option should i use to invoke precompiled header
option. I used +hdr_cache ,
but it was not working along with -AA option. -AA option is required to
link to the latest aCC libraries.

Any solutions please let me know.  Also any one who uses precompiled
headers please do let me
know how he does it. manually or by caching.


Hi Jeff,
      I checked what u have pointed out. cryptlib.h is included in
simple.h.



Thanks and Regards
Ramesh V Nair





  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



This e-Mail may contain proprietary and confidential information and is sent for the 
intended recipient(s) only. 
If by an addressing or transmission error this mail has been misdirected to you, you 
are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, 
copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment 
other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in

Reply via email to