Jim Hyslop wrote: >Index: ccvs/windows-NT/config.h.in.in >diff -u ccvs/windows-NT/config.h.in.in:1.37 ccvs/windows-NT/config.h.in.in:1.38 >--- ccvs/windows-NT/config.h.in.in:1.37 Fri Jun 10 20:32:21 2005 >+++ ccvs/windows-NT/config.h.in.in Thu Aug 4 01:00:40 2005 >@@ -204,6 +204,8 @@ > */ > #define HAVE_DECL_GETCWD 1 > >+#define HAVE_GETCWD 1 > >
Jim, why did you do this? HAVE_GETCWD isn't used anywhere I can see. HAVE_DECL_GETCWD isn't even, directly, though it appears to be set correctly. Also, windows-NT/config.h.in and windows-NT/config.h are supposed to be autogenerated using the windows-NT/mkconfig.pl script, from ./config.h and windows-NT/config.h.in.in. I'm not sure if that still needs to be done on UNIX or if Conrad added MSVC targets in the build files for it. (Since HAVE_GETCWD wasn't in ./config.h, my build regenerated windows-NT/config.h and windows-NT/config.h.in, without your HAVE_GETCWD macro.) Regards, Derek -- Derek R. Price CVS Solutions Architect Ximbiot <http://ximbiot.com> v: +1 717.579.6168 f: +1 717.234.3125 <mailto:[EMAIL PROTECTED]> _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
