View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014232CMakeCMakepublic2013-06-19 14:432013-11-04 09:33
ReporterSchamschula 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformMacOSOS XOS Version10.8, 10.9
Product VersionCMake 2.8.11.1 
Target VersionCMake 2.8.12Fixed in VersionCMake 2.8.12 
Summary0014232: cmake can't find X11 (XQuartz)
DescriptionAs of Mac OS X 10.8, X11 is no longer installed under /usr/X11, but under /opt/X11
Steps To Reproducerun cmake in any project that requires X11
Additional Information*** /usr/local/share/cmake-2.8/Modules/FindX11.cmake.orig 2013-06-19 13:39:31.000000000 -0500
--- /usr/local/share/cmake-2.8/Modules/FindX11.cmake 2013-06-19 13:39:40.000000000 -0500
***************
*** 69,72 ****
--- 69,73 ----
      /usr/openwin/share/include
      /opt/graphics/OpenGL/include
+ /opt/X11/include
    )
  
***************
*** 76,79 ****
--- 77,81 ----
      /usr/X11R7/lib
      /usr/openwin/lib
+ /opt/X11/lib
    )
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0033344)
Brad King (manager)
2013-06-20 08:50

Applied, thanks!

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=488d9682 [^]
(0034373)
Robert Maynard (manager)
2013-11-04 09:33

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-06-19 14:43 Schamschula New Issue
2013-06-20 08:50 Brad King Note Added: 0033344
2013-06-20 08:50 Brad King Assigned To => Brad King
2013-06-20 08:50 Brad King Status new => resolved
2013-06-20 08:50 Brad King Resolution open => fixed
2013-06-20 08:50 Brad King Fixed in Version => CMake 2.8.12
2013-06-20 08:50 Brad King Target Version => CMake 2.8.12
2013-11-04 09:33 Robert Maynard Note Added: 0034373
2013-11-04 09:33 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team