On 05/09/10 01:52, Denis Arnaud wrote:
> 2010/9/5 Mateusz Loskot <[email protected] <mailto:[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.
Nice!
>> 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!
Thanks.
> 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?
Yes, indeed. Are you referring to the setting in root CMakeLists.txt:
# Put the libaries and binaries that get built into directories at the
# top of the build tree rather than in hard-to-find leaf directories.
# This simplifies manual testing and the use of the build tree rather
# than installed SOCI libraries.
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
I think it's a legacy idea. I will remove it.
> 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
Yes.
> So, thanks a lot for that nice work :)
Thanks for your support in this work.
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users