Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Zsh 3.1.6 fails to build on i686-pc-cygwin system



Greetings all,

Let me say how pleased I am to be rejoining the world of zsh (new job,
don't know how to use bash that well, don't want to learn).

The configure/make process was pleasant as always, modulo the enclosed
patch.

Regards,
Roger Breitenstein


--- Src/builtin.c~	Fri Jul 16 04:22:21 1999
+++ Src/builtin.c	Tue Nov 23 12:01:51 1999
@@ -1060,7 +1060,7 @@
 fixdir(char *src)
 {
     char *dest = src, *d0 = dest;
-#ifdef __CYGWIN
+#ifdef __CYGWIN__
     char *s0 = src;
 #endif
     int ret = 0;



Messages sorted by: Reverse Date, Date, Thread, Author