piano-tuning software

Daniel Hedlund daniel-fKF+LmlhkCtg9hUCZPvPmw at public.gmane.org
Thu Aug 28 15:14:41 UTC 2008


On Thu, Aug 28, 2008 at 10:50 AM, Mr Chris Aitken <chris-n/jUll39koHNgV/OU4+dkA at public.gmane.org>wrote:

> root at cpc:/home/chris/piano-1.1# make install
> source='main.c' object='main.o' libtool=no \
>   depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
>   depmode=gcc3 /bin/bash ./depcomp \
>   gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c `test -f 'main.c' || echo
> './'`main.c
> In file included from main.c:28:
> term.h:25:20: error: curses.h: No such file or directory
> main.c:29:21: error: ncurses.h: No such file or directory
> make: *** [main.o] Error 1
> root at cpc:/home/chris/piano-1.1#


Progress.  However, it appears that you're going to need to install some
more development libraries (possibly a lot) to resolve all the missing
header issues you'll come across during the compile.  For the immediate
header issues mentioned above, try the following:

sudo apt-get install libncurses-dev


Cheers,

Daniel Hedlund
daniel-fKF+LmlhkCtg9hUCZPvPmw at public.gmane.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://gtalug.org/pipermail/legacy/attachments/20080828/5ace8353/attachment.html>


More information about the Legacy mailing list