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

List:       quanta-devel
Subject:    [quanta-devel] Unable build kdewebdev in trunk after windows
From:       Keith Isdale <keith.isdale () bigpond ! com>
Date:       2008-03-27 5:28:03
Message-ID: 200803271528.08275.keith.isdale () bigpond ! com
[Download RAW message or body]

[Attachment #2 (multipart/signed)]

[Attachment #4 (multipart/mixed)]


Hi,

I am having trouble building kdewebdev trunk after updating  as I am getting 
messages like :
CMake Error: Error in cmake code at
/home/isdale/kdesvn/kdewebdev/klinkstatus/src/CMakeLists.txt:130:
INSTALL TARGETS given no DESTINATION!

I started to do a local revert of the changes that seem to be the problem as 
shown by the attached diff and hope that someone else has a good fix for both 
windows and linux. 


--
Keith

["patch.diff" (text/x-diff)]

Index: quanta/lib/CMakeLists.txt
===================================================================
--- quanta/lib/CMakeLists.txt	(revision 790641)
+++ quanta/lib/CMakeLists.txt	(working copy)
@@ -43,7 +43,7 @@
 target_link_libraries(kdevquanta kdevplatforminterfaces kdevplatformshell \
kdevplatformeditor ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_KFILE_LIBS} \
${KDE4_KDE3SUPPORT_LIBS})  
 set_target_properties(kdevquanta PROPERTIES VERSION 1.0.0 SOVERSION 1 )
-install(TARGETS kdevquanta ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS kdevquanta DESTINATION ${LIB_INSTALL_DIR})
 
 
 ########### install files ###############
Index: klinkstatus/src/CMakeLists.txt
===================================================================
--- klinkstatus/src/CMakeLists.txt	(revision 790641)
+++ klinkstatus/src/CMakeLists.txt	(working copy)
@@ -127,7 +127,7 @@
     PROPERTIES VERSION ${GENERIC_KLINKSTATUS_LIB_VERSION} 
     SOVERSION ${GENERIC_KLINKSTATUS_LIB_SOVERSION} )
 
-install(TARGETS klinkstatuscommon DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS klinkstatuscommon DESTINATION ${LIB_INSTALL_DIR})
 
 
 
Index: kommander/widgets/CMakeLists.txt
===================================================================
--- kommander/widgets/CMakeLists.txt	(revision 790641)
+++ kommander/widgets/CMakeLists.txt	(working copy)
@@ -60,7 +60,7 @@
 )
 
 SET_TARGET_PROPERTIES(kommanderwidgets PROPERTIES VERSION 4.2.0 SOVERSION 4 )
-INSTALL(TARGETS kommanderwidgets ${INSTALL_TARGETS_DEFAULT_ARGS})
+INSTALL(TARGETS kommanderwidgets DESTINATION ${LIB_INSTALL_DIR})
 
 
 ########### install files ###############


[Attachment #8 (application/pgp-signature)]

_______________________________________________
quanta-devel mailing list
quanta-devel@kde.org
https://mail.kde.org/mailman/listinfo/quanta-devel


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

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