Re: problem compiling lilypond

2002-06-18 Thread Mats Bengtsson
> Hello, > > I'd appreciate any help you could give with compiling lilypond. I do >``configure'', > and it works. When I do ``make'', I get a bunch of output, ending in the following: > > bison -d parser.yy > parser.yy contains 2 shift/reduce conflicts. > mv parser.yy.tab.h out/parser.hh

problem compiling lilypond

2002-06-18 Thread Ben Crowell
Hello, I'd appreciate any help you could give with compiling lilypond. I do ``configure'', and it works. When I do ``make'', I get a bunch of output, ending in the following: bison -d parser.yy parser.yy contains 2 shift/reduce conflicts. mv parser.yy.tab.h out/parser.hh mv: cannot stat

Re: Problem compiling lilypond 1.5.50

2002-04-16 Thread Pierre
On 2002.04.16 21:24 Han-Wen Nienhuys wrote: > > Can you check if the lilypond binary works? I.e. run > > lily/out/lilypond > Hum, i think no : # ./lily/out-gcc-3.0/lilypond Segmentation fault > -- > > Han-Wen Nienhuys | [EMAIL PROTECTED]| > http://www.cs.uu.nl/~hanwen/ > Pie

Re: Problem compiling lilypond 1.5.50

2002-04-16 Thread Han-Wen Nienhuys
Can you check if the lilypond binary works? I.e. run lily/out/lilypond -- Han-Wen Nienhuys | [EMAIL PROTECTED]| http://www.cs.uu.nl/~hanwen/ ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypon

Re: Problem compiling lilypond 1.5.50

2002-04-16 Thread Pierre
On 2002.04.16 09:58 Mats Bengtsson wrote: > > Now i got this : > > > > root@pierre:/tmp/lilypond-1.5.52/make# patch -p0 < patch patching > file > > lilypond-vars.make > > patch: malformed patch at line 8: $(input-dir)/tricks/ -I > > $(input-dir)/regression/ -I $(input-dir)/test/ -I > > Durin

Re: Problem compiling lilypond 1.5.50

2002-04-16 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Now i got this : > > > > root@pierre:/tmp/lilypond-1.5.52/make# patch -p0 < patch patching file > > lilypond-vars.make > > patch: malformed patch at line 8: $(input-dir)/tricks/ -I > > $(input-dir)/regression/ -I $(input-dir)/test/ -I > > During the mail tran

Re: Problem compiling lilypond 1.5.50

2002-04-16 Thread Mats Bengtsson
> Now i got this : > > root@pierre:/tmp/lilypond-1.5.52/make# patch -p0 < patch patching file > lilypond-vars.make > patch: malformed patch at line 8: $(input-dir)/tricks/ -I > $(input-dir)/regression/ -I $(input-dir)/test/ -I During the mail transfer or when copying the patch an extra ne

Re: Problem compiling lilypond 1.5.50

2002-04-15 Thread Pierre
On 2002.04.15 17:59 Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > > > ... > > > > File not found `feta16list.ly' > > > > > > Strange, this file should have been generated in > > > the directory mf/out/ earlier during the build > > > process, together with the files, feta16.afm, feta16.de

Re: Problem compiling lilypond 1.5.50

2002-04-15 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > ... > > > File not found `feta16list.ly' > > > > Strange, this file should have been generated in > > the directory mf/out/ earlier during the build > > process, together with the files, feta16.afm, feta16.dep, > > feta16.enc, feta16.log, feta16.tex and feta16.tfm,

Re: Problem compiling lilypond 1.5.50

2002-04-15 Thread Pierre
On 2002.04.15 11:25 Mats Bengtsson wrote: > Congratulations, you have successfully built Lilypond. > When you have come this far in the building process, it > just works on producing Info versions of the documentation. > > > /usr/local/bin/python ../.././scripts/lilypond-book.py -I > > /tmp/lilyp

Re: Problem compiling lilypond 1.5.50

2002-04-15 Thread Mats Bengtsson
Congratulations, you have successfully built Lilypond. When you have come this far in the building process, it just works on producing Info versions of the documentation. > /usr/local/bin/python ../.././scripts/lilypond-book.py -I > /tmp/lilypond-1.5.52/Documentation/user -I ./out-gcc-3.0 > -I.

Re: Problem compiling lilypond 1.5.50

2002-04-14 Thread Pierre
On 2002.04.14 23:28 Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > -Wmissing-prototypes -Wconversion -o out/lexer.o out/lexer.cc > > In file included from /usr/include/FlexLexer.h:47, > > from out/lexer.cc:241: > > /usr/local/include/g++-v3/backward/iostream.h:36: using

Re: Problem compiling lilypond 1.5.50

2002-04-14 Thread Pierre
On 2002.04.14 23:28 Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > -Wmissing-prototypes -Wconversion -o out/lexer.o out/lexer.cc > > In file included from /usr/include/FlexLexer.h:47, > > from out/lexer.cc:241: > > /usr/local/include/g++-v3/backward/iostream.h:36: using

Re: Problem compiling lilypond 1.5.50

2002-04-14 Thread Pierre
On 2002.04.14 23:28 Jan Nieuwenhuizen wrote: > Pierre <[EMAIL PROTECTED]> writes: > > > >> lexer.ll: In member function `virtual int My_lily_lexer::yylex()': > >> lexer.ll:502: cannot convert `std::istream*' to `istream*' in > > > > I have the same problem with lilypond-1.5.52 > > It looks like

Re: Problem compiling lilypond 1.5.50

2002-04-14 Thread Jan Nieuwenhuizen
Pierre <[EMAIL PROTECTED]> writes: >> lexer.ll: In member function `virtual int My_lily_lexer::yylex()': >> lexer.ll:502: cannot convert `std::istream*' to `istream*' in > > I have the same problem with lilypond-1.5.52 It looks like you have versions of flex and gcc that don't work together; ie

Re: Problem compiling lilypond 1.5.50

2002-04-14 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > -Wmissing-prototypes -Wconversion -o out/lexer.o out/lexer.cc > In file included from /usr/include/FlexLexer.h:47, > from out/lexer.cc:241: > /usr/local/include/g++-v3/backward/iostream.h:36: using directive > `istream'introduced ambiguous type `

Re: Problem compiling lilypond 1.5.50

2002-04-14 Thread Pierre
On 2002.04.12 16:19 Pierre wrote: > On 2002.04.04 14:06 Pierre wrote: >> Hi, >> >> Now i got a problem during the compilation : >> >> # gmake >> gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C >> buildscripts all && gmake --no-builtin-rules PACKAGE=LILYPOND >> package=lilypond -

Re: Problem compiling lilypond 1.5.50

2002-04-12 Thread Pierre
On 2002.04.04 14:06 Pierre wrote: > Hi, > > Now i got a problem during the compilation : > > # gmake > gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C > buildscripts all && gmake --no-builtin-rules PACKAGE=LILYPOND > package=lilypond -C scripts all && gmake --no-builtin-rules

Problem compiling lilypond 1.5.50

2002-04-04 Thread Pierre
Hi, Now i got a problem during the compilation : # gmake gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C buildscripts all && gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C scripts all && gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C flower all &&