Problem in compiling mysql++ on Solaris 8 using CC 5.3

Hi!

I am trying to compile the mysql++ libraries on Solaris 8 using the Sun C++ compiler CC 5.3 version.

but I get an error:

"../../../../tools/mysql++/lib//resiter.h", line 53: Error: Invalid template parameter default.

Can anyone let me know what can be the problem and whats the solution for the same.

Thanks,

Manik Gupta.

[368 byte] By [manikkashyapgupta] at [2007-11-26 10:35:49]
# 1

C++ 5.3 is End Of Life, and is obsolete.

Get Sun Studio 11 (C++ 5.8), which is free, and see if that allow you to compile the code.

http://developers.sun.com/sunstudio

(We build MySQL routinely as part of compiler testing, but your results might depend on the version of MySQ.)

clamage45 at 2007-7-7 2:46:44 > top of Java-index,Development Tools,Solaris and Linux Development Tools...