Re: Pulling my hair out...




On Wed, 7 Apr 1999, Rick Eames wrote:
> Using Redhat 5.2, gnome 1.0 with all the development stuff installed.  I 
> downloaded the latest sources for balsa and tried to compile:
> 
> misc.c: In function 'readfile'.
> misc.c:169: 'errno' undeclared
> ...
> make: *** [all-recursive-am] Error 2
> 
> Can anyone show me the error of my ways or just point me to a freakin' RPM
> so I can actually use the product?

Something is possibly messed up on your system.
  * "errno" is declared in errno.h, which is generally in /usr/include on
    most Linux systems
  * If errno.h couldn't be found, it should have given you an error at
    configure time, and not gotten up to the Makefile

I'd say do an "rpm -V glibc-devel" to make sure that your include
directory (and errno.h file) is in good shape, and check balsa/config.log
to see if you can see any references to errno.

Best of Luck,
-Gleef



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]