Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Compiling problem  (Read 4739 times)

0 Members and 1 Guest are viewing this topic.

Clueless

  • Guest
Compiling problem
« 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?
Logged

TRAiNER4

  • Guest
(No subject)
« Reply #1 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.
Logged

Pieter Bootsma

  • Team
  • *
  • Offline Offline
  • Posts: 189
    • http://geniusdex.net/
(No subject)
« Reply #2 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
Logged
Pages: [1]   Go Up