Le lundi 16 novembre 2015, 10:49:09 David Faure a écrit :
> 
> You can also export LD_LIBRARY_PATH.
I keep this one for the temporary hacks.

> 
> Or with my recent fix, none if it is necessary, a RUNPATH gets compiled into
> the binary.
> Oops, yes, that's done by GNUInstallDirs, but I was doing the rpath handling
> before gnuinstalldirs. Fixed now, please try again.
It works fine now.
Thanks David.

The static release version is also working here.

What I like in CMakefile vs our old build system is the ability to build debug 
and release version from the same source tree in two different directories.

The install_manifest.txt file also is very handy.

BTW what do you think about to place the build files at the top of the build 
directory rather than in the src directory where they are currently lost among 
hundreds of intermediate files?
I tried to add the following lines in src/CMakeLists.txt and it seems to work.
  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

Yves


------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to