Anope IRC Services

Anope.org => Anope General => Topic started by: Clueless on June 14, 2006, 10:31:26 AM

Title: Compiling problem
Post by: Clueless on June 14, 2006, 10:31:26 AM
Hi
I have strange problem.

Architecture: Alpha
OS: Debian Linux

Unreal 3.2.4 (or 3.2.5-rc3)
Anope 1.6.4 (or 1.7.14)

With or without mysql anopes make allways stops in this point:

make[1]: Entering directory `/home/unreal/anope/src/tools'
gcc -pipe -g -O2 -pthread -export-dynamic -I../include/ -c anopesmtp.c
anopesmtp.c: In function `alog':
anopesmtp.c:155: error: invalid operands to binary &&
make[1]: *** [anopesmtp.o] Error 1
make[1]: Leaving directory `/home/unreal/anope/src/tools'
make: *** [tools] Error 2
unreal@mammoth:~/anope$

Any idea?
Title:
Post by: TRAiNER4 on June 16, 2006, 02:37:44 AM
Quote
Originally posted by Clueless
Hi
I have strange problem.

Architecture: Alpha
OS: Debian Linux

Unreal 3.2.4 (or 3.2.5-rc3)
Anope 1.6.4 (or 1.7.14)

With or without mysql anopes make allways stops in this point:

make[1]: Entering directory `/home/unreal/anope/src/tools'
gcc -pipe -g -O2 -pthread -export-dynamic -I../include/ -c anopesmtp.c
anopesmtp.c: In function `alog':
anopesmtp.c:155: error: invalid operands to binary &&
make[1]: *** [anopesmtp.o] Error 1
make[1]: Leaving directory `/home/unreal/anope/src/tools'
make: *** [tools] Error 2
unreal@mammoth:~/anope$

Any idea?
do a make clean, then redo the ./Config and do a gmake instead, see what that does. I, on openbsd, had to do gmake.
Title:
Post by: Pieter Bootsma on June 19, 2006, 09:29:10 AM
Do a make distclean instead of make clean; make clean doesn't remove all things detected by ./Config, while make distclean does so