I'm very new to compiling and makeing in linux, so please bare over with me. Using Kubuntu 6.06 (fresh install).
I'm compiling a source that doesn't have a .deb package, so I go the humpty dumpty manual way and after recovering from a tedious error message about a missing file ("gtk+-2.0.pc")** I now get a new error message when running ./configure.sh
As said, I'm new to this, and I'm quite sure there's an easy way to solve it. Thanks for all your help!
** solution to the missing pc file error: in your package manager, find and install "libgtk2.0-dev".
I'm compiling a source that doesn't have a .deb package, so I go the humpty dumpty manual way and after recovering from a tedious error message about a missing file ("gtk+-2.0.pc")** I now get a new error message when running ./configure.sh
user@Workstation:~/RutilTv0.11$ ./configure.sh
Your kernel sources cannot be found.
Kernel headers found...
They does not match your running kernel.
Your kernel sources cannot be found.
Kernel headers found...
They does not match your running kernel.
** solution to the missing pc file error: in your package manager, find and install "libgtk2.0-dev".
Comment