Installing on ClarkConnect Error!

These are old archives. They are kept for historic purposes only.
Post Reply
brappinseven
Posts: 6
Joined: Fri Dec 16, 2005 4:51 pm

Installing on ClarkConnect Error!

Post by brappinseven »

Hi guys

i tried to install unrealircd 3.2 on my clarkconnect box this morning
./Config was all fine

as soon as i got to make
i get this error

[root@zoink Unreal3.2]# make
Building src
make[1]: Entering directory `/tmp/Unreal3.2/src'
make[1]: *** Warning: File `Makefile' has modification time in the future (2005-03-13 16:02:49 > 1996-01-01 04:00:48.233507)
gcc -I../include -I/tmp/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic -DFD_SETSIZE=2048 -c auth.c
In file included from auth.c:21:
../include/struct.h:68:23: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:818: parse error before "regex_t"
../include/struct.h:818: warning: no semicolon at end of struct or union
../include/struct.h:821: parse error before '}' token
In file included from auth.c:21:
../include/struct.h:1231: parse error before "regex_t"
../include/struct.h:1231: warning: no semicolon at end of struct or union
../include/struct.h:1313: parse error before "regex_t"
../include/struct.h:1313: warning: no semicolon at end of struct or union
make[1]: *** [auth.o] Error 1
make[1]: Leaving directory `/tmp/Unreal3.2/src'
make: *** [build] Error 2


what does this mean to you guys ?
plz help!

thanks in advance
wax
Posts: 72
Joined: Tue Oct 04, 2005 6:32 am
Location: ByNets@Belarus
Contact:

Post by wax »

in Unreal/extras you can find directory regex and tre.tar.gz
It's time to think! ;)
brappinseven
Posts: 6
Joined: Fri Dec 16, 2005 4:51 pm

Post by brappinseven »

cheers for the reply wax

never had this problem before when compiling so i have no idea what these files/folders are for in the extra's

care to elaborate to what i needa do ?

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

Post by Syzop »

You sure ./Config ran fine?
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

This primarily looks like a problem with the computer time.
make[1]: *** Warning: File `Makefile' has modification time in the future (2005-03-13 16:02:49 > 1996-01-01 04:00:48.233507)
Please read http://www.vulnscan.org/UnrealIrcd/faq/#75

You would think people would read errors
Post Reply