|
|
我装的系统是suse10.1,安装完openssl包,解决libdrcom包找不到MD5函数,编译成功。当编译drcomsuite时,出现如下错误:我翻了论坛好几页都没有发现类似病例。达人救我!!。还有那个drcom1.3.1需要装么??在Windows系统下,学校提供是Dr.com客户端的。
make -C include
make[1]: Entering directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/include'
make -C drcomc
make[1]: Entering directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/drcomc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/drcomc'
make -C drcomcd
make[1]: Entering directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/drcomcd'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/drcomcd'
make -C module
make[1]: Entering directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module'
make -C Linux
make[2]: Entering directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux'
make -C 2.6.x
make[3]: Entering directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x'
make -C /lib/modules/2.6.16.13-4-default/build M=/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x modules
make[4]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/default'
make -C ../../../linux-2.6.16.13-4 O=../linux-2.6.16.13-4-obj/i386/default modules
CC [M] /home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.o
/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.c:73: warning: initialization discards qualifiers from pointer target type/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.c: In function ‘init_proto’:
/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.c:306: error: assignment of read-only variable ‘inet_stream_ops’
/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.c:309: error: assignment of read-only variable ‘inet_dgram_ops’
/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.c: In function ‘cleanup_proto’:
/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.c:322: error: assignment of read-only variable ‘inet_dgram_ops’
/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.c:323: error: assignment of read-only variable ‘inet_stream_ops’
make[7]: *** [/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x/proto.o] 错误 1
make[6]: *** [_module_/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x] 错误 2
make[5]: *** [modules] 错误 2
make[4]: *** [modules] 错误 2
make[4]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/default'
make[3]: *** [all] 错误 2
make[3]: Leaving directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux/2.6.x'
make[2]: *** [all] 错误 2
make[2]: Leaving directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module/Linux'
make[1]: *** [all] 错误 2
make[1]: Leaving directory `/home/shen/SoftWare/drcom/drcomsuite-0.1.12/module'
make: *** [module] 错误 2 |
|