Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 1998 19:27:11 +0000
From:      Черный Сергей Иванович <serg@relay.dtcom.dp.ua>
To:        corellg <corellg@msw0.attnet.or.jp>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: xforms
Message-ID:  <3640AA8F.41C67EA6@relay.dtcom.dp.ua>
References:  <Pine.BSF.3.96.981104204533.256C-100000@benny.msw0.attnet.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
corellg wrote:
> 
> Sirs:
> I need help! I _don't_ subscribe to questions at this time however.
> my problem is compiling xforms. I get about 6 errors that indicate
> the compile process doesn't know where some of the include files. I have
> looked and looked, tried and tried but can't get off the ground. I think
> it is something i'll say "peculiar" to Freebsd ( I've tried with the same
> results with installations on 2.2.1 and 2.2.5  with xforms 0.8x ) not
> meaning there's anything wrong with FBSD, just peculiar to it. that and
> I'm ust plain un-educated. is there a "setenv" i need to put in? I've put
> these .h files everywhere I can think of but the compile process doesn't
> find them. the following are the errors I get regardless of the program I
> write. The following is in /home/corellg/forms
> 
> corellg@benny: {2} make gbc
> cc -O  gbc.c  -o gbc
> In file included from gbc.c:3:
> forms.h:837: X11/Xlib.h: No such file or directory
> forms.h:838: X11/Xutil.h: No such file or directory
> forms.h:839: X11/Xatom.h: No such file or directory
> forms.h:840: X11/keysym.h: No such file or directory
> forms.h:841: X11/Xresource.h: No such file or directory
> forms.h:1917: X11/cursorfont.h: No such file or directory
> *** Error code 1
> 
> Stop.
> 

	See in your Makefile and add options -I/usr/X11R6/include  in $INCLUDE
PATH .

> corellg@benny: {3} ls -CF
> X11/            Xutil.h         forms.h         gbc_cb.c        yesno*
> Xatom.h         cursorfont.h    gbc.c           gbc_main.c
> Xlib.h          errors          gbc.fd          keysym.h
> Xresource.h     formlog         gbc.h           keysymdef.h
> 
> As I've indicated I do not subscribe to "questions" so PLEASE someone
>                      HELP!
>     :)
> 
> ---
> Gary B. Corell                          Powered by FreeBSD   2.2.1
> corellg@msw0.attnet.or.jp               corellg@polarnet.com
> http://www.ptialaska.net/~corellg       corellg@wpgate.misawa.af.mil
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

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?3640AA8F.41C67EA6>