Opened 10 years ago

Closed 17 months ago

#42008 closed defect (fixed)

cssed: ld: symbol(s) not found for architecture x86_64

Reported by: rudloff@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: cooljeanius (Eric Gallager)
Port: cssed

Description

Hello,

I can't build cssed on Mac OS 10.7:

Undefined symbols for architecture x86_64:
  "_g_module_supported", referenced from:
      _create_window in interface.o
  "_g_module_open", referenced from:
      _cssed_init_plugin in plugin.o
      DynamicLibrary::Load(char const*) in libscintilla.a(PlatGTK.o)
  "_g_module_error", referenced from:
      _cssed_init_plugin in plugin.o
  "_g_module_symbol", referenced from:
      _cssed_init_plugin in plugin.o
      DynamicLibraryImpl::FindFunction(char const*) in libscintilla.a(PlatGTK.o)
  "_g_module_close", referenced from:
      _cssed_init_plugin in plugin.o
      _cssed_unload_plugin in plugin.o
      DynamicLibraryImpl::~DynamicLibraryImpl() in libscintilla.a(PlatGTK.o)
      DynamicLibraryImpl::~DynamicLibraryImpl() in libscintilla.a(PlatGTK.o)
ld: symbol(s) not found for architecture x86_64

Regards,

Attachments (1)

main.log (572.1 KB) - added by rudloff@… 10 years ago.

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by rudloff@…

Attachment: main.log added

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

Cc: egall@… added

Cc Me!

comment:2 Changed 17 months ago by barracuda156

Resolution: fixed
Status: newclosed

In ccc83d1f6dbf12a001cc3f4b9f6223bc1ff4caa8/macports-ports (master):

cssed: fix the build
Credit to @kencu for fixing build with Clang
Fixes: #42008
Fixes: #65784

Note: See TracTickets for help on using tickets.