From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 21:06:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE97816A4B3 for ; Thu, 2 Oct 2003 21:06:53 -0700 (PDT) Received: from orngca-mls03.socal.rr.com (mls03.hawaii.rr.com [66.75.160.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212B043FBD for ; Thu, 2 Oct 2003 21:06:53 -0700 (PDT) (envelope-from lcao@san.rr.com) Received: from melchior (dt092n54.san.rr.com [204.210.48.84]) h9346qi13698 for ; Thu, 2 Oct 2003 21:06:52 -0700 (PDT) From: long cao To: freebsd-questions@freebsd.org Date: Thu, 2 Oct 2003 21:06:51 -0700 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310022106.51575.lcao@san.rr.com> Subject: problems compiling xfree86-4-client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lcao@san.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 04:06:53 -0000 X-List-Received-Date: Fri, 03 Oct 2003 04:06:53 -0000 hello, is anyone having a problem compiling xfree86-4-client under 5.1-current? the compile loops inifinitely barfing out the following: In file included from /usr/include/sys/types.h:45, from /usr/X11R6/include/X11/Xlib.h:51, from /usr/X11R6/include/X11/Intrinsic.h:56, from /usr/X11R6/include/X11/IntrinsicP.h:53, from ptyx.h:69, from data.c:58: /usr/include/sys/cdefs.h:173:51: warning: "__STDC_VERSION__" is not defined /usr/include/sys/cdefs.h:184:5: warning: "__STDC_VERSION__" is not defined /usr/include/sys/cdefs.h:372:5: warning: "_POSIX_C_SOURCE" is not defined /usr/include/sys/cdefs.h:378:5: warning: "_POSIX_C_SOURCE" is not defined cc -O -pipe -mcpu=pentiumpro -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/ports/x11/XFree86-4-clients/work/xc -I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I. -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DPROJECTROOT=/usr/X11R6 -c doublechr.c any help and pointers would be appreciated. --