Date: Tue, 18 Jun 2002 20:21:18 -0700 (PDT) From: Rajat Datta <rdatta@austin.rr.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39494: Bochs compile problem in main.cc Message-ID: <200206190321.g5J3LIqZ070392@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 39494 >Category: ports >Synopsis: Bochs compile problem in main.cc >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 18 20:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Rajat Datta >Release: 4.6-RC #0 >Organization: >Environment: FreeBSD tiramisu 4.6-RC FreeBSD 4.6-RC #0: Fri Jun 14 22:28:51 CDT 2002 root@tiramisu:/mnt/alt/obj/mnt/alt/src/sys/RAJAT i386 >Description: When compiling Bochs with "make WITH_BOCHS_CPU_LEVEL=6 WITH_BOCHS_X86_DEBUGGER=yes install" I encounter the following error: main.cc: In function `int bx_init_hardware()': main.cc:1177: `i' undeclared (first use this function) >How-To-Repeat: >Fix: 1177c1177 < BX_CPU(0)->local_apic.set_id (0); --- > BX_CPU(0)->local_apic.set_id (i); This is all right, since we have chosen only one CPU. >Release-Note: >Audit-Trail: >Unformatted: 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?200206190321.g5J3LIqZ070392>