Hi,

I saw that you started to work on compiling crypto++ 5.1 with Sun Studio
8. We are currently trying the same and I though we might exchange some of
our experiences:

We had to modify the code quite heavily in order to compile with the
compiler, quite some of the templates cause errors. Either the Solaris
Compiler is still not up-to-date with the latest C++-Standard or the
crypto++-library uses some extensions in MSVC and GCC that are not
supported by Sun.

Anyway we got it to compile with STLport in 32-bit and 64-bit
compilation-mode, only now some test-cases (especially numbers 14, 15,
...) are failing.

Did you get it to compile and run the tests correctly?

If you want, we can try to provide a diff of our changes.

Dominik.


On Tue, 18 May 2004 14:41:26 +0200, Johan Warman wrote:

> I'm using STLPort today, but gets problem with the following declaration
> in modes.cpp:
> 
> template class AdditiveCipherTemplate<>;
> 
> The errormessage says "No instantion arguments provided for template"
> 
> Do You know of any other STL library that handles this?
> 
> .johan
> 
> On Tuesday 18 May 2004 13:25, Shawn Masters wrote:
>>      I don't have 8, but previous versions of the Sun compiler sometimes
>> required that you download a third party STL to get it to compile.  You
>> may want to try that.
>>
>>      73,
>>              Shawn
>>
>> > -----Original Message-----
>> > From: Johan Warman [mailto:[EMAIL PROTECTED] Sent: Tuesday,
>> > May 18, 2004 6:59 AM
>> > To: [EMAIL PROTECTED]
>> > Subject: CryptoPP 5.1 and Sun Studio 8
>> >
>> > Hi
>> >
>> > Does anyone know if there's a port for cryptopp 5.1 for the Sun
>> > Studio 8 compiler. I've been able to compile it with CC but I'm
>> > getting some strange
>> > linking problems so I guess I've done something wrong.
>> >
>> > I've searched the Internet without any luck.
>> >
>> > I do prefer GCC, but I've build a library that uses cryptopp and our
>> > customer
>> > want to use that library with CC.
>> >
>> > Regards
>> > .johan

Reply via email to