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)

anjuta.diff (475 bytes) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.
proposed patch

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: anjuta.diff added

proposed patch

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 11 years ago by dbevans (David B. Evans)

Fix committed by jeremyhu in r107452.

comment:3 Changed 11 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.