Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-07 Thread Kevin Dalley
@lists.sourceforge.net Sent: Thursday, December 6, 2012 2:30:50 PM Subject: Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library Hi, On Thu, Dec 06, 2012 at 11:11:45AM -0800, Kevin Dalley wrote: I just realized that master handles rpath correctly. I had been on stable for a while

Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-06 Thread Kevin Dalley
, December 4, 2012 4:31:16 PM Subject: Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library Actually, cmake does support having CMAKE_INSTALL_PREFIX to be used so that the installed executable search the location where the libraries are installed. You can see examples similar

Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-06 Thread Bernhard Miklautz
Hi, On Thu, Dec 06, 2012 at 11:11:45AM -0800, Kevin Dalley wrote: I just realized that master handles rpath correctly. I had been on stable for a while and didn't notice that master was fixed. good to know. Did you look further into this? - We should fix this on stable as well. Would you

Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-05 Thread Alexis Moinet
On 05/12/12 00:25, Kevin Dalley wrote: I tried using CMAKE_INSTALL_PREFIX, but xfreerdp does not know about the existence of the installed shared libraries. I read the CMAKE documentation on RPATH and CMAKE_INSTALL_PREFIX.

Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-04 Thread Bernhard Miklautz
Hi, On Tue, Dec 04, 2012 at 03:25:05PM -0800, Kevin Dalley wrote: and CMAKE_INSTALL_PREFIX. cmake -DCMAKE_INSTALL_PREFIX=/home/kevin make clean; make VERBOSE=1; make VERBOSE=1 install ldd ~/bin/xfreerdp linux-vdso.so.1 = (0x7fff887ff000) libXinerama.so.1 =

Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-04 Thread Kevin Dalley
- From: Bernhard Miklautz bmikla...@thinstuff.at To: Kevin Dalley kdal...@vmware.com Cc: Freerdp-devel freerdp-devel@lists.sourceforge.net Sent: Tuesday, December 4, 2012 4:06:06 PM Subject: Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library Hi, On Tue, Dec 04, 2012 at 03:25