Changes between Initial Version and Version 1 of Ticket #46123


Ignore:
Timestamp:
Dec 4, 2014, 12:36:43 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

If you're saying that gtk2-extra installs successfully, but that using its library in another program causes this error, then in addition to fixing the portfile with the above cflags, the port's revision needs to be increased to rebuild it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46123

    • Property Keywords _roundint gtk2-extra removed
    • Property Owner changed from macports-tickets@… to anant@…
  • Ticket #46123 – Description

    initial v1  
    11Using gtk2-extra libraries fails with a message from the dynamic loader:
    22
     3{{{
    34dyld: Symbol not found: _roundint
    45  Referenced from: /opt/local/lib/libgtkextra-x11-2.0.1.dylib
     6}}}
    57
    68The problem can be fixed with by adding the following to the Portfile:
    79
     10{{{
    811configure.cflags-append -std=gnu89
    9 
     12}}}