GTK+ installation error in Mac OS X



Hi all,

I just want to report that I encountered errors while I was installing GTK+.

Well most of case the dependent library packages go well without many of complains. But, when I make GTK+ library, it complains “No such library ....” for me 2 libraries which I complied and installed. The followings are two errors that I had.

No such file /usr/X11/lib/libcairo.2.17.5.dylib
No such file /usr/X11/lib/libpixman-1.0.10.0.dylib

I think the authors hard-coded the specific libraries version in distribution of GTK+ (2.14.0). Probably the specific libraries are in configure.in or Makefile.in, but I gave up finding the libraries. Instead of finding them, I just fixed the errors as follows.

$ ln -s /usr/local/lib/libcairo.dylib /usr/X11/lib/libcairo.2.17.5.dylib
$ ln -s /usr/X11/lib/libpixman-1.0.dylib /usr/X11/lib/ libpixman-1.0.10.0.dylib

-Dongpyo
====
Dongpyo Hong
Research Assistant
GIST U-VR Lab.
http://uvr.gist.ac.kr
http://uvr.gist.ac.kr/~dhong
Tel. +82-62-970-3157
Fax. +82-62-970-2204
Email. dhong gist ac kr
dongpyo hong gmail com
====









[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]