From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 29 19:33:22 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBC7A16A4CE for ; Thu, 29 Apr 2004 19:33:22 -0700 (PDT) Received: from pr93.lublin.sdi.tpnet.pl (pr93.lublin.sdi.tpnet.pl [217.97.36.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 16A1743D2F for ; Thu, 29 Apr 2004 19:33:21 -0700 (PDT) (envelope-from michal@pasternak.w.lub.pl) Received: (qmail 49772 invoked by uid 1001); 30 Apr 2004 02:33:40 -0000 Date: Fri, 30 Apr 2004 04:33:40 +0200 From: Michal Pasternak To: eternal Message-ID: <20040430023340.GA49718@pasternak.w.lub.pl> References: <005001c42e46$96f2cee0$0700a8c0@aoldsl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <005001c42e46$96f2cee0$0700a8c0@aoldsl.net> cc: freebsd-emulation@freebsd.org Subject: Re: wine on freebsd4.9? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michal Pasternak List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 02:33:22 -0000 eternal [Thu, Apr 29, 2004 at 05:02:59PM -0700]: > anyone out there with any experience with getting wine to work on freebsd > 4.9? i've tried the port that i got on the disc1 iso, and it cant install > anything without error (except starcraft, but the game wont accept keyboard > input, and using the mouse to scroll around in the game causes it to scroll > around the actual desktop...). Well, yes, that's how it looks in general, at least that's how it did for me. To run anything, you sometimes have to combine native/emulated DLL settings in ~/.wine/config; sometimes an already installed Windows OS is handy; sometimes you might want to use CrossOver Office plugin from CodeWeavers, which is told to make things simpler. > i have tried building wine-20040408, as well > as from cvs -with either gcc32 or gcc33 - and they both fail to make (i have > the make output in a file if anyone is interested). Don't use gcc32. Yes, ports@freebsd.org perhaps will be interested (of course if that was cvsupped ports tree). > last night, i installed > linux_base-8, and i now have rpm support on my box... should i try > installing a wine port for redhat8, You could do that, why not. For some time I've used binary Linux version of OpenOffice.org, for example, just because the native version was just being ported, and Linux binaries worked in a more stable way. > or try to build wine from linux source? There's no such thing as Linux source :) Wine for FreeBSD and Wine for Linux is built from a single source tree (as far as I know!) > please, i am trying so desperatly to get away from micro$oft, and just need > a little help... Have you tried VMware yet? It is a bit heavier than wine, but chances are it will work much better... ... unless you want to play games on it; in this case you might want to use Linux with VMware. Take care, -- Michal Pasternak :: http://pasternak.w.lub.pl :: http://winsrc.sf.net Here's my obfuscated Python signature code, to indicate I'm a Python guy: >>> print u'micha\u0142 pasternak'.encode("iso8859-2")