2010/9/5 Mateusz Loskot <[email protected]>
> Basically, I'd appreciate if you could try to build SOCI using CMake
> on your systems and in whatever configuration you can do it
> and please report any problems, suggestions and fixes here.
>
On Fedora 13, it works.
> I'm interested in any comments, regarding usability, reliability,
> cosmetics, anything.
>
0. First of all, you have done very good work, and the result is pretty
neat!
I appreciate that the backend-specific headers are now installed in
dedicated include directories, and that the sonames are now correctly set.
1. A small thing: usually (for other projects using CMake), there is no
"build" directory, as it is the one we create to build temporary objects
with CMake and makefiles. So, we could maybe rename that directory?
2. Note: the CMAKE_INSTALL_PREFIX must be correctly set, if needed, for
instance:
mkdir tmp; cd tmp; cmake
-DCMAKE_INSTALL_PREFIX:PATH=/home/dan/dev/deliveries/soci-3.1.0 ../src/;
make install
So, thanks a lot for that nice work :)
Regards
Denis
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users