Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

brew install libglade failed #11961

Closed
lidaobing opened this issue Apr 30, 2012 · 2 comments
Closed

brew install libglade failed #11961

lidaobing opened this issue Apr 30, 2012 · 2 comments

Comments

@lidaobing
Copy link
Contributor

full log in https://gist.github.com/2556264

thx

important part;

/usr/bin/clang -dynamiclib  -o .libs/libglade-2.0.0.0.7.dylib  .libs/glade-init.o .libs/glade-xml.o .libs/glade-parser.o .libs/glade-gtk.o  -L/usr/local/Cellar/cairo/1.10.2/lib -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/atk/2.2.0/lib -L/usr/local/Cellar/glib/2.32.1/lib -L/usr/local/Cellar/gtk+/2.24.10/lib -L/usr/local/Cellar/gdk-pixbuf/2.26.1/lib -L/usr/local/Cellar/pango/1.30.0/lib -L/usr/X11/lib -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lintl  -march=native -install_name  /usr/local/Cellar/libglade/2.6.4/lib/libglade-2.0.0.dylib -compatibility_version 1 -current_version 1.7 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libglade-2.0-symbols.expsym
Undefined symbols for architecture x86_64:
  "_g_module_open", referenced from:
      _glade_require in glade-init.o
      _glade_xml_signal_autoconnect in glade-xml.o
      _default_custom_handler in glade-xml.o
  "_g_module_build_path", referenced from:
      _glade_require in glade-init.o
  "_g_module_error", referenced from:
      _glade_require in glade-init.o
  "_g_module_symbol", referenced from:
      _glade_require in glade-init.o
      _autoconnect_foreach in glade-xml.o
      _default_custom_handler in glade-xml.o
  "_g_module_close", referenced from:
      _glade_require in glade-init.o
  "_g_module_make_resident", referenced from:
      _glade_require in glade-init.o
  "_g_module_supported", referenced from:
      _glade_xml_signal_autoconnect in glade-xml.o
      _default_custom_handler in glade-xml.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@staticfloat
Copy link
Contributor

Confirmed here as well for clang, llvm, and gcc; all fail with the same errors.

@jacknagel
Copy link
Contributor

Tentatively fixed in 9db157c ("worked for me").

rohansingh pushed a commit to rohansingh/homebrew that referenced this issue May 7, 2012
Fixes Homebrew#11961.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Sharpie pushed a commit to Sharpie/homebrew that referenced this issue Sep 12, 2012
Fixes Homebrew#11961.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this issue Dec 17, 2012
Fixes Homebrew#11961.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants