LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   make: *** [config.h.in] Error 1 (https://www.linuxquestions.org/questions/linux-software-2/make-%2A%2A%2A-%5Bconfig-h-in%5D-error-1-a-398315/)

samba4010 01-01-2006 04:27 AM

make: *** [config.h.in] Error 1
 
hi to all.
please help me. i tiered from fedora core.
i have problems with make directive.
when i tey to compile sources i receave errors like:
****
make: *** [config.h.in] Error 1 (for quantq) or
make: *** [all-recursive] Error 1 (when i waht to install SDL)
and so on...
****
what i have to do?

Artanicus 01-01-2006 07:55 AM

the final error doesn't tell much about the problem, you have to read the _first_ error that you get and act upon that problem. When something goes wrong, everything else goes nuts so its important to fix the first error first. The last is pretty much useless.

LiNuXkOlOnIe 01-01-2006 08:46 AM

I agree. Another thing is to look on the output from ./configure.
Sometimes ./configure ends without error. But then there is a line
which says 'no' for any lib that this source needs. Than you will get errors with 'make' two. This is not usual. But i had this one time at a program source. But don't get panic. There are a lot of 'no's which is ok cos it depends on you system which compiler you use etc. Look more at the last lines of './configure'.
Look (if it is this error) for lib... etc. If theres anything right.

Happy new year. :D


All times are GMT -5. The time now is 01:52 PM.