Re: [frogs] Re: Hello all

[ Thread Index | Date Index | More lilynet.net/frogs Archives ]




On 9/2/10 9:49 PM, "panterozo" <ignacio_aaa@xxxxxxxxxxx> wrote:

> 
> 
> Hi again
> 
>    I didn't create a local version of lilypond :s
> 
> 
> When i run ./configure, that show:
> 
> 
> WARNING: Please consider installing optional programs:  /usr/bin/fontforge
>> = 20100501 (installed: 20080429) pngtopnm convert
> 
> See INSTALL.txt for more information on how to build LilyPond
> 
> Type:
>     make all       to build LilyPond
>     make install   to install LilyPond
>     make help      to see all possible targets
> 
> Edit local.make for local Makefile overrides.
> 
> Where i find fontforge >= 20100501 ¿?

For now, don't worry about it.  The problems you are having have nothing to
do with fontforge.

> And when I run make install, the latest lines shows:
> 
> 
> out/lexer.cc: In member function 'void
> yyFlexLexer::yyensure_buffer_stack()':
> out/lexer.cc:5795: warning: conversion to 'int' from 'long unsigned int' may
> alter its value
> rm -f ./out/parser.dep; DEPENDENCIES_OUTPUT="./out/parser.dep
> ./out/parser.o" g++ -c -Woverloaded-virtual  -I/usr/include/python2.6
> -I/usr/include/python2.6 -fno-strict-aliasing  -g -fwrapv
> -DHAVE_CONFIG_H  -DNDEBUG -I./include -I./out -I../flower/include
> -I../flower/./out -I../flower/include  -O2 -finline-functions -g -pipe
> -pthread -I/usr/include/freetype2   -I/usr/include/pango-1.0
> -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -Wno-pmf-conversions  -W -Wall -Wconversion -o out/parser.o out/parser.cc
> out/parser.cc: In function 'int yyparse(void*)':
> out/parser.cc:2447: warning: conversion to 'short int' from 'int' may alter
> its value

None of these warnings are giving you any problem.  They should be fine.


> make[1]: *** No rule to make target `../flower/./out/library.a', needed by
> `out/lilypond'.  Stop.

This is your problem.  It's looking for the file flower/out/library.a, and
can't find it, and doesn't know how to make it.

I currently have a file flower/out/library.a

I have a rule in stepmake/stepmake/executable-rules.make that creates
library.a

Just to see what happens, can you redo your configure without setting
output-prefix?

cd /home/ignacio/lilypond-git

../autogen.sh

../configure  # probably not necessary, but old habits die hard

make

If it doesn't work, report on the errors.

Thanks,

Carl


---
----
Join the Frogs!


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/