[EMAIL PROTECTED] writes:
>   Here's the error.
> make[2]: Leaving directory `/var/usr1/zimage/tmp/lilypond-1.3.136/flower/include'
> make[1]: Leaving directory `/var/usr1/zimage/tmp/lilypond-1.3.136/flower'
> make[1]: Entering directory `/var/usr1/zimage/tmp/lilypond-1.3.136/lily'
> rm -f ./out/kpath.dep; DEPENDENCIES_OUTPUT="./out/kpath.dep ./out/kpath.o" c++ -c  
>-DHAVE_CONFIG_H  -Iinclude -I./out -I.././lib/include -I../lib/./out 
>-I.././flower/include -I../flower/./out -I../flower/include -g     -g   
>-I/usr1/zimage/include -Wall  -W -Wmissing-prototypes -Wconversion  kpath.cc -o 
>out/kpath.o
> kpath.cc:26: version.hh: No such file or directory
> make[1]: *** [out/kpath.o] Error 1
> make[1]: Leaving directory `/var/usr1/zimage/tmp/lilypond-1.3.136/lily'
> make: *** [all] Error 2
> bash$
> 
>   I searched the archive and the only thing I could find find concerning version.hh 
>was a bug in Oct 2000.  lily-guile.cc wasn't in the GNUmakefile.  In this case, 
>kpath.cc is also not in the GNUmakefile, but version.hh does not exist anywhere in 
>the distribution.  Is this a bug, or am I missing something?
> 

you're missing something, version.hh is generated. Add

$(outdir)/kpath.o: $(outdir)/version.hh

to lily/GNUmakefile.

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to