Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 1995 23:49:08 +0000 ()
From:      James Raynard <fhackers@parody.tecc.co.uk>
To:        Anthony Hill <ahill@interconnect.com.au>
Cc:        questions@freebsd.org
Subject:   Re: olvwm wont install under 2.1
Message-ID:  <Pine.BSF.3.91.951210233918.1739A-100000@parody.tecc.co.uk>
In-Reply-To: <Pine.BSI.3.91.951210104547.20369B-100000@tulpi.interconnect.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help


On Sun, 10 Dec 1995, Anthony Hill wrote:

> I am having prob.s installing the olvwm port. When making install, it 
> first bombed out complaining about some part of x-view missing - so I 
> installed x-view, and tried again. Now it is bombing out with :-
> 
> cc -m486 -O2   -I/usr/X11R6/include -I.   -I/usr/X11R6/include  
> -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO  -DOW_I18N_L3 -DSHAPE -DREGEXP 
> -c client.c
> client.c:29: olgx/olgx.h: No such file or directory
> In file included from win.h:37,
>                  from client.c:35:
> screen.h:23: olgx/olgx.h: No such file or directory
> *** Error code 1
> 
> Stop.
> 
> Any ideas ?

Yes, it's trying to find the olgx.h file which should have been installed in 
/usr/X11R6/include/olgx as part of the installation for xview. Are you sure
you installed all of xview, ie you need to do

# cd /usr/ports/x11/xview-config
# make install
# cd ../xview-lib
# make install
# cd ../xview-clients
# make install

(xview and olvwm are a bit of a swine to set up, as you are probably
finding out! But it's worth it in the end 8-)

Good luck
James



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