Opened 9 years ago
Closed 9 years ago
#49851 closed defect (invalid)
cmake @3.4.0_0 fails to read file /Library/Frameworks/Gtk.framework/Headers/gtk/gtk/gtkversion.h (gtk/gtk hierarchy does not exist)
Reported by: | pmusumeci@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | cmake |
Description
On a system with uname -a
yielding
Darwin giotto 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64
The port build of cmake currently checks for a version number of gtk in file
/Library/Frameworks/Gtk.framework/Headers/gtk/gtk/gtkversion.h
but as my system only has
/Library/Frameworks/Gtk.framework/Headers/gtk/gtkversion.h
this port will only build with a work-around softlink gtk -> . inside dir
/Library/Frameworks/Gtk.framework/Headers/gtk/
The configure phase appears to need a change to the gtk version checking.
Change History (1)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | gtk version check failed removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Remove what you have installed in /Library/Frameworks. See wiki:FAQ#libraryframeworks.