[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Groff 1.18 build fails, snprintf()/vfprintf()
From: |
Jim Thalmann |
Subject: |
RE: Groff 1.18 build fails, snprintf()/vfprintf() |
Date: |
Mon, 10 Nov 2003 09:19:41 -0800 |
Thanks, I downloaded and tried the version you suggested. This fixed
the snprintf() problem.
Unfortunately the problem still remains for vsnprintf():
Making soelim.n from soelim.man
g++ -I. -I/usr/share/groff-1.19/src/preproc/html
-I/usr/share/groff-1.19/src/include -I/usr/share/groff-1.19/src/include
-DHAVE_CONFIG_H -g -O2 -c pre-html.cpp
g++ -I. -I/usr/share/groff-1.19/src/preproc/html
-I/usr/share/groff-1.19/src/include -I/usr/share/groff-1.19/src/include
-DHAVE_CONFIG_H -g -O2 -c pushback.cpp
g++ -g -O2 -o pre-grohtml pre-html.o pushback.o
/usr/share/groff-1.19/src/libs/libgroff/libgroff.a
collect2: ld returned 1 exit status
pre-html.o: In function `make_message(char const *,...)':
/usr/share/groff-1.19/src/preproc/html/pre-html.cpp:263: undefined
reference to `vsnprintf'
collect2: ld returned 1 exit status
make[2]: *** [pre-grohtml] Error 1
make[1]: *** [src/preproc/html] Error 2
make: *** [all] Error 2
address@hidden /usr/share/groff-1.19]
--
jimt
-----Original Message-----
From: Werner LEMBERG [mailto:address@hidden
Sent: Sunday, November 09, 2003 5:32 AM
To: Jim Thalmann
Cc: address@hidden
Subject: Re: Groff 1.18 build fails, snprintf()/vfprintf()
> GROFF VERSION:
> [1.18]
>
> [...]
>
> - LynxOS does not have a prototype for snprintf()
This should be already fixed in version 1.19, currently to be only found
at
ftp://ftp.ffii.org/pub/groff/groff-1.19.tar.gz
It adds a test for the declaration of snprintf.
Werner
- Groff 1.18 build fails, snprintf()/vfprintf(), Jim Thalmann, 2003/11/07
- RE: Groff 1.18 build fails, snprintf()/vfprintf(),
Jim Thalmann <=
- RE: Groff 1.18 build fails, snprintf()/vfprintf(), Jim Thalmann, 2003/11/10
- RE: Groff 1.18 build fails, snprintf()/vfprintf(), Jim Thalmann, 2003/11/12
- RE: Groff 1.18 build fails, snprintf()/vfprintf(), Jim Thalmann, 2003/11/13