va 0.2.0在slackware 10.1 ./configure 通过,但无法make!!!
make all-recursive
make[1]: Entering directory `/hda5/Downloads/eva-0.2.0'
Making all in doc
make[2]: Entering directory `/hda5/Downloads/eva-0.2.0/doc'
Making all in .
make[3]: Entering directory `/hda5/Downloads/eva-0.2.0/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/hda5/Downloads/eva-0.2.0/doc'
Making all in en
make[3]: Entering directory `/hda5/Downloads/eva-0.2.0/doc/en'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/hda5/Downloads/eva-0.2.0/doc/en'
make[2]: Leaving directory `/hda5/Downloads/eva-0.2.0/doc'
Making all in po
make[2]: Entering directory `/hda5/Downloads/eva-0.2.0/po'
Making all in .
make[3]: Entering directory `/hda5/Downloads/eva-0.2.0/po'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/hda5/Downloads/eva-0.2.0/po'
Making all in zh_CN
make[3]: Entering directory `/hda5/Downloads/eva-0.2.0/po/zh_CN'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/hda5/Downloads/eva-0.2.0/po/zh_CN'
make[2]: Leaving directory `/hda5/Downloads/eva-0.2.0/po'
Making all in src
make[2]: Entering directory `/hda5/Downloads/eva-0.2.0/src'
Making all in libeva
make[3]: Entering directory `/hda5/Downloads/eva-0.2.0/src/libeva'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/hda5/Downloads/eva-0.2.0/src/libeva'
Making all in api
make[3]: Entering directory `/hda5/Downloads/eva-0.2.0/src/api'
source='evaconnecter.cpp' object='evaconnecter.lo' libtool=yes
depfile='.deps/evaconnecter.Plo' tmpdepfile='.deps/evaconnecter.TPlo'
depmode=gcc3 /bin/sh ../../admin/depcomp
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libeva -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o evaconnecter.lo `test -f 'evaconnecter.cpp' || echo './'`evaconnecter.cpp
evaconnecter.cpp: In member function `void EvaConnecter::sendOut(OutPacket*)':
evaconnecter.cpp:100: error: `malloc' undeclared (first use this function)
evaconnecter.cpp:100: error: (Each undeclared identifier is reported only once
for each function it appears in.)
evaconnecter.cpp:106: error: `free' undeclared (first use this function)
evaconnecter.cpp: In member function `void EvaConnecter::dataCommingSlot(int)':
evaconnecter.cpp:149: error: `malloc' undeclared (first use this function)
evaconnecter.cpp:152: error: `free' undeclared (first use this function)
make[3]: *** [evaconnecter.lo] 错误 1
make[3]: Leaving directory `/hda5/Downloads/eva-0.2.0/src/api'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/hda5/Downloads/eva-0.2.0/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/hda5/Downloads/eva-0.2.0'
make: *** [all] 错误 2