psql compile errors - Mailing list pgsql-hackers

From wieck@debis.com (Jan Wieck)
Subject psql compile errors
Date
Msg-id m11z0PV-0003kGC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
Responses Re: [HACKERS] psql compile errors
List pgsql-hackers
Peter,

    current sources tell

gcc -I../../interfaces/libpq -I../../include -I../../backend   -O2 -Wall -Wmissing-prototypes -g   -c tab-complete.c -o
tab-complete.o
tab-complete.c: In function `initialize_readline':
tab-complete.c:100: `rl_filename_quoting_function' undeclared (first use in this function)
tab-complete.c:100: (Each undeclared identifier is reported only once
tab-complete.c:100: for each function it appears in.)
tab-complete.c:102: `rl_filename_quote_characters' undeclared (first use in this function)
tab-complete.c:107: `rl_completion_query_items' undeclared (first use in this function)
tab-complete.c: In function `psql_completion':
tab-complete.c:206: `rl_completion_append_character' undeclared (first use in this function)
tab-complete.c:262: warning: implicit declaration of function `snprintf'
tab-complete.c: In function `quote_file_name':
tab-complete.c:790: `SINGLE_MATCH' undeclared (first use in this function)
tab-complete.c:786: warning: `length' might be used uninitialized in this function
make[2]: *** [tab-complete.o] Error 1

    Is it somthing missing here or a source error?



Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #

pgsql-hackers by date:

Previous
From: "Oliver Elphick"
Date:
Subject: Re: [HACKERS] bug in Debian's pgaccess package
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] NOTICE: LockRelease: locktable lookup failed, no lock