Error on compile

These are old archives. They are kept for historic purposes only.
Locked
panzer
Posts: 7
Joined: Sat Jun 04, 2005 1:28 pm

Error on compile

Post by panzer »

Hi all,
[user@ircd1] ~/Unreal3.2.3> make
Building src
gcc -I../include -I/home/user/Unreal3.2.3/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic -c auth.c
In file included from auth.c:21:
../include/struct.h:1630: syntax error before `0x0004'
*** Error code 1

Stop in /usr/home/user/Unreal3.2.3/src.
*** Error code 1

Stop in /usr/home/user/Unreal3.2.3.

what's this error?

PaNzEr
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Did you change any source? (I'm asking because 1630 is an empty line, and both the line before and after it don't have anything 0x0004 related (nor a macro that expands to 0x0004)

Did you download Unreal3.2.3 via unrealircd.com/.org? Are you sure the .tar.gz extracted correctly? (no errors?)

What's your compiler version? ('gcc --version')
panzer
Posts: 7
Joined: Sat Jun 04, 2005 1:28 pm

Post by panzer »

2.95.4 this is the gcc version
panzer
Posts: 7
Joined: Sat Jun 04, 2005 1:28 pm

Post by panzer »

I've mounted my personal version mod of UnrealIrcd, but on this shell it doesn't work but on other it works correctly.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Modifying the source is not supported.
http://www.vulnscan.org/UnrealIrcd/faq/#40

Please don't open new topics as you lost all support.


[locked]
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Locked