Opened 11 years ago
Closed 11 years ago
#39537 closed defect (fixed)
anjuta: build failure: Undefined g_module symbols
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.99 |
Keywords: | haspatch | Cc: | cooljeanius (Eric Gallager) |
Port: | anjuta |
Description
anjuta doesn't build:
Undefined symbols for architecture x86_64: "_g_module_build_path", referenced from: _anjuta_c_module_new in anjuta-c-module.o "_g_module_close", referenced from: _anjuta_c_module_load in anjuta-c-module.o _anjuta_c_module_unload in anjuta-c-module.o "_g_module_error", referenced from: _anjuta_c_module_get_last_error in anjuta-c-module.o "_g_module_open", referenced from: _anjuta_c_module_load in anjuta-c-module.o "_g_module_symbol", referenced from: _anjuta_c_module_load in anjuta-c-module.o
These are probably symbols from specific glib libraries that anjuta has forgotten to add to its LDFLAGS.
The attached patch allows it to build.
Attachments (1)
Change History (4)
Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | anjuta.diff added |
---|
comment:3 Changed 11 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
proposed patch