View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005362ParaView(No Category)public2007-07-18 16:482007-11-01 20:35
ReporterClinton Stimpson 
Assigned ToBerk Geveci 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005362: shared forwarding doesn't work on Mac OS X
DescriptionGrabbing 3.0 from cvs, turning shared libs on, and building gives a build with shared forwarding.

That setup doesn't work on the Mac. And that's the first setup many Mac ParaView builders will see.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0009289)
Clinton Stimpson (developer)
2007-09-25 14:59

Is this the right fix? So Mac defaults to rpath on all the time.

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/ParaView3/ParaView3/CMakeLists.txt,v
retrieving revision 1.67
diff -u -r1.67 CMakeLists.txt
--- CMakeLists.txt 25 Sep 2007 13:23:48 -0000 1.67
+++ CMakeLists.txt 25 Sep 2007 18:57:57 -0000
@@ -53,13 +53,13 @@
 SET(PARAVIEW_VERSION_FULL "${PARAVIEW_VERSION}.${PARAVIEW_VERSION_PATCH}")

 # See VTK/CMakeLists.txt for an explanation of this default selection.
-IF(PARAVIEW_VERSION_MINOR MATCHES "[02468]$")
+IF(PARAVIEW_VERSION_MINOR MATCHES "[02468]$" AND NOT APPLE)
   # This is a release version. Default to not use rpath.
   SET(VTK_USE_RPATH_DEFAULT OFF)
-ELSE(PARAVIEW_VERSION_MINOR MATCHES "[02468]$")
+ELSE(PARAVIEW_VERSION_MINOR MATCHES "[02468]$" AND NOT APPLE)
   # This is a development version. Default to use rpath.
   SET(VTK_USE_RPATH_DEFAULT ON)
-ENDIF(PARAVIEW_VERSION_MINOR MATCHES "[02468]$")
+ENDIF(PARAVIEW_VERSION_MINOR MATCHES "[02468]$" AND NOT APPLE)

 #########################################################################
 # build VTK/Qt support
(0009615)
Alan Scott (manager)
2007-11-01 20:35

I am marking this closed, although I have not tested it on a Mac.

 Issue History
Date Modified Username Field Change
2007-08-23 17:10 Berk Geveci Category => 3.2
2007-09-25 14:59 Clinton Stimpson Note Added: 0009289
2007-10-11 13:20 Ken Moreland Status tabled => @80@
2007-10-11 13:20 Ken Moreland Resolution open => fixed
2007-11-01 20:35 Alan Scott Status @80@ => closed
2007-11-01 20:35 Alan Scott Note Added: 0009615
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team