Changes between Initial Version and Version 1 of Ticket #47716
- Timestamp:
- May 13, 2015, 3:28:31 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47716
- Property Cc ryandesign@… removed
- Property Owner changed from macports-tickets@… to ryandesign@…
- Property Keywords freetype development ftgl removed
-
Ticket #47716 – Description
initial v1 1 1 Freetype used to install most header files in 2 2 3 {{{ 3 4 <includedir>/freetype2/freetype 5 }}} 4 6 5 7 for 2.5.5, this changed to: 8 {{{ 6 9 <includedir>/freetype2 10 }}} 7 11 8 12 This creates a conflict when attempting to use ftgl, which depends on freetype; on a case-insensitive mac (as most are), the ftgl FTGlyph.h is confused with freetype's ftglyph.h. For compilation with freetype, the <includedir>/freetype2 dir needs to be in the include path, which makes that all header files there are visible to the compiler.