View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002256 | unreal | installing | public | 2004-12-26 06:41 | 2004-12-26 14:28 |
Reporter | blotter45 | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | open | ||
Platform | linux 2.4.26 | OS | Slackware | OS Version | 10.0 |
Product Version | 3.2.2 | ||||
Summary | 0002256: make errors, cannot compile | ||||
Description | hello ;) I was trying to compie the latest cvs, but ran into alot of error messages during make. My config.log is attached. any help with this would be greatly appreciated ;) | ||||
Additional Information | Building src make[1]: Entering directory `/home/sources/cvs/Unreal3.2-cvs/src' cd modules; make 'CFLAGS=-I../include -I/home/sources/cvs/Unreal3.2-cvs/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic ' 'CC=gcc' 'IRCDLIBS=-lcrypt -lnsl -lz -ldl -L/home/sources/cvs/Unreal3.2-cvs/extras/regexp/lib -ltre ' 'LDFLAGS=' 'IRCDMODE=711' 'BINDIR=/home/sources/cvs/Unreal3.2-cvs/src/ircd' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'IRCDDIR=/home/sources/cvs/Unreal3.2-cvs' 'MANDIR=' 'RM=/usr/bin/rm' 'CP=/usr/bin/cp' 'TOUCH=/usr/bin/touch' 'RES=' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=-lssl -lcrypto' 'CRYPTOINCLUDES=' 'URL=' all make[2]: Entering directory `/home/sources/cvs/Unreal3.2-cvs/src/modules' gcc -I../include -I/home/sources/cvs/Unreal3.2-cvs/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic -fPIC -DPIC -shared -c m_htm.c In file included from ../include/common.h:46, from ../include/struct.h:43, from m_htm.c:22: ../include/sys.h:31:1: warning: "alloca" redefined In file included from /usr/include/stdlib.h:576, from /usr/include/openssl/crypto.h:62, from /usr/include/openssl/bio.h:67, from /usr/include/openssl/asn1.h:64, from /usr/include/openssl/rsa.h:62, from ../include/struct.h:32, from m_htm.c:22: /usr/include/alloca.h:36:1: warning: this is the location of the previous definition gcc -I../include -I/home/sources/cvs/Unreal3.2-cvs/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic -fPIC -DPIC -shared -c m_kill.c In file included from ../include/common.h:46, from ../include/struct.h:43, from m_kill.c:22: ../include/sys.h:31:1: warning: "alloca" redefined In file included from /usr/include/stdlib.h:576, from /usr/include/openssl/crypto.h:62, from /usr/include/openssl/bio.h:67, from /usr/include/openssl/asn1.h:64, from /usr/include/openssl/rsa.h:62, from ../include/struct.h:32, from m_kill.c:22: /usr/include/alloca.h:36:1: warning: this is the location of the previous definition the previous error messages just keep continuing with every file that tries to compile | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
3rd party modules | |||||
duplicate of | 0002202 | resolved | - Fixed alloca warning @ Linux (post-3.2.2) is not fixed (w/SSL etc) |