Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

vmware2 build fails on -current today

3 views
Skip to first unread message

Munehiro Matsuda

unread,
Nov 20, 2001, 10:22:28 AM11/20/01
to
From: CHOI Junho <c...@kr.FreeBSD.ORG>
Date: 20 Nov 2001 17:49:47 +0900
::
::Hi,
::
::Due to recent change on pmap.[ch], vmware2 build fails... Can somebody
::fix this?
::
::I am using -current built yesterday(11/19).

I don't have patch for it, but you could changed the line in hostif.c,
from:
pt_entry_t pteptr = (pt_entry_t)vtopte(addr);

to:
pt_entry_t *pteptr = vtopte(addr);

to get it compile.

Hope this helps,
Haro
=------------------------------------------------------------------------------
_ _ Munehiro (haro) Matsuda
-|- /_\ |_|_| Business Incubation Dept., Kubota Corp.
/|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome
Chuo-ku Tokyo 103-8310, Japan
Tel: +81-3-3245-3318 Fax: +81-3-3245-3315
Email: ha...@kubota.co.jp

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

CHOI Junho

unread,
Nov 20, 2001, 8:39:45 PM11/20/01
to
>>>>> "MM" == Munehiro Matsuda <ha...@h4.dion.ne.jp> writes:

MM> From: CHOI Junho <c...@kr.FreeBSD.ORG>
MM> Date: 20 Nov 2001 17:49:47 +0900


>
> Hi,
>
> Due to recent change on pmap.[ch], vmware2 build fails... Can somebody
> fix this?

MM> I don't have patch for it, but you could changed the line in hostif.c,
MM> from:
MM> pt_entry_t pteptr = (pt_entry_t)vtopte(addr);

MM> to:
MM> pt_entry_t *pteptr = vtopte(addr);

MM> to get it compile.

MM> Hope this helps,

That's it. Thanks!

MM> Haro

--
+++ Any opinions in this posting are my own and not those of my employers +++
CHOI Junho [sleeping now] <http://www.kr.FreeBSD.org/~cjh>
[while sleeping] <cjh @ kr.FreeBSD.ORG> <cjh @ FreeBSD.ORG> <cjh @ wdb.co.kr>
Korea FreeBSD Users Group <www.kr.FreeBSD.org> Web Data Bank<www.wdb.co.kr>

0 new messages