Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Nov 2000 09:26:10 +0900
From:      FUJISHIMA Satsuki <k5@cheerful.com>
To:        Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Cc:        ports@freebsd.org
Subject:   Re: Wine port under 3-STABLE
Message-ID:  <86pukch9b1.wl@cheerful.com>
In-Reply-To: <Pine.BSF.4.30.0011032057110.38006-100000@taygeta.dbai.tuwien.ac.at>
References:  <Pine.BSF.4.30.0011032057110.38006-100000@taygeta.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
At Fri, 3 Nov 2000 20:59:28 +0100 (CET),
Gerald Pfeifer wrote:
> Could one of you with a 3-STABLE box please try compiling the current
> version of the Wine port (emulators/wine) and let me know whether it
> still aborts?

I've just tried on my 3.5-STABLE box and it still broken.

To fix it:
--- msdos/dosmem.c.orig	Sun Oct 15 09:37:51 2000
+++ msdos/dosmem.c	Sat Nov  4 07:57:36 2000
@@ -11,6 +11,7 @@
 #include <stdlib.h>
 #include <string.h>
 #ifdef HAVE_SYS_MMAN_H
+# include <sys/types.h>
 # include <sys/mman.h>
 #endif

It made compilation to be successful.

BTW, do we still need USE_BISON? I think it was corrected at
2000.07.26. I removed it and compiled on 5-CURRENT and 3.5-STABLE
without any hitch.

I love recent wine, it runs Japanese apps quite gentle as I need. :-)

-- 
FUJISHIMA Satsuki


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86pukch9b1.wl>