[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OpenBSD 3.3 compilation problem
read carefully the mini-upgrade-faq at openbsd.org
it's there.
tayer
> Hi,
>
> I'm receiving this message compiling OpenBSD 3.3:
>
> cc -O2 -I. -I/usr/src/lib/libcurses -c
> /usr/src/lib/libcurses/tinfo/init_keytry.c -o init_keytry.o
> /usr/src/lib/libcurses/tinfo/init_keytry.c:52: init_keytry.h: No such file
> or
> directory
> *** Error code 1
>
> Stop in /usr/src/lib/libcurses.
> *** Error code 1
>
> Stop in /usr/src/lib.
> *** Error code 1
>
> Stop in /usr/src.
>
>
> I download the sources with this script
>
> export CVSROOT=anoncvs@openbsd.informatik.uni-erlangen.de:/cvs
> export CVS_RSH=/usr/bin/ssh
> cd /usr
> cvs -q get -rOPENBSD_3_3 -P src
>
> and then I just execute 'make'
>
> What's wrong?