[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in Mnemonic???
Hy!
I'm created this file when i'm maked the MNEMONIC.
configure --with-gtk=/usr/local/gtk --with-jpeg=/usr
--with-ssleay=/usr/local/ssl 0>>a 1>>a 2>>a; make clean; make 0>>a 1>>a
2>>a
i cant compile mnemonic, because make send error. :S
<- CyFH -> http://www.elender.hu/~barka
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for flex... (cached) lex
checking for yywrap in -ll... (cached) no
checking whether ln -s works... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
checking build system type... i486-pc-linux-gnu
checking for pthread_self in -lpthread... (cached) yes
checking for main in -lm... (cached) yes
checking for main in -ldl... (cached) no
checking for main in -lgdbm... (cached) yes
checking for main in -ldb... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for fcntl.h... (cached) yes
checking for malloc.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pthread.h... (cached) yes
checking for dlfcn.h... (cached) no
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking for ssize_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for gettimeofday... (cached) yes
checking for mktime... (cached) yes
checking for select... (cached) yes
checking for socket... (cached) yes
checking for strdup... (cached) yes
checking for strndup... (cached) no
checking for strtol... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for threadedxlib... no
checking for XOpenDisplay in X11 library... found: /usr/X11R6/lib
checking for XextAddDisplay in Xext library... found
checking for XpmCreateXpmImageFromPixmap in Xpm library... found
checking for gtk... headers /usr/local/include, libraries /usr/local/lib
checking for jpeg... headers /usr/include, libraries /usr/lib
checking for ssleay... headers /usr/local/ssl, libraries /usr/local/ssl
creating ./config.status
creating Makefile
creating src/Makefile
creating src/Make.vars
creating src/clientmanager/Makefile
creating src/configmanager/Makefile
creating src/dispmanager/Makefile
creating src/filtermanager/Makefile
creating src/filtermanager/chunked/Makefile
creating src/filtermanager/htmltodtree/Makefile
sed: can't read ././src/filtermanager/htmltodtree/Makefile.in: No such file or directory
creating src/filtermanager/xmltodtree/Makefile
creating src/filtermanager/image/Makefile
creating src/filtermanager/image/gif/Makefile
creating src/filtermanager/image/gtk/Makefile
creating src/filtermanager/image/jpg/Makefile
creating src/messmanager/Makefile
creating src/netmanager/Makefile
creating src/netmanager/protocols/Makefile
creating src/netmanager/protocols/file/Makefile
creating src/netmanager/protocols/http/Makefile
creating src/netmanager/protocols/https/Makefile
creating src/netmanager/protocols/proxy/Makefile
creating src/netmanager/connections/Makefile
creating src/objectmanager/Makefile
creating src/utils/Makefile
creating src/messages/Makefile
creating src/messages/network/Makefile
creating src/config.h
src/config.h is unchanged
for i in src ; \
do (cd $i && make); done
make[1]: Entering directory `/usr/src/mnemonic/src'
echo Compiling Mnemonic in ../././src
Compiling Mnemonic in ../././src
c++ -g -D_REENTRANT -Wall -I. -I../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o mnemonic.o mnemonic.cc
list="utils messages clientmanager configmanager messmanager netmanager dispmanager filtermanager objectmanager"; set -e; for subdir in $list; do \
make -C $subdir all ; \
done
make[2]: Entering directory `/usr/src/mnemonic/src/utils'
list=""; set -e; for subdir in $list; do \
make -C $subdir all ; \
done
c++ -g -D_REENTRANT -Wall -I. -I../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o Hash.o Hash.cc
Hash.cc: In method `int Hash::OneStrBuf(const char *, char *)':
Hash.cc:118: warning: comparison between signed and unsigned
c++ -g -D_REENTRANT -Wall -I. -I../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o debuger.o debuger.cc
gcc -g -D_REENTRANT -Wall -I. -I../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c str.c -o str.o
c++ -g -D_REENTRANT -Wall -I. -I../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o list.o list.cc
list.cc: In method `List::~List()':
list.cc:57: warning: suggest parentheses around assignment used as truth value
c++ -g -D_REENTRANT -Wall -I. -I../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o thread.o thread.cc
mkdir -p objs
mkdir -p ../../././src/objs
for i in Hash.o debuger.o str.o list.o thread.o; do ln -fs ../$i objs/$i; \
ln -fs `pwd`/$i ../../././src/objs/$i; done
make[2]: Leaving directory `/usr/src/mnemonic/src/utils'
make[2]: Entering directory `/usr/src/mnemonic/src/messages'
list="network"; set -e; for subdir in $list; do \
make -C $subdir all ; \
done
make[3]: Entering directory `/usr/src/mnemonic/src/messages/network'
list=""; set -e; for subdir in $list; do \
make -C $subdir all ; \
done
c++ -g -D_REENTRANT -Wall -I. -I../../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o mFetchURL.o mFetchURL.cc
c++ -g -D_REENTRANT -Wall -I. -I../../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o mNewID.o mNewID.cc
c++ -g -D_REENTRANT -Wall -I. -I../../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o midStatus.o midStatus.cc
c++ -g -D_REENTRANT -Wall -I. -I../../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o mReleaseID.o mReleaseID.cc
mkdir -p objs
mkdir -p ../../../././src/objs
for i in mFetchURL.o mNewID.o midStatus.o mReleaseID.o; do ln -fs ../$i objs/$i; \
ln -fs `pwd`/$i ../../../././src/objs/$i; done
make[3]: Leaving directory `/usr/src/mnemonic/src/messages/network'
make[2]: Leaving directory `/usr/src/mnemonic/src/messages'
make[2]: Entering directory `/usr/src/mnemonic/src/clientmanager'
list=""; set -e; for subdir in $list; do \
make -C $subdir all ; \
done
c++ -g -D_REENTRANT -Wall -I. -I../../././src -I/usr/local/include -I/usr/local/ssl -I/usr/include -g -O2 -c -o ClientManager.o ClientManager.cc
In file included from ../../././src/configmanager/ConfigManager.h:7,
from ClientManager.cc:3:
../../././src/netmanager/Stream.h:26: warning: ANSI C++ forbids typedef which does not specify a type
../../././src/netmanager/Stream.h:26: parse error before `<'
../../././src/netmanager/Stream.h:29: syntax error before `;'
../../././src/netmanager/netmanager.h: In method `int NetworkManager::StatusMess(class midStatus &)':
In file included from ClientManager.cc:5:
../../././src/netmanager/netmanager.h:141: warning: control reaches end of non-void function `NetworkManager::StatusMess(midStatus &)'
ClientManager.cc: In method `ClientManager::ClientManager(int *, char ***)':
ClientManager.cc:21: warning: unused parameter `int * argc'
ClientManager.cc:21: warning: unused parameter `char *** argv'
make[2]: *** [ClientManager.o] Error 1
make[2]: Leaving directory `/usr/src/mnemonic/src/clientmanager'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/usr/src/mnemonic/src'
make: *** [subdirs] Error 2