Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 1998 14:11:20 -0700 (PDT)
From:      Woody Carey <wcarey@cs.uoregon.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   gtk+-1.0.5 configure script error - how to fix ?
Message-ID:  <Pine.GSO.4.02.9809111401260.17481-100000@ix.cs.uoregon.edu>

next in thread | raw e-mail | index | archive | help
This is on FreeBSD 2.2.5-Release from WC, 
When I run ./configure in the gtk+-1.0.5 dir in my home dir as me, not
root, I get :
[snipped for sanity]
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for X... no
configure: error: 
*** X libraries or include files not found. Check 'config.log' for 
*** more details.

tail config.log gives :
[snipped]
configure:1787: checking how to run the C preprocessor
configure:1808: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1852: checking for X
configure:1919: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1915: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 1914 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:1995: gcc -o conftest -g -O2 -DGTK_NO_CHECK_CASTS -Wall
-DUSE_XIM   conftes
t.c -lXt  1>&5
configure: In function `main':
configure:1991: warning: implicit declaration of function `XtMalloc'
ld: -lXt: no match
configure: failed program was:
#line 1988 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }

So, my question is:  Where do I get the 'Xt' lib and headers?
Will installing the XFree86-3.3.2 source [which is where?] do it? 
The web documentation on XFree68-contrib is 'bla'. 
TIA [please reply to both me and -questions, I am not subbed]

--------------------------------------------------------------------
Woody Carey              wcarey@cs.uoregon.edu          541.346.75xx       

Lazlo's Chinese Relativity Axiom:
	No matter how great your triumphs or how tragic your defeats --
	approximately one billion Chinese couldn't care less.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.02.9809111401260.17481-100000>