[EMAIL PROTECTED] writes:
> On Tue, Apr 20, 1999 at 12:01:36PM +0200, Han-Wen Nienhuys wrote:
> > Do you have time and space to install egcs? That would work, since we
> > use EGCS 1.1 ourselves.  If not, please reply.  I can investigate into
> > gcc 2.8, but would take me some effort.
> 
> Hello, thanks for your help, but egcs doesn't work.
> 
> I have tried to install 1.1.38, 1.1.39 and 1.1.40. For all the version, I have
> tried with gcc 2.8.1 and egcs-1.1.2.
> configure don't detect gcc nor egcs, and print a warning about FlexLexer.h which
> is not found (but is installed in /usr/include/g++/FlexLexer.h). I attach 
> the error messages issued when I try to compile with make CXX=egcc.

try CXX="egcs -x c++".


> rm -f out/abbrev.dep; DEPENDENCIES_OUTPUT="out/abbrev.dep out/abbrev.o" egcc -c  
>-DHAVE_CONFIG_H  -Iinclude -Iout -I../lib/include -I../lib/out -I../flower/include 
>-I../flower/out -I../lib/include -I../flower/include -g     -g   -Wall -W 
>-Wmissing-prototypes -Wmissing-declarations -Wconversion  abbrev.cc -o out/abbrev.o
> In file included from include/score-element.hh:14,
>                  from include/item.hh:14,
>                  from include/abbrev.hh:13,
>                  from abbrev.cc:10:
> include/protected-scm.hh:13: warning: No include path in which to find guile/gh.h

The include headers for GUILE can not be found, so remove config.cache
and reconfigure. If that doesn't work, figure out where gh.h lives on
your system, and add that to CPPFLAGS, ie.

     CPPFLAGS="-I/usr/myguile/include"


-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to