[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A2PS cannot guess build type
From: |
John Poltorak |
Subject: |
Re: A2PS cannot guess build type |
Date: |
Thu, 22 Nov 2001 18:09:10 +0000 |
On Thu, Nov 22, 2001 at 06:57:58PM +0100, Akim Demaille wrote:
> >>>>> "John" == John Poltorak <address@hidden> writes:
>
> John> On Mon, Nov 19, 2001 at 11:26:08AM +0100, Akim Demaille wrote:
> >> The author of a2ps used a hacked version of Autoconf at the time
> >> 4.13 was made. Shame on him. Do not rerun autoconf.
>
>
> John> Maybe you can persuade the author to update a2ps :-)...
>
> I seem to have understood that he plans to revamp it a bit in 2002,
> but in 2001, there's just no hope :(
>
> John> It is impossible to build it on OS/2, which is my target
> John> platform, without running Autoconf first.
>
> Arg... I'll see if I can convince him, but...
Actually, I was mistaken about this. There are instructions for building
it under OS/2 in arch/os2/README, but they don't work for me.... I get
this error which I can't resolve:-
gcc -Zmt -O2 -Wall -Wno-unused -I. -I.. -I../lib -DHAVE_CONFIG_H
-DSYSCONFFILE=\".\a2ps.cfg\" -c lister.c -o lister.o
lister.c:62: conflicting types for `fputs'
c:\emx\include\stdio.h:128: previous declaration of `fputs'
make[1]: *** [lister.o] Error 1
make[1]: Leaving directory `/eval/a2ps/a2ps-4.13/lib'
make: *** [a2ps_lib] Error 2
--
John