Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 1996 01:26:02 -0800 (PST)
From:      obrien@cs.ucdavis.edu (David E. O'Brien)
To:        snorthcutt@1stresource.com (Scott Northcutt)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: X and xterm questions
Message-ID:  <9601050926.AA06619@toadflax.cs.ucdavis.edu>
In-Reply-To: <199601042013.PAA07032@nameserver.1stresource.com> from "Scott Northcutt" at Jan 4, 96 01:57:21 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 1) I recently ftp'd the xv-3.10a .tgz file, decompressed it, and type make.
> it cruised along fine for a while and then died while trying to find
> /X11/Xlib.h and a few other similar header-type files.  My question is, how
> do I acquire those needed files?  My /usr/X11R6 directory has bin, man, lib,
> and include directories in it.  Am I missing a source directory or something?  

Sounds like you are trying to compile XV straight from the box.  Will not
work.  You want to start with the FreeBSD XV portball.

With FreeBSD CDROM installed (see handbook section 2.3.1):

    mkdir /usr/ports
    /usr/X11R6/bin/lndir  <cdrom_mount_point>/ports  /usr/ports
    cp xv-3.10a.tar.gz  /usr/ports/diskfile
    cd /usr/ports/graphics/xv
    make install

    (note that the source for the dependant libraries (jpeg and tiff) are
    on the cdrom already)

Without FreeBSD CDROM:

    mkdir -p /usr/ports/distfiles
    mkdir /usr/ports/graphics
    ftp the portballs for xv, tiff, jpeg from ftp.freebsd.org and untar
    them in /usr/ports/graphics.

    Read the Makefile's for each of these to see where to aquire the
    original source.  Put the original source to xv,tiff,jpeg in
    /usr/ports/distfiles.

    cd /usr/ports/graphics/xv
    make install



I installed XV last week using this procedure with NO problems what so
ever.  Works great.

-- David   (obrien@cs.ucdavis.edu)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9601050926.AA06619>