From owner-freebsd-virtualization@freebsd.org Sat Feb 20 19:38:24 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 639D7AAE2E8 for ; Sat, 20 Feb 2016 19:38:24 +0000 (UTC) (envelope-from abhijit.taware@coriolis.co.in) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32B3FD01 for ; Sat, 20 Feb 2016 19:38:23 +0000 (UTC) (envelope-from abhijit.taware@coriolis.co.in) Received: by mail-oi0-x236.google.com with SMTP id m82so32892130oif.1 for ; Sat, 20 Feb 2016 11:38:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coriolis-co-in.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Pa5hkwl2AHu1roplZ64wnJi79P0IpAjinTjQDjLoHYQ=; b=QOhCTBIETrwgG2bT3WTZIWqlbVulk6IaJez2LJM6Aalw/K89AtPZGdsS0RkySsgYMa WJJEmcvPXL+Aa6an/X/rLg0AAQOik1rswxNKvE0p4b1CCN6ndgdvnw5egAUcFjyC5y6I uiUNs4XpWaeDJnmoDAx57ljG5hchKbZaJvm31x+tdZjStckBp4e36GNrOZzlnSJXIsvl Tls0H29PO5tou3U35Fob1oJ1hSDu+YUJYbVmUU+Rrb5yOkWnZMe4aRbS7QaqA6QAR+Jh wnF5T/X/TQUzpim2PnXsRtP7OLxqxNdCixxFCgMSlzd2//RgRs5fQLLt/4Bq5s+Zw5vi nTDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Pa5hkwl2AHu1roplZ64wnJi79P0IpAjinTjQDjLoHYQ=; b=VzOIhxKXdjE+NTJpM0P2wUjXdDNNifv87NBbvePxXCMbwQz6QKgZxaTmUTz5YI6g7e nh5MZEXE3J2rWt05hyIFtVfJhFLpFA1V8bXLJqFomltNsw3OOlghnxC6pmOcQuyrLPOM Mg/sV9tWG/J/PYZ4pQdo1J+awi87Z5VEa15pDCsOyfAjkxqaKxFSEYzOjJL6rEDBRoXQ A79IlKX7sxaGYdi3G94NlHU7E60A32RSskJYq9/B1loCj7HP2/QNnqGkVbM7TZ0g6maS 36Bn447sWuUm5+Rq/dU5TJVJhegSeAML9cryI3WFKRIcWtoH5UFfeRkqjOKNtXXbIcmr eYWg== X-Gm-Message-State: AG10YOTNB98eebk64Ej9jySIcHcO4Hn0IG/YBT7qmoLWCwHROJzE2kGvyjkWMdFdTkCgRj21x4yxN3YXrpFsTA== MIME-Version: 1.0 X-Received: by 10.202.181.11 with SMTP id e11mr16530293oif.77.1455997102866; Sat, 20 Feb 2016 11:38:22 -0800 (PST) Received: by 10.60.128.197 with HTTP; Sat, 20 Feb 2016 11:38:22 -0800 (PST) In-Reply-To: References: Date: Sun, 21 Feb 2016 01:08:22 +0530 Message-ID: Subject: Re: [BHyVE] bhyverun.c:818:16: error: use of undeclared identifier 'VM_MEM_F_WIRED From: Abhijit Taware To: Marcel Moolenaar Cc: freebsd-virtualization@freebsd.org, Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 19:38:24 -0000 It compiles cleanly on FreeBSD-Current I was also able to run one VM with compiled binaries. The Makefile don't have install target, so I have to copy it manually and it worked. Thanks a lot for quick help Marcel. Abhijit. On Sat, Feb 20, 2016 at 10:00 PM, Marcel Moolenaar wrote: > > On Feb 20, 2016, at 12:49 AM, Abhijit Taware < > abhijit.taware@coriolis.co.in> wrote: > > Hi , > > I am getting error mentioned in subject while compiling the bhyve repo > mentioned below > https://github.com/xcllnt/libvdsk > > > It=E2=80=99s probably best to compile on FreeBSD-current. > HTH, > > -- > Marcel Moolenaar > marcel@xcllnt.net > > > >