Re: Compile Troubles

2001-11-04 Thread Laura Conrad
> "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: >> Or we could try installing ht://dig on lilypond.org -- but I'm not >> sure what that would involve. Han-Wen> Now I know. Han-Wen> See Han-Wen>http://blauw.xs4all.nl/htdig/ Yes, that's what I was thinki

Re: Compile Troubles

2001-11-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > One thing I sometimes wish we had was a search of the complete > > documentation. I know google indexes it all, but when I go to the > > documentation page and look at the table of contents and the index and > > don't see anything that's clearly relevant, sometimes I

Re: Compile Troubles

2001-11-04 Thread Mats Bengtsson
> > "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: > > Jan> Any tips on how to avoid this (apart from searchable mailarchives...)? > > One thing I sometimes wish we had was a search of the complete > documentation. I know google indexes it all, but when I go to the > documentati

Re: Compile Troubles

2001-11-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Jan> Any tips on how to avoid this (apart from searchable mailarchives...)? > > One thing I sometimes wish we had was a search of the complete > documentation. I know google indexes it all, but when I go to the > documentation page and look at the table of content

Re: Compile Troubles

2001-11-04 Thread Laura Conrad
> "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: Jan> Any tips on how to avoid this (apart from searchable mailarchives...)? One thing I sometimes wish we had was a search of the complete documentation. I know google indexes it all, but when I go to the documentation page and lo

Re: Compile Troubles

2001-11-04 Thread Jan Nieuwenhuizen
Alan McConnell <[EMAIL PROTECTED]> writes: > lexer.ll:132: warning: `int yy_top_state()' declared `static' but never defined > make[1]: *** [out/lexer.o] Error 1 > rm out/lexer.cc > > I am running Debian Woody, gcc 3.0, and GNU make, version 3.79.1. > > Has anyone else had trouble with this bui

Re: Compile Troubles

2001-11-04 Thread Bob Schmertz
On Sun, 4 Nov 2001, Alan McConnell wrote: >end. Here are the last few lines of the stdout of make: > >(start) >lexer.ll: In member function `virtual int My_lily_lexer::yylex()': >lexer.ll:486: cannot convert `std::istream*' to `istream*' in assignment >lexer.ll: In me

Compile Troubles

2001-11-04 Thread Alan McConnell
Greetings! I posted yesterday about problems with "guile-config" but they are now resolved. I was able to get guile downloaded, built and installed. Now I've had a build of Lilypond 1.4.8 going, but it just came to an end. Here are the last few lines of the stdout of make: (start)-