> There was a bug in version 3.0.0.  Can you try using the latest
> version from git?  The problem should go away.  Sorry for the trouble!

Thanks, the git version fixed that problem.

I found that when compiling from git, the file unsigned-types.h was
missing from the make install, and had to copy it manually.

That was using this method that I eventually worked out to compile
soci from git.

git clone git://soci.git.sourceforge.net/gitroot/soci/soci
cd soci/src
./autogen.sh
cd ..
mkdir compile
cd compile
../src/configure --prefix=/home/user/local/ --enable-backend-mysql
make
make install

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to