failed after configuring pango-1.36.8 version. I already installed cairo latest version and was no problem with it. but messages told me there is no cairo and its backends. Wonder how to handle this situation. below are the messages for the failed configuring. checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate configure: creating ./config.lt config.lt: creating libtool checking for some Win32 platform... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for HARFBUZZ... no no checking for CoreText availability... no checking for CAIRO... no no configure: error: *** Could not enable any backends. *** Must have at least one backend to build Pango. lee@lee-8100-Series:~/pango-1.36.8$ ./configure
How did you install cairo? If from a distro package: Did you also install libcairo2-dev (or whatever your distro calls the devel package)? If by hand: How exactly? Could you provide the output of `pkg-config --modversion cairo`?
lee@lee-8100-Series:~$ pkg-config --modversion cairo 1.14.0 Its 1.14.0 I installed libcairo2-dev. thanks
(In reply to Uli Schlachter from comment #1) > How did you install cairo? If from a distro package: Did you also install > libcairo2-dev (or whatever your distro calls the devel package)? If by hand: > How exactly? > > Could you provide the output of `pkg-config --modversion cairo`? I also installed 1.14.0 and 1.12.x by hand.
May Worked ( typying 'su' in terminal to go to root and './configure' or 'auto-apt run ./configure' and 'make' and 'make install' in the order - How to get the auto-apt - sudo apt-get install auto-apt (to get auto-apt) sudo auto-apt update-local update (to update) sudo auto-apt update update-db (to update) form the site (http://www.ubuntu-kr.org/viewtopic.php?p=34471)
If I understand the last comment, it sounds like cairo had been built but not installed? If you're building against a non-installed build of Cairo, you'll of course need to do some pkg-config futzing to get your app to properly locate cairo's files.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.