Displaying 2 results from an estimated 2 matches for "recheck_ip_file".
2007 Nov 10
2
Problems compiling current SVN
...ocal/include -pthread -g -O2 -MT
connection.o -MD -MP -MF ".deps/connection.Tpo" -c -o connection.o
connection.c; \
then mv -f ".deps/connection.Tpo" ".deps/connection.Po"; else rm -f
".deps/connection.Tpo"; exit 1; fi
connection.c: In function ?
recheck_ip_file?
:
connection.c:342: error: ?
errno?
undeclared (first use in this function)
connection.c:342: error: (Each undeclared identifier is reported only once
connection.c:342: error: for each function it appears in.)
make[3]: *** [connection.o] Error 1
make[3]: Leaving directory `/usr/src/svn/icecast/s...
2007 Nov 10
0
Problems compiling current SVN
...-MT
> connection.o -MD -MP -MF ".deps/connection.Tpo" -c -o connection.o
> connection.c; \
> then mv -f ".deps/connection.Tpo" ".deps/connection.Po"; else rm
> -f ".deps/connection.Tpo"; exit 1; fi
> connection.c: In function ?
> recheck_ip_file?
> :
> connection.c:342: error: ?
> errno?
> undeclared (first use in this function)
> connection.c:342: error: (Each undeclared identifier is reported only once
> connection.c:342: error: for each function it appears in.)
Make sure you don't have a corrupted source file, th...