Since you provide no info we can't know what exactly happens (beside the fact that the compilation fails, that is).
The only useful tip that I can give you without looking at the errors is that binary distros usually do not ship the header files withing the main package. They are usually shipped into a -devel or -dev package that starts with the same name. For example, if you need libgnome-ui to compile a given program, you might also need to install libgnome-ui-devel, libgnome-ui-dev or whatever it's called in your distro.
If you can't find the way around, provide the output of the configure script (or whatever is failing).
|