2009-11-09 22:28:50 UTC
I am trying to compile khtml2png on Ubuntu server 9.10 Karmic Koala, as I am migrating my webserver from Gentoo to Ubuntu.
Please refer to my notes on my wiki: http://wirespeed.xs4all.nl/mediawiki/index.php/Thumbnailawebsite#OnUbuntuServer
While running ./configure I ran into the following error message:
I am trying to find out which exact package I need to install. I started with a clean server install and only had the packages installed as described in my wiki page.
Advice anyone?
./configure
rm: cannot remove cmake_install.cmake': No such file or directory
rm: cannot removeDoxyfile': No such file or directory
rm: cannot remove *.moc': No such file or directory
rm: cannot removekhtml2png2': No such file or directory
rm: cannot remove *.kdevelop': No such file or directory
rm: cannot removekhtml2png2.kdevelop.filelist': No such file or directory
rm: cannot remove `khtml2png2.kdevses': No such file or directory
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.6/Modules/FindX11.cmake:362 (MESSAGE):
Could not find X11
Call Stack (most recent call first):
/usr/share/cmake-2.6/Modules/FindKDE3.cmake:92 (FINDPACKAGE)
CMakeLists.txt:6 (findpackage)
-- Configuring incomplete, errors occurred!
CMake Error at /usr/share/cmake-2.6/Modules/FindX11.cmake:362 (MESSAGE):
Could not find X11
Call Stack (most recent call first):
/usr/share/cmake-2.6/Modules/FindKDE3.cmake:92 (FINDPACKAGE)
CMakeLists.txt:6 (findpackage)
-- Configuring incomplete, errors occurred!