Changes between Initial Version and Version 2 of Ticket #35922


Ignore:
Timestamp:
Sep 1, 2012, 9:37:50 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35922

    • Property Summary changed from link error installing scite port to scite: Undefined symbols _g_module_close _g_module_open _g_module_symbol
    • Property Port scite added
  • Ticket #35922 – Description

    initial v2  
    1 when running: port install scite
     1when running: `port install scite`
    22
    33getting undefined symbol errors linking for symbols like: _g_module_close
     
    55I locally changed the scite makefile line:
    66 
     7{{{
    78CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0)
     9}}}
    810
    911to include gthread-2.0:
    1012
     13{{{
    1114CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gthread-2.0)
     15}}}
    1216
    1317which works for me running:
    14 OS X 10.8.1
    15 Xcode 4.4.1
    16 XQuartx 2.7.3
     18 * OS X 10.8.1
     19 * Xcode 4.4.1
     20 * XQuartx 2.7.3
    1721
    1822not sure how to submit this as a patch, hopefully somebody can handle it