[Nut-upsuser] nut 2.0.4 won't compile on AIX 5.3

2006-10-18 Thread Jurjen Oskam
Hi there, I'm trying to compile nut 2.0.4 on an AIX 5.3 machine, but it fails: $ make common/ /usr/vac/bin/cc -I../include -O -c common.c /usr/vac/bin/cc -I../include -O -c upsconf.c /usr/vac/bin/cc -I../include -O -c parseconf.c /usr/vac/bin/cc -I../include -O -c

Re: [Nut-upsuser] nut 2.0.4 won't compile on AIX 5.3

2006-10-18 Thread Charles Lepple
On 10/18/06, Jurjen Oskam [EMAIL PROTECTED] wrote: Since the AIX machines only need to talk to a upsd on another machine (Linux), I don't even need the serial things to work. So, I also tried to compile without any drivers (--with-drivers=), but it still fails when compiling dummycons.c. Since

Re: [Nut-upsuser] nut 2.0.4 won't compile on AIX 5.3

2006-10-18 Thread Jurjen Oskam
On Wed, Oct 18, 2006 at 08:03:21AM -0400, Charles Lepple wrote: Since the drivers are separate executables, you can run 'make -k' to have it build as much as it can (instead of stopping at the first error). You will still see errors, but all of the necessary client code should compile. This

Re: [Nut-upsuser] nut 2.0.4 won't compile on AIX 5.3

2006-10-18 Thread Charles Lepple
On 10/18/06, Jurjen Oskam [EMAIL PROTECTED] wrote: On Wed, Oct 18, 2006 at 08:03:21AM -0400, Charles Lepple wrote: Since the drivers are separate executables, you can run 'make -k' to have it build as much as it can (instead of stopping at the first error). You will still see errors, but all