bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Compiling on AIX 5.3.0.0


From: Ronald Sekkel
Subject: Re: [bug-inetutils] Compiling on AIX 5.3.0.0
Date: Thu, 30 Oct 2008 12:28:33 -0200
User-agent: Thunderbird 2.0.0.17 (Windows/20080914)

Hello Sergey,

Thank you for your attention to my message.
Here are lines 87 and 293.

085 #ifndef __SOCKLEN_T
086 #define __SOCKLEN_T
087 typedef __ulong32_t socklen_t;
088 #endif

288 /*
289 * Family typedef
290 */
291 #ifndef _SA_FAMILY_T
292 #define _SA_FAMILY_T
293 typedef uchar_t sa_family_t;
294 #endif

I got a tarball from josefsson.org/inetutils/inetutils-20081023.tar but results are basically the same.

Best regards,

Ronald

Sergey Poznyakoff wrote:
Hi Ronald,

  
In file included from poll.c:30:
/usr/include/sys/socket.h:87: error: expected identifier or '('
before numeric constant
      

Looks like something (probably an argument declaration) was expanded
where it should not be. What do you have in /usr/include/sys/socket.h on
lines 87 and 293?

Regards,
Sergey


  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]