Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 573998 Details for
Bug 808490
kwProcessXML cannot find shared libraries.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Debian patch for this issue
kwprocessxml_rpath.patch (text/plain), 1.09 KB, created by
Stuart Campbell
on 2012-03-30 14:17:50 UTC
(
hide
)
Description:
Debian patch for this issue
Filename:
MIME Type:
Creator:
Stuart Campbell
Created:
2012-03-30 14:17:50 UTC
Size:
1.09 KB
patch
obsolete
>Description: This patch forces building of kwProcessXML as shared forwarded > executable in our case (even is CMAKE_SKIP_RPATH is OFF in debian) >Author: Mathieu Malaterre <mathieu.malaterre@gmail.com> >Bug-Debian: http://bugs.debian.org/640305 >Last-Update: 2011-09-13 > >--- a/Common/KWCommon/CMakeLists.txt >+++ b/Common/KWCommon/CMakeLists.txt >@@ -225,7 +225,7 @@ > IF(KWCOMMON_BUILD_PROCESSXML) > # For shared libraries on non-windows systems use the KWSys shared-forward > # implementation to make sure shared libraries are found. >- IF(BUILD_SHARED_LIBS AND CMAKE_SKIP_RPATH) >+ IF(BUILD_SHARED_LIBS ) > IF(NOT WIN32) > SET(KWCommon_FORWARD_DIR_BUILD ${EXECUTABLE_OUTPUT_PATH}) > SET(KWCommon_FORWARD_BIN_TO_LIB "..${KWCommon_INSTALL_LIB_DIR}") >@@ -248,7 +248,7 @@ > COMPONENT Development) > ENDIF(NOT KWCommon_INSTALL_NO_DEVELOPMENT) > ENDIF(NOT WIN32) >- ENDIF(BUILD_SHARED_LIBS AND CMAKE_SKIP_RPATH) >+ ENDIF(BUILD_SHARED_LIBS ) > > ADD_EXECUTABLE(kwProcessXML${KWCommon_EXE_SUFFIX} ProcessXML.cxx) > TARGET_LINK_LIBRARIES(kwProcessXML${KWCommon_EXE_SUFFIX} vtkCommon vtksys) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 808490
: 573998