From owner-freebsd-questions@FreeBSD.ORG Mon Jun 28 23:10:04 2004 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 F260A16A4CE for ; Mon, 28 Jun 2004 23:10:03 +0000 (GMT) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA5743D3F for ; Mon, 28 Jun 2004 23:10:03 +0000 (GMT) (envelope-from peo@intersonic.se) Message-ID: <40E0A542.4050209@intersonic.se> Date: Tue, 29 Jun 2004 01:09:54 +0200 From: "Per olof Ljungmark" Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040417 X-Accept-Language: en-us, en, sv MIME-Version: 1.0 To: Per olof Ljungmark References: <40E098CB.8090201@intersonic.se> In-Reply-To: <40E098CB.8090201@intersonic.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: openoffice configure error on -current - more info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 23:10:04 -0000 Per olof Ljungmark wrote: > FreeBSD 5.2-CURRENT #0: Mon Jun 28 19:38:50 CEST 2004, cvsup late June > 27th. > > Build of Openoffice-1.1 stops at: > checking for XShmCreateImage in -lXext... yes > checking for X11/extensions/XShm.h... yes > checking for XieFloGeometry in -lXIE... no > checking for X11/extensions/XIElib.h... no > configure: error: Could not compile basic X program. > ===> Script "configure" failed unexpectedly. > > There is no XIElib.h on this system, should there be? Last section of /usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla/config.log reads configure:7423: checking for XieFloGeometry in -lXIE configure:7442: gcc32 -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXIE -lX11 -lXext -lm 1>&5 /usr/bin/ld: cannot find -lXIE collect2: ld returned 1 exit status configure: failed program was: #line 7431 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XieFloGeometry(); int main() { XieFloGeometry() ; return 0; } configure:7464: checking for X11/extensions/XIElib.h configure:7474: gcc32 -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7527: gcc32 -c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 In file included from /usr/X11R6/include/X11/Xlib.h:51, from configure:7514: /usr/local/lib/gcc-lib/i386-portbld-freebsd5.2.1/3.2.3/include/sys/types.h:251: syntax error before "udev_t" configure: failed program was: #line 7511 "configure" #include "confdefs.h" #include #include int main() { Display *dpy = 0; if ((dpy = XOpenDisplay(NULL)) == NULL) { fprintf(stderr, ": can't open %s\en", XDisplayName(NULL)); exit(1); } ; return 0; }