Changes between Initial Version and Version 2 of Ticket #17779


Ignore:
Timestamp:
Dec 26, 2008, 9:21:46 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Don't forget WikiFormatting.

The dependency was deliberately changed from port:Xft2 to lib:libXft.2:Xft2 by Jeremy in r43662. He will have to comment on this issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17779

    • Property Owner changed from macports-tickets@… to lyle@…
    • Property Cc jeremyhu@… added
    • Property Summary changed from x11/fox does not compile on Tiger to x11/fox does not compile on Tiger when Xft2 is not installed
  • Ticket #17779 – Description

    initial v2  
    11On Tiger (10.4.11), x11/fox fails during build:
    22
     3{{{
    34$ sudo port install fox
    45--->  Fetching fox
     
    1112FXFont.cpp:510: error: 'FC_WIDTH_NORMAL' was not declared in this scope
    1213...
    13 (more erros with FXFont.cpp)
     14(more errors with FXFont.cpp)
     15}}}
    1416
    1517But if I first install the Macports Xft2, then fox builds and works fine.  I recommend that the fox dependency "lib:libXft.2:Xft2" be changed to "port:Xft2" at least for Tiger (darwin 8).