bug-autogen
[Top][All Lists]
Advanced

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

[Bug-autogen] [PATCH] documentation and warning cleanup patches


From: Art Haas
Subject: [Bug-autogen] [PATCH] documentation and warning cleanup patches
Date: Sun, 23 Jun 2002 13:25:05 -0500
User-agent: Mutt/1.4i

Hi.

I'm sending along three patches in this mail. Two patches are
for the documentation - they replace "..." with @dots{} and
fix an empty @pxref{}. The third patch adjusts the compat.in
file so that many warnings about concatentation of string
literals and__FUNCTION__ are removed. There's still a problematic
use in the ERROR_FUNCTION macro, but that will have to wait
for a later fix.

On another matter, I've been unable to build the last couple
of releases completely. When the build gets into the getdefs
directory, things go bad ...

Making all in getdefs
make[2]: Entering directory
`/devel/gnu/autogen-5.3.8/objdir-opt/getdefs'
top_builddir=.. COLUMNS_EXE=`cd ../columns;pwd`/columns \
../agen5/autogen -L../../autoopts -L../../autoopts
../../getdefs/opts.def
source='getdefs.c' object='getdefs.o' libtool=no \
depfile='.deps/getdefs.Po' tmpdepfile='.deps/getdefs.TPo' \
depmode=gcc3 /bin/sh ../../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I../../getdefs -I.. -I.. -I../../autoopts
-I../../snprintfv  -DNDEBUG -I/opt/kde/include/libxml2  -O2 -march=i586
-c `test -f 'getdefs.c' || echo '../../getdefs/'`getdefs.c
getdefs.c: In function `main':
getdefs.c:98: `INDEX_OPT_INPUT' undeclared (first use in this function)
getdefs.c:98: (Each undeclared identifier is reported only once
getdefs.c:98: for each function it appears in.)
getdefs.c:105: `INDEX_OPT_FIRST_INDEX' undeclared (first use in this
function)
getdefs.c:110: `INDEX_OPT_ORDERING' undeclared (first use in this
function)
getdefs.c:121: `WHICH_IDX_AUTOGEN' undeclared (first use in this
function)
getdefs.c:121: `INDEX_OPT_OUTPUT' undeclared (first use in this
function)
getdefs.c: In function `assignIndex':
getdefs.c:203: `OPT_VALUE_FIRST_INDEX' undeclared (first use in this
function)
getdefs.c: In function `buildDefinition':
getdefs.c:369: `INDEX_OPT_COMMON_ASSIGN' undeclared (first use in this
function)
getdefs.c:370: `INDEX_OPT_ASSIGN' undeclared (first use in this
function)
... lots more of the same ...

The problem seems to be that the generated opts.h file fails to be
properly built from the opts.def file - all the "flag" pieces
don't make it into the header file. I'm not sure what's happening
here. The last version I've been able to build was 5.3.5, BTW.
Is this problem happening elsewhere? Any ideas on how to fix
this?

-- 
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759

Attachment: snprintf_texi.patch.gz
Description: Binary data

Attachment: autogen_texi.patch.gz
Description: Binary data

Attachment: autogen_compat_in.patch.gz
Description: Binary data


reply via email to

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