Opened 12 years ago
Closed 12 years ago
#35922 closed defect (fixed)
scite: Undefined symbols _g_module_close _g_module_open _g_module_symbol
Reported by: | paul.d.rose@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | scite |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
when running: port install scite
getting undefined symbol errors linking for symbols like: _g_module_close
I locally changed the scite makefile line:
CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0)
to include gthread-2.0:
CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gthread-2.0)
which works for me running:
- OS X 10.8.1
- Xcode 4.4.1
- XQuartx 2.7.3
not sure how to submit this as a patch, hopefully somebody can handle it
Change History (4)
comment:1 Changed 12 years ago by paul.d.rose@…
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | scite added |
Summary: | link error installing scite port → scite: Undefined symbols _g_module_close _g_module_open _g_module_symbol |
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r97262 by updating scite to 3.2.2.
Note: See
TracTickets for help on using
tickets.
Wow, I messed up this submission in two ways.
Should have marked Port: as scite.
Should have said gmodule-2.0 instead of gthread-2.0
so:
becomes: