• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Can't compile with exception tracer

Suxex

Member
Joined
Aug 13, 2007
Messages
391
Reaction score
5
Location
Halland - Getinge
Hello, I have tried to compile with exception tracer alot of times but I get this error;

Code:
exception.cpp:164:6: error: unused parameter âinfoâ [-Werror=unused-parameter]
cc1plus: all warnings being treated as errors
make[1]: *** [exception.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/trunk.r5822'
make: *** [all] Error 2

Can someone please help me with this? I really need to have exception tracer.

Thanks in advance
 
This comes in the middle:
Code:
exception.cpp:164:6: warning: unused parameter âinfoâ [-Wunused-parameter]

and in the end, just after it creates theforgottenserver file:
Code:
exception.o: In function `_SigHandler(int, siginfo*, void*)':
/var/0.3.r5916/exception.cpp:216: undefined reference to `start_time'
collect2: ld returned 1 exit status
make[1]: *** [theforgottenserver] Error 1
 
Back
Top