View Issue Details

IDProjectCategoryView StatusLast Update
0002256unrealinstallingpublic2004-12-26 14:28
Reporterblotter45 Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionopen 
Platformlinux 2.4.26OSSlackwareOS Version10.0
Product Version3.2.2 
Summary0002256: make errors, cannot compile
Descriptionhello ;)

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 InformationBuilding 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
TagsNo tags attached.
Attached Files
config.log (44,645 bytes)
3rd party modules

Relationships

duplicate of 0002202 resolvedcodemastr - Fixed alloca warning @ Linux (post-3.2.2) is not fixed (w/SSL etc) 

Activities

Issue History

Date Modified Username Field Change
2004-12-26 06:41 blotter45 New Issue
2004-12-26 06:41 blotter45 File Added: config.log
2004-12-26 14:28 codemastr Relationship added duplicate of 0002202
2004-12-26 14:28 codemastr Status new => closed