[WEB REQ] Can\'t compile from source - 1.0.2 source package
Eric Puryear
epuryear at students.depaul.edu
Wed May 24 01:52:36 CEST 2006
Software: 1.0.2 source package
Operating System: Fedora Core 4
Installation: source
Hello,
I have tried compiling the SILC server version 1.0.2 from source (since there is no binary rpm available) but it fails. I did a ./configure, make, but the make fails. The output is below. If you would like the output emailed to you, I can do that too. Thanks for you help!
[root at system1 silc-server-1.0.2]# make
make all-recursive
make[1]: Entering directory `/root/silc-server-1.0.2\'
Making all in apps
make[2]: Entering directory `/root/silc-server-1.0.2/apps\'
Making all in silcd
make[3]: Entering directory `/root/silc-server-1.0.2/apps/silcd\'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -finline-functions -Wno-pointer-sign -I/usr/include/silc -D_REENTRANT -DHAVE_SILCDEFS_H -I. -I../.. -I/root/silc-server-1.0.2 -I/root/silc-server-1.0.2/includes -I/root/silc-server-1.0.2/doc -g -O2 -Wall -finline-functions -Wno-pointer-sign -I/usr/include/silc -D_REENTRANT -c protocol.c
In file included from /usr/include/silc/silcincludes.h:260,
from serverincludes.h:25,
from protocol.c:25:
/usr/include/silc/silcmessage.h:361: warning: type qualifiers ignored on function return type
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -finline-functions -Wno-pointer-sign -I/usr/include/silc -D_REENTRANT -DHAVE_SILCDEFS_H -I. -I../.. -I/root/silc-server-1.0.2 -I/root/silc-server-1.0.2/includes -I/root/silc-server-1.0.2/doc -g -O2 -Wall -finline-functions -Wno-pointer-sign -I/usr/include/silc -D_REENTRANT -c route.c
In file included from /usr/include/silc/silcincludes.h:260,
from serverincludes.h:25,
from route.c:33:
/usr/include/silc/silcmessage.h:361: warning: type qualifiers ignored on function return type
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -finline-functions -Wno-pointer-sign -I/usr/include/silc -D_REENTRANT -DHAVE_SILCDEFS_H -I. -I../.. -I/root/silc-server-1.0.2 -I/root/silc-server-1.0.2/includes -I/root/silc-server-1.0.2/doc -g -O2 -Wall -finline-functions -Wno-pointer-sign -I/usr/include/silc -D_REENTRANT -c packet_send.c
In file included from /usr/include/silc/silcincludes.h:260,
from serverincludes.h:25,
from packet_send.c:24:
/usr/include/silc/silcmessage.h:361: warning: type qualifiers ignored on function return type
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -finline-functions -Wno-pointer-sign -I/usr/include/silc -D_REENTRANT -DHAVE_SILCDEFS_H -I. -I../.. -I/root/silc-server-1.0.2 -I/root/silc-server-1.0.2/includes -I/root/silc-server-1.0.2/doc -g -O2 -Wall -finline-functions -Wno-pointer-sign -I/usr/include/silc -D_REENTRANT -c packet_receive.c
In file included from /usr/include/silc/silcincludes.h:260,
from serverincludes.h:25,
from packet_receive.c:25:
/usr/include/silc/silcmessage.h:361: warning: type qualifiers ignored on function return type
packet_receive.c: In function âsilc_server_notifyâ:
packet_receive.c:755: error: âSILC_HASH_MAXLENâ undeclared (first use in this function)
packet_receive.c:755: error: (Each undeclared identifier is reported only once
packet_receive.c:755: error: for each function it appears in.)
packet_receive.c:755: warning: unused variable âhashâ
packet_receive.c: In function âsilc_server_new_clientâ:
packet_receive.c:2346: warning: implicit declaration of function âsilc_identifier_checkâ
packet_receive.c:2347: error: âSILC_STRING_UTF8â undeclared (first use in this function)
packet_receive.c:2347: warning: assignment makes pointer from integer without a cast
packet_receive.c: In function âsilc_server_new_serverâ:
packet_receive.c:2678: error: âSILC_STRING_UTF8â undeclared (first use in this function)
packet_receive.c:2678: warning: assignment makes pointer from integer without a cast
packet_receive.c: In function âsilc_server_new_channelâ:
packet_receive.c:3117: warning: implicit declaration of function âsilc_channel_name_checkâ
packet_receive.c:3118: error: âSILC_STRING_UTF8â undeclared (first use in this function)
packet_receive.c:3118: warning: assignment makes pointer from integer without a cast
packet_receive.c: In function âsilc_server_resume_clientâ:
packet_receive.c:3894: error: âSILC_STRING_UTF8â undeclared (first use in this function)
packet_receive.c:3894: warning: assignment makes pointer from integer without a cast
packet_receive.c:4151: warning: assignment makes pointer from integer without a cast
make[3]: *** [packet_receive.o] Error 1
make[3]: Leaving directory `/root/silc-server-1.0.2/apps/silcd\'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/silc-server-1.0.2/apps\'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/silc-server-1.0.2\'
make: *** [all] Error 2
[root at system1 silc-server-1.0.2]#
More information about the silc-users
mailing list