[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Compile error on AIX 4.3.3
On Thu, Jan 13, 2005 at 03:44:32PM -0000, Morris, Chris (Shared Services) wrote:
> I am attempting to compile hobbit on an AIX 4.3.3 system using gcc 2.9 and
> gmake.
>
> When running the gmake comand I get the following error :-(
>
> gcc -O -D_REENTRANT -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I.
> -I/usr/local/hobbit-4.0beta4/include -c -o hobbitd_channel.o
> hobbitd_channel.c
> hobbitd_channel.c:42: conflicting types for `msg_t'
> /usr/include/sys/localedef31.h:133: previous declaration of `msg_t'
OK, so I made a bad choice and used a name that is defined by the
locale-system on AIX.
A simple search-and-replace of "msg_t" with "hobbit_msg_t" in the
hobbitd/hobbitd_channel.c file should fix it. I'll make that change
for the next release.
Henrik