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

gEDA: Libgeda and GCC4



Hello!
I have some problem with building libgeda on Fedora Core 4.
The compiler (gcc4)  reports an error related to difference between 
declarations in s_log.nw and globals.h :
....
../noweb/s_log.nw:104: error: static declaration of 'logfile_fd' follows 
non-static declaration
../include/globals.h:52: error: previous declaration of 'logfile_fd' was here
make[3]: *** [s_log.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
....
the first one is static while the second is external.
What is the best way to correct this?

There are also some warnings for other software (included)

Wojciech Kazubski

geda-build-errors.tar.gz