Re: Compiling lilypond in emacs etc

2019-01-25 Thread David Kastrup
Andrew Bernard writes: > What is the best way to add flags and options to the lilypond compile > command in the emacs lilypond mode? I use M-x compile RET for that. > Also, regarding the failure to widen the buffer after the narrowing > that takes place in certain cases, I see in the archives t

Compiling lilypond in emacs etc

2019-01-24 Thread Andrew Bernard
What is the best way to add flags and options to the lilypond compile command in the emacs lilypond mode? Also, regarding the failure to widen the buffer after the narrowing that takes place in certain cases, I see in the archives the suggestion to wrap the instances of narrow-to-region in a save-

Re: Compiling LilyPond on Linux Mint 19.1

2018-12-21 Thread Knut Petersen
On 20.12.18 12:21, Lukas-Fabian Moser wrote: Folks, this is mostly to give a reference to those who might hit the same problems that I had: I decided to switch from my ancient Linux Mint 17.3 to Linux Mint 19.1 yesterday. In order to set up a working build environment, I had to provide a wor

Re: Compiling LilyPond on Linux Mint 19.1

2018-12-21 Thread H. S. Teoh
On Fri, Dec 21, 2018 at 07:06:43PM +0100, Urs Liska wrote: > > Am 21.12.18 um 09:06 schrieb Urs Liska: > > Hi Lukas, > > > > thanks for putting this together. Indeed since installing a distro > > that doesn't Guile 1.8 anymore I hadn't been able to compile > > LilyPond anymore. Once I managed to

Re: Compiling LilyPond on Linux Mint 19.1

2018-12-21 Thread Urs Liska
et up a working build environment, I had to provide a working Guile 1.8 which seems not to be in the repositories any more. So in addition to following the instructions given in http://lilypond.org/doc/v2.19/Documentation/contributor/requirements-for-compiling-lilypond#linux-mint I also fol

Re: Compiling LilyPond on Linux Mint 19.1

2018-12-21 Thread Urs Liska
Hi Federico and Lukas, Am 21.12.18 um 09:59 schrieb Federico Bruni: Il giorno ven 21 dic 2018 alle 9:06, Urs Liska ha scritto: [...] A warning about missing URW fonts was the only issue I encountered. make doc took the expected ages but worked without errors too! So I can confirm that th

Re: Compiling LilyPond on Linux Mint 19.1

2018-12-21 Thread Federico Bruni
Il giorno ven 21 dic 2018 alle 9:06, Urs Liska ha scritto: [...] A warning about missing URW fonts was the only issue I encountered. make doc took the expected ages but worked without errors too! So I can confirm that the steps work on Linux Mint 19. Hi Urs this was discussed before b

Re: Compiling LilyPond on Linux Mint 19.1

2018-12-21 Thread Urs Liska
ovide a working Guile 1.8 which seems not to be in the repositories any more. So in addition to following the instructions given in http://lilypond.org/doc/v2.19/Documentation/contributor/requirements-for-compiling-lilypond#linux-mint I also followed the most recent one of the various variation

Compiling LilyPond on Linux Mint 19.1

2018-12-20 Thread Lukas-Fabian Moser
repositories any more. So in addition to following the instructions given in http://lilypond.org/doc/v2.19/Documentation/contributor/requirements-for-compiling-lilypond#linux-mint I also followed the most recent one of the various variations of steps for compiling Guile 1.8 that Federico Bruni

Re: problems building documentation without compiling LilyPond

2009-09-16 Thread Graham Percival
On Thu, Sep 17, 2009 at 12:25:26AM +0200, Patrick Schmidt wrote: > > Hmm. Maybe it's a problem with 2.13.3. I don't know about this > > file in particular, but I now see that there definitely *are* > > some files which require 2.13.4. > > I installed 2.13.4 and tried to build documentation. I'm

Re: problems building documentation without compiling LilyPond

2009-09-15 Thread Graham Percival
On Tue, Sep 15, 2009 at 10:05:23AM +0200, Patrick Schmidt wrote: > > Hmm. What happens if you try to compile input/typography-demo.ly > > manually? Try adding a -V to the lilypond call. > > I get a bus error (see file attached) Hmm. Maybe it's a problem with 2.13.3. I don't know about this fi

Re: problems building documentation without compiling LilyPond

2009-09-14 Thread Graham Percival
On Mon, Sep 14, 2009 at 11:50:11PM +0200, Patrick Schmidt wrote: > I created two files (pngtopnm and pnmtopng). This is what they look like: That all looks good now. > I proceeded according to CG section "Building documentation without compiling > LilyPond". (I also changed

Re: problems building documentation without compiling LilyPond

2009-09-14 Thread Graham Percival
On Mon, Sep 14, 2009 at 09:09:33AM +0200, Patrick Schmidt wrote: > "which pngtopnm" returns "/opt/local/bin/pngtopnm", so it seems to work. No, that is wrong. As I said before, "which pngtopnm" should return the directory in which you put the files. Did you make them executable? You might want

Re: problems building documentation without compiling LilyPond

2009-09-14 Thread Patrick Schmidt
That was quick, thanks! "which pngtopnm" returns "/opt/local/bin/pngtopnm", so it seems to work. I don't have time to test wether I can build the documentation now but I'll let you know as soon as I can. Cheers, patrick -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischa

Re: problems building documentation without compiling LilyPond

2009-09-14 Thread Patrick Schmidt
Original-Nachricht > Datum: Mon, 14 Sep 2009 06:38:26 +0100 > Von: Graham Percival > An: Patrick Schmidt > CC: lilypond-user@gnu.org > Betreff: Re: problems building documentation without compiling LilyPond > On Sun, Sep 13, 2009 at 08:22:37AM +0200, Pat

Re: problems building documentation without compiling LilyPond

2009-09-14 Thread Graham Percival
On Mon, Sep 14, 2009 at 09:01:06AM +0200, Patrick Schmidt wrote: > > > This step is the cause of your problems, BTW. Remember to add two > > files: pngtopnm, and pnmtopng, and change the relevant portion of > > the second line. > In which directory do I have to save these two files? Any director

Re: problems building documentation without compiling LilyPond

2009-09-13 Thread Graham Percival
On Sun, Sep 13, 2009 at 08:22:37AM +0200, Patrick Schmidt wrote: > and added > > export > DYLD_LIBRARY_PATH=/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources:\ > /opt/local/lib:$DYLD_LIBRARY_PATH That probably won't do anything.

Re: problems building documentation without compiling LilyPond

2009-09-11 Thread Graham Percival
ypond directory is owned by your user, then try this again. In general, follow the instructions step-by-step, but if you see any warnings or errors, DO NOT continue to the next step. ... oh, also make sure you read the warning about OSX at the bottom of the "building with the documentati

Re: problems building documentation without compiling LilyPond

2009-09-11 Thread Graham Percival
On Thu, Sep 10, 2009 at 10:07:37PM +0200, Patrick Schmidt wrote: > > I added export PATH=$PATH:/opt/local/bin to .bash_profile and > created the directories portslocation and dports manually. Then > I entered export PATH=$PATH:/opt/local/bin and got the same > error messages as above. > > Maybe t

Re: problems building documentation without compiling LilyPond

2009-09-10 Thread Patrick Schmidt
Original-Nachricht > Datum: Thu, 10 Sep 2009 20:32:26 +0100 > Von: Graham Percival > An: Reinhold Kainhofer > CC: Patrick Schmidt , lilypond-user@gnu.org > Betreff: Re: problems building documentation without compiling LilyPond > On Thu, Sep 10, 2009 a

Re: problems building documentation without compiling LilyPond

2009-09-10 Thread Reinhold Kainhofer
aving problems to build documentation (without compiling LilyPond) > > > on MacOS X 10.4.11. My www-out directory only contains the file > > > dummy.dep. For error messages see attached file. > > > > Also, "cp GNUmakefile.in GNUmakefile" will never work (that&

Re: problems building documentation without compiling LilyPond

2009-09-10 Thread Graham Percival
On Thu, Sep 10, 2009 at 07:06:13PM +0200, Reinhold Kainhofer wrote: > Am Donnerstag, 10. September 2009 18:27:04 schrieb Patrick Schmidt: > > I'm having problems to build documentation (without compiling LilyPond) on > > MacOS X 10.4.11. My www-out directory only contains the

Re: problems building documentation without compiling LilyPond

2009-09-10 Thread Reinhold Kainhofer
Am Donnerstag, 10. September 2009 18:27:04 schrieb Patrick Schmidt: > Hi all, > > I'm having problems to build documentation (without compiling LilyPond) on > MacOS X 10.4.11. My www-out directory only contains the file dummy.dep. For > error messages see attached file. Yo

Re: Compiling lilypond

2007-06-17 Thread Wilbert Berendsen
Op dinsdag 29 mei 2007, schreef Thomas Gollenia: > Hi, > > When I tried to compile lilypond (all dependencies should be solved) > it came up with the following error message: > > chmod 755 out/lilypond-invoke-editor > /usr/bin/perl /Users/Thommy/Documents/Downloads/lilypond-2.10.25/ > buildscripts/

Compiling lilypond

2007-05-29 Thread Thomas Gollenia
Hi, When I tried to compile lilypond (all dependencies should be solved) it came up with the following error message: chmod 755 out/lilypond-invoke-editor /usr/bin/perl /Users/Thommy/Documents/Downloads/lilypond-2.10.25/ buildscripts/out/help2man out/lilypond-invoke-editor > out/lilypond- i

Re: Compiling lilypond files from Mutopia

2006-05-27 Thread Stan Sanderson
On May 27, 2006, at 8:17 AM, Peter Clarke wrote: Dear list, I would like to compile a Lilypond file downloaded from Mutopia. It needs an include file (paper-20.ly). Where can I get this? And does that define all the 'extra' syntax the .ly file seems to contain? Thanks, Peter C Unfortunat

Compiling lilypond files from Mutopia

2006-05-27 Thread Peter Clarke
Dear list, I would like to compile a Lilypond file downloaded from Mutopia. It needs an include file (paper-20.ly). Where can I get this? And does that define all the 'extra' syntax the .ly file seems to contain? Thanks, Peter C ___ lilypond-use

Compiling Lilypond-2.6.4 for FreeBSD 5.4

2005-11-19 Thread n0oct
This assumes you know how to use cvsup and portupgrade, and know how to build ports from source. If you don't, consult the FreeBSD handbook. First, using cvsup update your ports tree. Next run portsdb -uU, then pkgdb -F. Use pkg_info to see if you already have: texinfo teTeX-base teTeX-texmf gh

Re: Compiling Lilypond-2.6.0 On Gentoo

2005-07-02 Thread J. Scott Amort
On Fri, 2005-07-01 at 21:59 -0700, Daniel Johnson wrote: > If you are going to be building the documentation on Gentoo (i.e. you > have "doc" in your USE variable) it is almost imperative that you use a > version of Guile newer than the latest stable -- use a CVS snapshot of > the development branc

Re: Compiling Lilypond-2.6.0 On Gentoo

2005-07-01 Thread Daniel Johnson
If you are going to be building the documentation on Gentoo (i.e. you have "doc" in your USE variable) it is almost imperative that you use a version of Guile newer than the latest stable -- use a CVS snapshot of the development branch, and you get Han-Wen's garbage-collection patches. What I woun

Re: Compiling Lilypond-2.6.0 On Gentoo

2005-07-01 Thread Scott Amort
Joe Neeman wrote: If this list allows .tar.bz2 attachments, you could try unpacking the attachment into your $PORTDIR_OVERLAY directory. It adds ebuilds for the correct versions of mftrace and fontforge, so it should help resolve any dependency problems. Joe Hi Joe, Thanks for taking the time

Re: Compiling Lilypond-2.6.0 On Gentoo

2005-07-01 Thread Joe Neeman
If this list allows .tar.bz2 attachments, you could try unpacking the attachment into your $PORTDIR_OVERLAY directory. It adds ebuilds for the correct versions of mftrace and fontforge, so it should help resolve any dependency problems. Joe lilypond-ebuild.tar.bz2 Description: Binary data __

Compiling Lilypond-2.6.0 On Gentoo

2005-07-01 Thread J. Scott Amort
Hi All, I am eager to give Lilypond-2.6.0 a try! However, on my Gentoo box, I get the following error during the compile: mf-nowin -progname=mf "\mode:=laserjet; nonstopmode; input feta11.mf;" This is METAFONT, Version 2.71828 (Web2C 7.5.4) kpathsea: Running mktexfmt mf.base tcfmgr: config file

Re: Compiling Lilypond...

2004-11-03 Thread Jan Nieuwenhuizen
J. L. writes: > Which ec-fonts-mftraced package does Cygwin need to use? Any of http://lilypond.org/download/fonts/ http://lilypond.org/cygwin/uploads/ec-fonts-mftraced Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien

Compiling Lilypond...

2004-11-02 Thread J L
Hi, Which ec-fonts-mftraced package does Cygwin need to use? Aligorith _ Surf the net and talk on the phone with Xtra JetStream @ http://xtra.co.nz/jetstream ___ lilypond-user mailing lis

Re: Compiling Lilypond

2004-11-01 Thread Bertalan Fodor
Building lilypond on cygwin is not a simple task. I always have to experiment for some time before I can build it along with the doc. However, if you don't want to build the doc, you will have a much easier task. - some of them can be downloaded from http://anfaenger.de/cygwin, then istalling

Compiling Lilypond

2004-10-31 Thread J L
Bother! Can someone tell me how to install separate packages for Cygwin? (i.e. MFTrace, and its dependancies). Aligorith _ There’s never been a better time to get Xtra JetStream @ http://xtra.co.nz/jetstream _

Re: compiling lilypond

2004-10-31 Thread sdf sdfs
I'm pretty sure I have it installed; when I type mf at the prompt I get: This is METAFONT, Version 2.7182 (Web2C 7.4.5) ** I have the files mf and mfw in /usr/share/texmf/bin Configure detects everything automatically except kpathsea, which is installed in the default directory /usr/share/texmf/

Re: compiling lilypond

2004-10-31 Thread Jan Nieuwenhuizen
sdf sdfs writes: > make[1]: Entering directory > `/home/david/lilypond-2.4.0/mf' > echo mf mfont not found "\mode:=laserjet; nonstopmode; You should install metafont, probably in the tetex package. I'm surprised that configure did not complain about metafont. Jan. -- Jan Nieuwenhuizen <[EMAIL

compiling lilypond

2004-10-30 Thread sdf sdfs
Hi. I've been trying to compile lilypond for several weeks on various setups. I (think I) have installed all the necessary programs in INSTALL.txt and ecfonts, but it still doesn't go all the way. Here is the last bit of the compiler output on my Slackware 10 system, any help would be appreciated,

Re: Compiling Lilypond-2.3.11 on Slackware 10

2004-08-19 Thread R S Ananda Murthy
Finally it worked! In Slackware 10 keeping lilypond-profile.sh in /etc/profile.d/ does not work. To make it work I did the following: Copied buildcripts/out/lilypond-profile to /usr/bin Then, I appended the following line: source /usr/bin/lilypond-profile to the end of /etc/profile. Logout and l

Re: Compiling Lilypond-2.3.11 on Slackware 10

2004-08-18 Thread Mats Bengtsson
OK, now you have managed to source the file. However, it seems that your installation of teTeX doesn't behave as it should. What does the following sequence of commands return? unset TEXMF kpsexpand \$TEXMF kpsewhich texmf.cnf Also, you should try to figure out why you didn't manage to source the f

Re: Compiling Lilypond-2.3.11 on Slackware 10

2004-08-18 Thread R S Ananda Murthy
On 08/18/2004 06:48:28 PM, Mats Bengtsson wrote: First of all, I hope that we are talking about the file buildscripts/out/lilypond-profile and NOT buildscripts/lilypond-profile.sh To help us understand what's going on, try the following: - Go to the lilypond-* directory where you run the compilatio

Re: Compiling Lilypond-2.3.11 on Slackware 10

2004-08-18 Thread Mats Bengtsson
First of all, I hope that we are talking about the file buildscripts/out/lilypond-profile and NOT buildscripts/lilypond-profile.sh To help us understand what's going on, try the following: - Go to the lilypond-* directory where you run the compilation - Run the command set -x this will make bash

Re: Compiling Lilypond-2.3.11 on Slackware 10

2004-08-18 Thread R S Ananda Murthy
On 08/18/2004 01:48:08 PM, Mats Bengtsson wrote: I'm cross-posting to lilypond-user, to increase the chance that you get help from some Slackware user. R S Ananda Murthy wrote: On 08/17/2004 08:45:10 PM, Mats Bengtsson wrote: Did you start a new shell first? Yes. I was wrong, you probably have to

Re: Compiling Lilypond-2.3.11 on Slackware 10

2004-08-18 Thread Mats Bengtsson
I'm cross-posting to lilypond-user, to increase the chance that you get help from some Slackware user. R S Ananda Murthy wrote: On 08/17/2004 08:45:10 PM, Mats Bengtsson wrote: Did you start a new shell first? Yes. I was wrong, you probably have to logout/login again to make bash read the profile

Compiling Lilypond-2.3.11 on Slackware 10

2004-08-14 Thread R S Ananda Murthy
Hello, I am trying to compile Lilypond-2.3.11 on Slackware 10. All the dependencies have been satisfied. But while compiling I got the following error message: kpath.cc: In function `String kpathsea_find_afm(const char*)': kpath.cc:47: error: `kpse_afm_format' undeclared (first use this func

Help compiling lilypond needed...

2003-09-16 Thread Alberto Manuel Brandão Simões
Hi.. I've tried compiling lilypond getting a lot of problems. This is a commented log of my try to install lilypond. Maybe it can be useful to help me install it (already have manuals printed... but without the software it is hard to write music :-). My linux box is an old Slackware 8.0 up

Problems Compiling Lilypond with gcc-3.3

2003-07-21 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > If it has been planned that the use of multi-line string literals is > to become obsolete, shouldn't the code in the appropriate source > files be changed, i.e. put backslashes before newlines in multiline > string literals? In particular, many of the ENTER_DESCRIP

Problems Compiling Lilypond with gcc-3.3

2003-07-20 Thread Jonathan Levi MD
r a2-engraver.cc:217:21: macro "ENTER_DESCRIPTION" passed 11 arguments, but takes just 6 a2-engraver.cc:217: warning: ISO C++ forbids declaration of `ENTER_DESCRIPTION' with no type gnumake[1]: *** [out/a2-engraver.o] Error 1 gnumake: *** [all] Error 2 ### execution of ulimit failed, ex

RE: Compiling Lilypond 1.7.4

2002-11-06 Thread Ralph Little
heers! Ralph -Original Message- From: Klaus Zimmermann [mailto:klaus_zimmermann@;gmx.de] Sent: 05 November 2002 22:27 To: Ralph Little Cc: '[EMAIL PROTECTED]' Subject: Re: Compiling Lilypond 1.7.4 Ralph Little wrote: > Hi, > I am trying to get Lily 1.7.4 up and running

Re: Compiling Lilypond 1.7.4

2002-11-05 Thread Klaus Zimmermann
Ralph Little wrote: Hi, I am trying to get Lily 1.7.4 up and running on Redhat 8 I have built and installed Guile1.6 from source, and there is a /usr/local/lib/libguile.so.12 (sym linked to libguile.so.12.3.0), and guile (/usr/local/bin/guile) fires up fine. > I saw some posts on a similar vein

Compiling Lilypond 1.7.4

2002-11-05 Thread Ralph Little
Hi, I am trying to get Lily 1.7.4 up and running on Redhat 8 I have built and installed Guile1.6 from source, and there is a /usr/local/lib/libguile.so.12 (sym linked to libguile.so.12.3.0), and guile (/usr/local/bin/guile) fires up fine. But... When I try "ly2dvi test.ly" I get: -8<---

Compiling lilypond 1.6.2 with gcc 3.2 and flex 1.5.19 'howto'

2002-09-10 Thread Alexandre Beneteau
Hello, Using gcc 3.2 and flex 1.5.19 (ftp://ftp.uncg.edu/people/wlestes/), and thanks to advices from Joerg Anders (thanks a lot), I manage to compile lilypond 1.6.2 by adding : using namespace std; at the top of lily/lexer.ll I report this in the hope that it will be useful for other users..

Re: problem compiling lilypond

2002-06-18 Thread Mats Bengtsson
> Hello, > > I'd appreciate any help you could give with compiling lilypond. I do >``configure'', > and it works. When I do ``make'', I get a bunch of output, ending in the following: > > bison -d parser.yy > parser.yy contains 2 shift/red

problem compiling lilypond

2002-06-18 Thread Ben Crowell
Hello, I'd appreciate any help you could give with compiling lilypond. I do ``configure'', and it works. When I do ``make'', I get a bunch of output, ending in the following: bison -d parser.yy parser.yy contains 2 shift/reduce conflicts. mv parser.yy.tab.h

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/ > Pie

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/lilypon

Re: Problem compiling lilypond 1.5.50

2002-04-16 Thread Pierre
On 2002.04.16 09:58 Mats Bengtsson wrote: > > 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 > > Durin

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 tran

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 ne

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.de

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,

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/lilyp

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.

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

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

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

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

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 `

Re: Problem compiling lilypond 1.5.50

2002-04-14 Thread Pierre
e for >> each function 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) >> kpat

Re: Problem compiling lilypond 1.5.50

2002-04-12 Thread Pierre
h 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 t

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 &&

Re: trouble compiling lilypond-1.5.21

2001-11-13 Thread Mats Bengtsson
> Hello! > > I'm trying to get lilypond up and running on my linux box (Ive installed and > used an old version on a previos linux machine). I've installed guile V1.4 > without incedent, but when I try compiling lilypond I get some undefined > symbols which I

trouble compiling lilypond-1.5.21

2001-11-13 Thread Sheldon White
Hello! I'm trying to get lilypond up and running on my linux box (Ive installed and used an old version on a previos linux machine). I've installed guile V1.4 without incedent, but when I try compiling lilypond I get some undefined symbols which I assume should be coming fro