On Tue, Jan 20, 2004 at 05:15:16AM -0800, Anand CS wrote: > Hi All > Ive "almost" compiled Crypto++5.1 on Fote 8.0. (Note: I moved to 8.0 because Forte > 7.0 generates an internal compiler bug when compiled in debug mode. Theres also a > bug with Sun BUG ID 4920913 on that - unresolved) > > Anyway in 8.0 most things compile except for bench.cpp file compilation. > Seems like bench.cpp has problems in templates instantiation ... Ive pasted the > compilation log below. .As Im not that good in templates probably thought some > expert out there might be able to help me to figure out the problem that 8.0 > complains here.. > > Other than this bench.cpp, all other files compile fine. Infact the validation test > seems to pass. Problem seems to be associated with instantiation of AbstractGroup > <T> class.
Did you make any changes to bench.cpp? The original bench.cpp doesn't #include "algebra.cpp", so I don't know why the compiler would generate errors about algebra.cpp when you try to compile bench.cpp.
