[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: KDE/kdepimlibs/gpgme++
From:       Patrick Spendrin <patrick_spendrin () gmx ! de>
Date:       2007-11-19 9:29:26
Message-ID: 47415776.4080804 () gmx ! de
[Download RAW message or body]

Marc Mutz schrieb:
> On Friday November 16 2007 09:30, Marc Mutz wrote:
>> On Friday November 16 2007 04:33, Patrick Spendrin wrote:
>>> this is an uglyhack but I don't see another solution - or is splitting
>>> install up to win32 and rest wanted? please tell me if any changes are
>>> wanted.
>> Please explain what this change does to a non-initiated person.
> <snip>
> 
> ping?
> 
First excuse me please for not answering;
Second I will have to revert some of my changes.

On Windows some problems occur: shared libraries are normally installed
to ${LIB_INSTALL_DIR} whereas they should go (on windows) to
${BIN_INSTALL_DIR} as they are runtime.
So the real install solution would be:
  install(TARGETS gpgmepp-pth RUNTIME DESTINATION ${BIN_INSTALL_DIR} 	
                              LIBRARY DESTINATION ${LIB_INSTALL_DIR}

                              ARCHIVE DESTINATION ${LIB_INSTALL_DIR} )

to circumvent the extra entries for all Linux dev's Alex Neundorf and I
added another solution:
set(LIB_INSTALL_DIR RUNTIME DESTINATION ${BIN_INSTALL_DIR} 	
                     LIBRARY DESTINATION ${LIB_INSTALL_DIR}

                     ARCHIVE DESTINATION ${old_LIB_INSTALL_DIR})
(That's why I reverted some earlier changes from habacker on friday)

Now there is another problem though:
GPGMEPP is installing to ${LIB_INSTALL_DIR}/gpgmepp which results in a
stupid error.
I am not really sure now how to solve this.

regards
SaroEngels

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic