Hi.

I resolved this problem myself.

I have copy header files from 'include' folder, and then modified 55 line 
of integer.cpp file as follows.

Line 55:
replace
CPP_TYPENAME AllocatorBase<T>::pointer 
AlignedAllocator<T>::allocate(size_type n, const void *)
with
#if 0 // AllocatorBase<T>::pointer broken???
CPP_TYPENAME AllocatorBase<T>::pointer 
AlignedAllocator<T>::allocate(size_type n, const void *)
#else
CPP_TYPENAME T* AlignedAllocator<T>::allocate(size_type n, const void *)
#endif

I successed in building static library 5.3.0 in VS2005.

Thanks.



2014년 8월 6일 수요일 오후 10시 16분 34초 UTC+8, JongSu Kim 님의 말:
>
> Hello.
>
> I downloaded the distribution for the FIPS 5.3.0 source from your web page.
>
> I am trying to build the source files in VS 2005 and I’m getting a 
> compile error.
>
> f:\cryptopp\cryptopp530win32win64\source\pch.cpp(1) : fatal error C1083: 
> Cannot open include file: 'pch.h': No such file or directory
>
> I check source files and then found no one header file in source folder.
>
> What’s the matter with you?
>
> Could you explain how to compile 5.3.0 source?
>
>  Best Reguards.
>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to