Hello,
I have tried to install 1.3.7 on FreeBSD 3.3-STABLE I have 2 problems :

        - FlexLexer.h are here : /usr/include/g++/FlexLexer.h
        configure don't find it .. A turnaround is to copy
        it in the compile directory :
        cp /usr/include/g++/FlexLexer.h lilypond-1.3.7/lily/include/
        or to remplace 
#include <FlexLexer.h> by #include <g++/FlexLexer.h> in configure.

        - In the ld phase I get :

c++     -o out/lilypond out/afm-reader.o ...
out/lily-guile.o: In function `ly_parse_scm(char const *, int *)':
/users/hpc/Install/Lily/lilypond-1.3.7/lily/lily-guile.cc:77: undefined 
reference to `scm_fill_input'
out/paper-outputter.o: In function `Paper_outputter::dump_onto(Paper_stream 
*)':
/users/hpc/Install/Lily/lilypond-1.3.7/lily/paper-outputter.cc:145: undefined 
reference to `scm_fdes_to_port'
/users/hpc/Install/Lily/lilypond-1.3.7/lily/paper-outputter.cc:164: undefined 
reference to `scm_flush'
/users/hpc/Install/Lily/lilypond-1.3.7/lily/paper-outputter.cc:168: undefined 
reference to `scm_flush'
collect2: ld returned 1 exit status
gmake[1]: *** [out/lilypond] Error 1

        Any idee ?

H-P

Reply via email to