Hi, I'm having a problem building cvs-1.11.0-1. GDBM_EXPORT is not picked up as a macro (which I assume it is, as it's used to declare functions), and this results in parse errors and gcc being generally unhappy. I'm attaching the exact error message. This is probably because I have gdbm-1.8.0-4, and cvs lists gdbm-1.8.0-3 in its dependences, although Chuck Wilson apparently received no complaints during the test period ( http://www.cygwin.com/ml/cygwin/2002-02/msg01333.html ).
This problem has apparently been reported back in March, but to the wrong list: http://mail.gnu.org/pipermail/info-cvs/2002-March/026364.html Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Water molecules expand as they grow warmer" (C) Popular Science, Oct'02, p.51
make[1]: Entering directory `/usr/src/cvs-1.11.0/build/src' gcc -I. -I.. -I/usr/src/cvs-1.11.0/src -I/usr/src/cvs-1.11.0/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/cvs-1.11.0/src/add.c In file included from /usr/src/cvs-1.11.0/src/cvs.h:93, from /usr/src/cvs-1.11.0/src/add.c:27: /usr/src/cvs-1.11.0/src/mygdbm.h:16: parse error before `dbm_close' /usr/src/cvs-1.11.0/src/mygdbm.h:16: `GDBM_EXPORT' declared as function returning a function /usr/src/cvs-1.11.0/src/mygdbm.h:17: parse error before `dbm_fetch' /usr/src/cvs-1.11.0/src/mygdbm.h:17: `GDBM_EXPORT' declared as function returning a function /usr/src/cvs-1.11.0/src/mygdbm.h:18: parse error before `dbm_store' /usr/src/cvs-1.11.0/src/mygdbm.h:18: `GDBM_EXPORT' declared as function returning a function /usr/src/cvs-1.11.0/src/mygdbm.h:19: parse error before `dbm_delete' /usr/src/cvs-1.11.0/src/mygdbm.h:19: `GDBM_EXPORT' declared as function returning a function /usr/src/cvs-1.11.0/src/mygdbm.h:20: parse error before `dbm_firstkey' /usr/src/cvs-1.11.0/src/mygdbm.h:20: `GDBM_EXPORT' declared as function returning a function /usr/src/cvs-1.11.0/src/mygdbm.h:21: parse error before `dbm_nextkey' /usr/src/cvs-1.11.0/src/mygdbm.h:21: `GDBM_EXPORT' declared as function returning a function make[1]: *** [add.o] Error 1 make[1]: Leaving directory `/usr/src/cvs-1.11.0/build/src' make: *** [all] Error 1
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/