lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cannot install on RH8


From: PGA
Subject: Cannot install on RH8
Date: Tue, 22 Feb 2005 16:31:50 +0000
User-agent: KMail/1.4.3

Hi,

I have been trying unsuccessfully to install lilypond on RH8.

1. I cannot use the rpms because RPM has a recursive dependency that cannot be 
resolved. This is the chain of dependency errors I get as I try to install 
the successive packages that are required:

        guile >= 1.6.4-8 is needed by lilypond-2.4.1-1.rh90.ccrma
        libpthread.so.0(GLIBC_2.3.2) is needed by guile-1.6.4-8
        glibc-common = 2.3.2-98 is needed by glibc-2.3.2-98
        glibc < 2.3.2 conflicts with glibc-common-2.3.2-101

I can't uninstall glibc because it is required by too many packages. I can't 
upgrade glibc because I don't have the right version of glibc-common and I 
can't upgrade glibc-common because I don't have the right version of glibc.

2. I tried to install from source. Guile gave me alot of grief until I found a 
post telling me to run configure with the option --prefix=/usr. So I 
successfully installed guile in /usr.

cd to the lilypond source dir, then
# ./configure
# make all
Here are the last few lines from the make script output. It just won't 
compile. Does anyone understand the compiler output?

out/lexer.cc: In member function `virtual int Lily_lexer::yylex()':
out/lexer.cc:4529: cannot convert `std::istream*' to `istream*' in assignment
out/lexer.cc: In member function `void yyFlexLexer::yy_load_buffer_state()':
out/lexer.cc:5052: cannot convert `istream*' to `std::istream*' in assignment
out/lexer.cc: In member function `void
   yyFlexLexer::yy_init_buffer(yy_buffer_state*, std::istream*)':
out/lexer.cc:5103: cannot convert `std::istream*' to `istream*' in assignment
/usr/include/c++/3.2/bits/locale_facets.h: At top level:
out/lexer.cc:3501: warning: `int yy_start_stack_ptr' defined but not used
out/lexer.cc:3502: warning: `int yy_start_stack_depth' defined but not used
out/lexer.cc:3503: warning: `int*yy_start_stack' defined but not used
out/lexer.cc:3505: warning: `void yy_push_state(int)' declared `static' but
   never defined
out/lexer.cc:3508: warning: `void yy_pop_state()' declared `static' but never
   defined
out/lexer.cc:3511: warning: `int yy_top_state()' declared `static' but never
   defined
make[1]: *** [out/lexer.o] Error 1
make[1]: Leaving directory `/home/packages/lilypond-2.4.4/lily'
make: *** [all] Error 2

Thanks,

Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]