[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ginkgocadx-2.5.0.1.tgz released



Hi Andreas,

Taking this to the list.

Am Dienstag, 12. Juli 2011, 13:47:42 schrieb Andreas Tille:
> On Tue, Jul 12, 2011 at 12:02:38PM +0200, Carlos Barrales wrote:
> > 
> > Thank you. will follow your steps.
> 
> Feel free to ask questions like this at debian-med list.  We are
> keen on helping you here.
> 
> > Sorry about that. Another thing I missed. Whould you mind to try fixing
> > it?
> > 
> > -8<----------------------------------------------------------------------
> > ---------------------------------------------- ---
> > lightvisualizator/CMakeLists.txt    (revisión: 3973)
> > +++ lightvisualizator/CMakeLists.txt    (copia de trabajo)
> > @@ -31,11 +31,11 @@
> > 
> >  IF(LINUX AND NOT CUSTOM_PACKAGE)
> >  
> >      SET(CMAKE_SKIP_BUILD_RPATH  FALSE)
> >      SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
> > 
> > -    SET(CMAKE_INSTALL_RPATH
> > "${CMAKE_INSTALL_PREFIX}/share/ginkgocadx/bin") +   
> > SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib/ginkgocadx")
> > 
> >      SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
> > 
> > -    LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES
> > "${CMAKE_INSTALL_PREFIX}/share/ginkgocadx/bin" isSystemDir)
> > +    LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES
> > "${CMAKE_INSTALL_PREFIX}/lib/ginkgocadx" isSystemDir)
> > 
> >      IF("${isSystemDir}" STREQUAL "-1")
> > 
> > -        SET(CMAKE_INSTALL_RPATH
> > "${CMAKE_INSTALL_PREFIX}/share/ginkgocadx/bin")
> > +        SET(CMAKE_INSTALL_RPATH
> > "${CMAKE_INSTALL_PREFIX}/lib/ginkgocadx")
> > 
> >      ENDIF()
> >  
> >  ENDIF()
> > 
> > ->8----------------------------------------------------------------------
> > ----------------------------------------------
> 
> This now works and package compiles.
> 


@ Andreas

Are you saying it compiles on your system again ? Would you mind uploading it 
somewhere so I can get it and try to compile it ?

Sebastian


Reply to: