List the command lines for the ICC, and apply the argument that makes it VC++
compatible. That solved a problem compiling certain code for me a while back (not
C++, but it could work).[EMAIL PROTECTED] wrote: > Yes, I get the following as the first error that shows up > (lots of warnings but ignoring those) > > blowfish.cpp(33): error: a template argument may not reference an unnamed type > crypt_block(pbox+ROUNDS, sbox); > ^ > I guess it is complaining about SecBlock::operator+ here > but I not really sure. > > -- Tom > > -----Original Message----- > From: Wei Dai [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2003 12:56 AM > To: [EMAIL PROTECTED] > Subject: Re: building with icc > > Have you tried using the existing GNUmakefile and setting CXX = icc (or > i++?)? > > On Tue, Mar 25, 2003 at 05:52:34PM -0600, [EMAIL PROTECTED] wrote: > > > > Anyone have a makefile that compiles Crypto++ with icc, the Intel > > C/C++ compiler on Linux? > > > > -- Tom -- Kind regards, Dejan M. MVP for DDK http://www.alfasp.com E-mail: [EMAIL PROTECTED] Alfa Transparent File Encryptor - Transparent file encryption services. Alfa File Protector - File protection and hiding library for Win32 developers. Alfa File Monitor - File monitoring library for Win32 developers.
