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
newline has appeared in the patch. The easiest is actually
to edit the file make/lilypond-vars.make manually, just replace
the mf/out at the end of line 40 with mf/$(outdir)

  /Mats



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 transfer or when copying the patch an extra
 newline has appeared in the patch. The easiest is actually
 to edit the file make/lilypond-vars.make manually, just replace
 the mf/out at the end of line 40 with mf/$(outdir)

-- 

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


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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/lilypond-user



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/
 


Pierre.

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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../.././input -I ../.././input/tricks/ -I ../.././input/regression/ 
 -I ../.././input/test/ -I ../.././input/tutorial/ -I 
 /tmp/lilypond-1.5.52/mf/out --dependencies --outdir=./out-gcc-3.0 
 --format=texi --no-lily  lilypond.tely
 ...
 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, among
others. If you can't find these files, try 
make -C mf clean
make -C mf
If you still don't get any mf/out/feta* files, send us 
a log of the 'make -C mf'.

  /Mats



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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/lilypond-1.5.52/Documentation/user -I ./out-gcc-3.0
  -I../.././input -I ../.././input/tricks/ -I
 ../.././input/regression/
  -I ../.././input/test/ -I ../.././input/tutorial/ -I
  /tmp/lilypond-1.5.52/mf/out --dependencies --outdir=./out-gcc-3.0
  --format=texi --no-lily  lilypond.tely
  ...
  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, among
 others.

In fact it's there :

root@pierre:/tmp/lilypond-1.5.52# find . -name feta16list.ly
./mf/out-gcc-3.0/feta16list.ly


 If you can't find these files, try
 make -C mf clean
 make -C mf
 If you still don't get any mf/out/feta* files, send us
 a log of the 'make -C mf'.
 
   /Mats
 

Pierre.

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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, among
  others.
 
 In fact it's there :
 
 root@pierre:/tmp/lilypond-1.5.52# find . -name feta16list.ly
 ./mf/out-gcc-3.0/feta16list.ly

Try this (and the website will still not build). Notice that the bug
you reported was in building the doco ; you should have a working
lilypond executable already.



--- lilypond-vars.make.~1.26.~  Mon Mar 18 01:11:27 2002
+++ lilypond-vars.make  Mon Apr 15 17:56:38 2002
@@ -37,7 +37,7 @@
 CONVERT_LY = $(script-dir)/convert-ly.py
 LILYPOND = $(depth)/$(builddir)/lily/$(outconfbase)/lilypond
 LILYPOND_BOOK = $(script-dir)/lilypond-book.py
-LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I 
$(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/ -I 
$(input-dir)/tutorial/ -I $(topdir)/mf/out
+LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I 
+$(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/ -I 
+$(input-dir)/tutorial/ -I $(topdir)/mf/out -I $(topdir)/mf/$(outdir)/
 LY2DVI = $(script-dir)/ly2dvi.py
 LYS_TO_TELY = $(buildscript-dir)/lys-to-tely.py
 PS_TO_GIFS = $(buildscript-dir)/ps-to-gifs.sh


-- 

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


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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.dep,
   feta16.enc, feta16.log, feta16.tex and feta16.tfm, among
   others.
 
  In fact it's there :
 
  root@pierre:/tmp/lilypond-1.5.52# find . -name feta16list.ly
  ./mf/out-gcc-3.0/feta16list.ly
 
 Try this (and the website will still not build). Notice that the bug
 you reported was in building the doco ; you should have a working
 lilypond executable already.
 
 
 
 --- lilypond-vars.make.~1.26.~Mon Mar 18 01:11:27 2002
 +++ lilypond-vars.makeMon Apr 15 17:56:38 2002
 @@ -37,7 +37,7 @@
  CONVERT_LY = $(script-dir)/convert-ly.py
  LILYPOND = $(depth)/$(builddir)/lily/$(outconfbase)/lilypond
  LILYPOND_BOOK = $(script-dir)/lilypond-book.py
 -LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I
 $(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/
 -I $(input-dir)/tutorial/ -I $(topdir)/mf/out
 +LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I
 $(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/
 -I $(input-dir)/tutorial/ -I $(topdir)/mf/out -I
 $(topdir)/mf/$(outdir)/
  LY2DVI = $(script-dir)/ly2dvi.py
  LYS_TO_TELY = $(buildscript-dir)/lys-to-tely.py
  PS_TO_GIFS = $(buildscript-dir)/ps-to-gifs.sh
 

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




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

Pierre.

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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, upgrade flex or downgrade gcc.  What versions do you
use?

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 `istream'

check out the INSTALL instruction where it says GCC 3.0

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


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 you have versions of flex and gcc that don't work
 together; ie, upgrade flex or downgrade gcc.  What versions do you
 use?
 
 Jan.

I have flex 2.5.4a and gcc 3.0.4

 --
 Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music
 typesetter
 http://www.xs4all.nl/~jantien   | http://www.lilypond.org
 

Regards,

Pierre.

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 directive
  `istream'introduced ambiguous type `istream'
 
 check out the INSTALL instruction where it says GCC 3.0

Ok i'm sorry, thank you.
Is it a bug from flex ?

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

Pierre.

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 directive
  `istream'introduced ambiguous type `istream'
 
 check out the INSTALL instruction where it says GCC 3.0

I followed these instructions and now i got :

# gmake conf=gcc-3.0
[...]
gmake[1]: Entering directory `/tmp/lilypond-1.5.52/Documentation'
gmake PACKAGE=LILYPOND package=lilypond -C user all   gmake 
PACKAGE=LILYPOND package=lilypond -C bibliography all   gmake 
PACKAGE=LILYPOND package=lilypond -C pictures all   gmake 
PACKAGE=LILYPOND package=lilypond -C topdocs all   gmake 
PACKAGE=LILYPOND package=lilypond -C misc all   gmake 
PACKAGE=LILYPOND package=lilypond -C windows all  true
gmake[2]: Entering directory `/tmp/lilypond-1.5.52/Documentation/user'
rm -f out-gcc-3.0/lilypond.nexi
/usr/local/bin/python ../.././scripts/lilypond-book.py -I 
/tmp/lilypond-1.5.52/Documentation/user -I ./out-gcc-3.0 
-I../.././input -I ../.././input/tricks/ -I ../.././input/regression/ 
-I ../.././input/test/ -I ../.././input/tutorial/ -I 
/tmp/lilypond-1.5.52/mf/out --dependencies --outdir=./out-gcc-3.0 
--format=texi --no-lily  lilypond.tely
lilypond-book (GNU LilyPond) 1.5.18
extra_mem_top=100
extra_mem_bottom=100
pool_size=25
Reading `/tmp/lilypond-1.5.52/Documentation/user/lilypond.tely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/dedication.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/macros.itexi'
Reading `/tmp/lilypond-1.5.52/Documentation/user/preface.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/tutorial.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/refman.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/internals.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/invoking.itexi'
Reading `/tmp/lilypond-1.5.52/Documentation/user/bugs.itexi'
Reading `/tmp/lilypond-1.5.52/Documentation/user/ly2dvi.itexi'
Reading `/tmp/lilypond-1.5.52/Documentation/user/convert-ly.itexi'
Reading `/tmp/lilypond-1.5.52/Documentation/user/lilypond-book.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/converters.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/literature.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/appendices.itely'
Reading `/tmp/lilypond-1.5.52/Documentation/user/fdl.itexi'
Reading `../.././input/tutorial/os-score.ly'
Reading `../.././input/tutorial/os-flute-2.ly'
Reading `../.././input/tutorial/sammartini.ly'
File not found `feta16list.ly'

   Exiting ... 
Traceback (most recent call last):
   File ../.././scripts/lilypond-book.py, line 1376, in ?
 do_file(input_filename)
   File ../.././scripts/lilypond-book.py, line 1281, in do_file
 chunks = chop_chunks(chunks, 'lilypond-file', make_lilypond_file, 
1)
   File ../.././scripts/lilypond-book.py, line 850, in chop_chunks
 newchunks = newchunks + func(m)
   File ../.././scripts/lilypond-book.py, line 811, in 
make_lilypond_file
 (content, nm) = find_file(m.group('filename'))
   File ../.././scripts/lilypond-book.py, line 768, in find_file
 error (File not found `%s'\n % name)
   File ../.././scripts/lilypond-book.py, line 565, in error
 raise 'Exiting.'
Exiting.
gmake[2]: *** [out-gcc-3.0/lilypond.nexi] Error 1
gmake[2]: Leaving directory `/tmp/lilypond-1.5.52/Documentation/user'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/tmp/lilypond-1.5.52/Documentation'
gmake: *** [all] Error 2



It would be great if you could help me with this !

Best regards,

Pierre.

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 
 PACKAGE=LILYPOND package=lilypond -C flower all   gmake 
 --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C lily all   
 gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C mf all 
   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ly 
 all   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
 tex all   gmake --no-builtin-rules PACKAGE=LILYPOND 
 package=lilypond -C ps all   gmake --no-builtin-rules 
 PACKAGE=LILYPOND package=lilypond -C scm all   gmake 
 --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C python all 
   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C po 
 all   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
 make all   gmake --no-builtin-rules PACKAGE=LILYPOND 
 package=lilypond -C intl all   gmake --no-builtin-rules 
 PACKAGE=LILYPOND package=lilypond -C debian all   gmake 
 --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ./stepmake 
 all   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
 Documentation all   gmake --no-builtin-rules PACKAGE=LILYPOND 
 package=lilypond -C input all   gmake --no-builtin-rules 
 PACKAGE=LILYPOND package=lilypond -C mutopia all   gmake 
 --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ports all  
 true
 gmake[1]: Entering directory `/tmp/lilypond-1.5.50/buildscripts'
 true
 gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/buildscripts'
 gmake[1]: Entering directory `/tmp/lilypond-1.5.50/scripts'
 true
 true
 gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/scripts'
 gmake[1]: Entering directory `/tmp/lilypond-1.5.50/flower'
 gmake PACKAGE=LILYPOND package=lilypond -C include all  true
 gmake[2]: Entering directory `/tmp/lilypond-1.5.50/flower/include'
 true
 gmake[2]: Leaving directory `/tmp/lilypond-1.5.50/flower/include'
 gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/flower'
 gmake[1]: Entering directory `/tmp/lilypond-1.5.50/lily'
 rm -f ./out/kpath.dep; DEPENDENCIES_OUTPUT=./out/kpath.dep 
 ./out/kpath.o c++ -c  -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED 
 -Iinclude -I./out -I.././lib/include -I../lib/./out 
 -I.././flower/include -I../flower/./out -I../flower/include -O3 
 -march=i686 -O2 -finline-functions -g -O3 -march=i686 
 -I/usr/share/texmf/include -O2 -finline-functions -g   
 -I/usr/local/include -Wall  -W -Wmissing-prototypes -Wconversion  -o 
 out/kpath.o kpath.cc
 kpath.cc: In function `String ly_find_afm(const char*)':
 kpath.cc:36: `kpse_afm_format' undeclared (first use this function)
 kpath.cc:36: (Each undeclared identifier is reported only once for 
 eachfunction it appears in.)
 kpath.cc:36: `kpse_find_file' undeclared (first use this function)
 kpath.cc: In function `String ly_find_tfm(const char*)':
 kpath.cc:62: `kpse_tfm_format' undeclared (first use this function)
 kpath.cc: In function `void ly_init_kpath(char*)':
 kpath.cc:77: warning: unused parameter `char*av0'
 gmake[1]: *** [out/kpath.o] Error 1
 gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/lily'
 gmake: *** [all] Error 2
 

Now that kpathsea.h is correctly detected, i don't have this error 
anymore
compiling lilypond 1.5.51.
But i got another one :

[...]
gmake[1]: Entering directory `/tmp/lilypond-1.5.51/lily'
rm -f ./out/lexer.dep; DEPENDENCIES_OUTPUT=./out/lexer.dep 
./out/lexer.o c++ -c  -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED 
-Iinclude -I./out -I.././lib/include -I../lib/./out 
-I.././flower/include -I../flower/./out -I../flower/include -O3 
-march=i686 -I/usr/share/texmf/include -O2 -finline-functions -g 
-O3 -march=i686 -O2 -finline-functions -g -O3 -march=i686 
-I/usr/share/texmf/include  -I/usr/local/include -Wall  -W 
-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 `istream'
lexer.ll: In member function `virtual int My_lily_lexer::yylex()':
lexer.ll:502: cannot convert `std::istream*' to `istream*' in assignment
lexer.ll: In member function `void yyFlexLexer::yy_load_buffer_state()':
lexer.ll:1025: cannot convert `istream*' to `std::istream*' in 
assignment
lexer.ll: In member function `void
yyFlexLexer::yy_init_buffer(yy_buffer_state*, std::istream*)':
lexer.ll:1076: cannot convert `std::istream*' to `istream*' in 
assignment
/usr/local/include/g++-v3/bits/locale_facets.tcc: At top level:
lexer.ll:124: warning: `int yy_start_stack_ptr' defined but not used
lexer.ll:125: warning: `int yy_start_stack_depth' defined but not used
lexer.ll:126: warning: `int*yy_start_stack' defined but not used
lexer.ll:128: warning: `void yy_push_state(int)' 

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   gmake 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C lily all   
gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C mf all 
  gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C ly 
all   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
tex all   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond 
-C ps all   gmake --no-builtin-rules PACKAGE=LILYPOND 
package=lilypond -C scm all   gmake --no-builtin-rules 
PACKAGE=LILYPOND package=lilypond -C python all   gmake 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C po all   
gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C make all 
  gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C intl 
all   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
debian all   gmake --no-builtin-rules PACKAGE=LILYPOND 
package=lilypond -C ./stepmake all   gmake --no-builtin-rules 
PACKAGE=LILYPOND package=lilypond -C Documentation all   gmake 
--no-builtin-rules PACKAGE=LILYPOND package=lilypond -C input all   
gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C mutopia 
all   gmake --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C 
ports all  true
gmake[1]: Entering directory `/tmp/lilypond-1.5.50/buildscripts'
true
gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/buildscripts'
gmake[1]: Entering directory `/tmp/lilypond-1.5.50/scripts'
true
true
gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/scripts'
gmake[1]: Entering directory `/tmp/lilypond-1.5.50/flower'
gmake PACKAGE=LILYPOND package=lilypond -C include all  true
gmake[2]: Entering directory `/tmp/lilypond-1.5.50/flower/include'
true
gmake[2]: Leaving directory `/tmp/lilypond-1.5.50/flower/include'
gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/flower'
gmake[1]: Entering directory `/tmp/lilypond-1.5.50/lily'
rm -f ./out/kpath.dep; DEPENDENCIES_OUTPUT=./out/kpath.dep 
./out/kpath.o c++ -c  -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED 
-Iinclude -I./out -I.././lib/include -I../lib/./out 
-I.././flower/include -I../flower/./out -I../flower/include -O3 
-march=i686 -O2 -finline-functions -g -O3 -march=i686 
-I/usr/share/texmf/include -O2 -finline-functions -g   
-I/usr/local/include -Wall  -W -Wmissing-prototypes -Wconversion  -o 
out/kpath.o kpath.cc
kpath.cc: In function `String ly_find_afm(const char*)':
kpath.cc:36: `kpse_afm_format' undeclared (first use this function)
kpath.cc:36: (Each undeclared identifier is reported only once for 
eachfunction it appears in.)
kpath.cc:36: `kpse_find_file' undeclared (first use this function)
kpath.cc: In function `String ly_find_tfm(const char*)':
kpath.cc:62: `kpse_tfm_format' undeclared (first use this function)
kpath.cc: In function `void ly_init_kpath(char*)':
kpath.cc:77: warning: unused parameter `char*av0'
gmake[1]: *** [out/kpath.o] Error 1
gmake[1]: Leaving directory `/tmp/lilypond-1.5.50/lily'
gmake: *** [all] Error 2




It would be great if you could help me with this !

Best regards,

Pierre.

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user