hi, all!

I'm newbie in this list.  Today, I want to bootstrap GTK+ on Mac OS 10.9.  I 
followed the instructions on the page 
https://wiki.gnome.org/action/show//Projects/GTK+/OSX/Building?action=show&redirect=GTK%2B%2FOSX%2FBuilding.
  That is:


x------------------------x----------------------x-------------------x-----------------------------x
$ curl -O https://git.gnome.org/browse/gtk-osx/plain/gtk-osx-build-setup.sh
$ chmod a+x gtk-osx-build-setup.sh
$ ./gtk-osx-build-setup.sh
$ echo "PATH=~/.local/bin:\$PATH" >> ~/.bashrc
$ source ~/.bashrc
$ jhbuild bootstrap
x------------------------x----------------------x-------------------x-----------------------------x


Those above command lines are successfully excuted. However, 


x------------------------x----------------------x-------------------x-----------------------------x
$ jhbuild build meta-gtk-osx-bootstrap
x------------------------x----------------------x-------------------x-----------------------------x


failed. It reports that


x------------------------x----------------------x-------------------x-----------------------------x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: .libs/libexslt.a(crypto.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: .libs/libexslt.a(crypto.o) has no symbols
Making all in xsltproc
  CC     xsltproc.o
  CC     testThreads.o
  CCLD   testThreads
  CCLD   xsltproc
Making all in doc
make[2]: Nothing to be done for `all'.
Making all in python
Making all in .
  CC     libxslt.lo
  CC     libxslt-py.lo
  CCLD   libxsltmod.la
ld: library not found for -lpython2.7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [libxsltmod.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*** Error during phase build of libxslt: ########## Error running make -j 5 *** 
[7/10]


  [1] Rerun phase build
  [2] Ignore error and continue to install
  [3] Give up on module
  [4] Start shell
  [5] Reload configuration
  [6] Go to phase "wipe directory and start over"
  [7] Go to phase "configure"
  [8] Go to phase "clean"
  [9] Go to phase "distclean"
x------------------------x----------------------x-------------------x-----------------------------x


Anyone knows what happened?
_______________________________________________
Gtk-osx-devel-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list

Reply via email to