|
Message-ID: <5ebf0b9a674983b2e87854cd3fea4fec@schoepfer.info> Date: Sat, 24 Apr 2021 13:11:39 +0200 From: musl@...oepfer.info To: musl@...ts.openwall.com Cc: Badli <badli.rashid@...oo.com> Subject: Re: compilation of nano terminated > I am tring to compile nano editor againts musl. But make fails and i > got the following message:- > > --------------------------------------------------------------------- > > lib -I../lib -I/usr/local/musl/include/ncursesw > -I/usr/local/musl/include -I /usr/local/musl/include > -march=silvermont -mtune=silvermont -O2 -pipe -Wall -MT nano.o -MD -MP > -MF .deps/nano.Tpo -c -o nano.o nano.c > In file included from /usr/local/musl/include/sys/vt.h:1, > from nano.c:42: > /usr/local/musl/include/bits/vt.h:1:10: fatal error: linux/vt.h: No > such file or directory linux/vt.h comes from the linux-kernel-headers, which seem missing on your system. Johannes
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.