Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 1997 00:48:44 +0100
From:      j@uriah.heep.sax.de (J Wunsch)
To:        Shimon@i-Connect.Net (Simon Shapiro)
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: More fun with 2.2 compiles
Message-ID:  <Mutt.19970225004844.j@uriah.heep.sax.de>
In-Reply-To: <XFMail.970224125125.Shimon@i-Connect.Net>; from Simon Shapiro on Feb 17, 1997 14:34:45 -0800
References:  <XFMail.970224125125.Shimon@i-Connect.Net>

next in thread | previous in thread | raw e-mail | index | archive | help
As Simon Shapiro wrote:

> ===> gnu/usr.bin/perl/x2p
> cc -O -I/usr/src/gnu/usr.bin/perl/x2p/../perl   -c a2p.c
> In file included from /usr/src/gnu/usr.bin/perl/x2p/a2py.c:34,
>                  from /usr/src/gnu/usr.bin/perl/x2p/a2p.y:409:
> /usr/src/gnu/usr.bin/perl/x2p/util.h:54: conflicting types for `setenv'
> /usr/include/stdlib.h:118: previous declaration of `setenv'

You're not watching your commit messages close enough. :-)

Already fixed.

> cd /usr/src/gnu/usr.bin/perl/x2p
> cvs co -r RELENG_2_2 util.h
> 
> And Got:
> 
> cvs checkout: cannot find module `util.h' - ignored

cvs update -r RELENG_2_2 util.h

For cvs checkout, you can only either specify module names, or full
path names in the repository.  Both is not what you want here
(although you could use the full path together with ``-d .'')

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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