#39537: anjuta: build failure: Undefined g_module symbols --------------------------+---------------------- Reporter: ryandesign@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.99 Keywords: haspatch | Port: anjuta --------------------------+---------------------- 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. -- Ticket URL: <https://trac.macports.org/ticket/39537> MacPorts <http://www.macports.org/> Ports system for OS X