From owner-freebsd-questions Mon Oct 16 02:33:09 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA02501 for questions-outgoing; Mon, 16 Oct 1995 02:33:09 -0700 Received: from hornet.netac.co.za (hornet.netac.co.za [196.3.237.162]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA02477 for ; Mon, 16 Oct 1995 02:32:25 -0700 Received: (from tony@localhost) by hornet.netac.co.za (8.6.11/8.6.9) id LAA14504 for freebsd-questions@freebsd.org; Mon, 16 Oct 1995 11:27:29 +0200 From: Tony Harverson Message-Id: <199510160927.LAA14504@hornet.netac.co.za> Subject: Pcemu To: freebsd-questions@freebsd.org Date: Mon, 16 Oct 1995 11:27:28 +0200 (SAT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 953 Sender: owner-questions@freebsd.org Precedence: bulk Hey there all, I just got hold of a copy of pcemu and am trying to compile it, but keep running up against this probelm: It's looking for a set of X libs Ididn't get off the standard distribution and don't know where to procure. This is the error message in question : xstuff.c:17: X11/Xlib.h: No such file or directory xstuff.c:18: X11/Xutil.h: No such file or directory xstuff.c:19: X11/Xos.h: No such file or directory xstuff.c:20: X11/Xatom.h: No such file or directory xstuff.c:21: X11/keysym.h: No such file or directory In file included from /usr/include/sys/types.h:48, from /usr/include/stdio.h:43, from xstuff.c:22: /usr/include/machine/endian.h:50: warning: `LITTLE_ENDIAN' redefined *Initialization*:1: warning: this is the location of the previous definition *** Error code 1 Stop. The ports makefile says that the little_endian warning is normal. But wtf are these libraries it's moaning about ? Thanks Tony