tags #307231
thanks

To help debugging you can configure with --enable-developer (either manually with ./configure or specified in config when it asks for additional arguments). This makes compile a bit more anally retentive and will complain at more things. Hehe.

Alasdair


On 7 May 2005, at 17:13, Marc Haber wrote:

tags #307231
thanks

On Sun, May 01, 2005 at 11:44:56PM +0100, Alasdair McWilliam wrote:

The compile failure is in src/ircsprintf.c as follows.

cc  -g -Wall -O2 -export-dynamic -I../adns -I../include -I../zlib  -c
ircsprintf.c
ircsprintf.c: In function `ircvsprintf':
ircsprintf.c:29: error: incompatible types in assignment
ircsprintf.c: In function `ircvsnprintf':
ircsprintf.c:123: error: incompatible types in assignment
make[2]: *** [ircsprintf.o] Error 1


Confirmed.


As I don't have access to a s390 system I cannot confirm the below
bug fix. However, I believe the VA_COPY macro is the problem. Line 60
of include/common.h is:

#elif defined(__x86_64)

I believe if this is changed to the following statement, it will
compile fine on s390.

#elif defined(__x86_64) || defined(__s390)


No. The error message is the same.

Anything I can do to help debugging?

Greetings
Marc

--
---------------------------------------------------------------------- -------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835







-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to