[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make errors
From: |
BumbyBear |
Subject: |
make errors |
Date: |
Mon, 9 Apr 2001 23:53:25 +0200 |
configured wiith:
--prefix=/usr --libdir=/lib --with-shared --disable-termcap
make says:
....
}
END {
print "#endif /* NC_DEFINE_H */"
}
: No such file or directory
make[1]: *** [ncurses_def.h] Error 127
make[1]: Leaving directory `/usr/src/n/ncurses-5.2/include'
make: *** [all] Error 2
if I do "make" again it says:
...
END {printf("} /* %d entries */;\n\n", count);}
: No such file or directory
make[1]: *** [parametrized.h] Error 127
make[1]: Leaving directory `/usr/src/n/ncurses-5.2/include'
make: *** [all] Error 2
and if i do make once more, I get this:
...
/^DECLARATIONS/ {start = 1; next;}
{if (start) print $0;}
: No such file or directory
make[1]: *** [../include/nomacros.h] Error 1
make[1]: Leaving directory `/usr/src/n/ncurses-5.2/ncurses'
make: *** [all] Error 2
make again says:
In file included from ../include/ncurses_cfg.h:137,
from ../ncurses/curses.priv.h:52,
from ./tinfo/comp_hash.c:41:
../include/ncurses_def.h:5: unterminated `#if' conditional
make[1]: *** [make_hash] Error 1
make[1]: Leaving directory `/usr/src/n/ncurses-5.2/ncurses'
make: *** [all] Error 2
and make again and again does the same as the last one up there...
Is it me(my computer) or is it ncurses? Please help!
Thanks in advance,
BumbyBear
@home.se
- make errors,
BumbyBear <=