Steve Youngs <youngs(a)xemacs.org> wrote:
- With '--error-checking=all' I got an undefined
symbol error
while trying to connect to a PostgreSQL database...
"undefined symbol: error_check_pgconn"
Steve, do you see this with a fresh compile? I can't reproduce it. As
I mentioned in my initial response, this apparently means that
ERROR_CHECK_TYPES was not defined during compilation of the module code,
but was for the main sources (see lrecord.h). Since ERROR_CHECK_TYPES
is defined in config.h, the only way I can see this happening is if your
installed XEmacs is from an --error-checking=all build and your
installed modules are from a build with -error-checking != all.
--
Jerry James
http://www.ittc.ku.edu/~james/