Re: Build fails because of No. hack

2006-01-31 Thread Erlend Aasland
HiOn 1/31/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Apparently, there are multiple versions of c0590xxx floating around.  Weshould probably check whether afii61352 exists. Patch, anyone?I've got two versions of the font installed on my computer, but none of them seems to contain afii61352. I

Re: Build fails because of No. hack

2006-01-31 Thread Han-Wen Nienhuys
Erlend Aasland wrote: Building from Latest CVS (ChangeLog 1.4518). Make bails out here: /sw/bin/fontforge -script ../buildscripts/pfx2ttf.fontforge /sw/share/ghostscript/fonts/c059013l.pfb /sw/share/ghostscript/fonts/c059013l.afm ./out/ && /sw/bin/fontforge -script ../buildscripts/pfx2ttf.f

error in latest CVS

2006-01-31 Thread Paul Scott
Debian sid, latest CVS: ... rm -f ./out/grob-array-scheme.dep; DEPENDENCIES_OUTPUT="./out/grob-array-scheme.dep ./out/grob-array-scheme.o" g++ -c -Woverloaded-virtual -DHAVE_CONFIG_H -DSTD_STRING=1 -DNDEBUG -DSTRING_UTILS_INLINED -I./include -I./out -I../flower/include -I../flower/./out -I..

Re: review new info on file layout

2006-01-31 Thread Cameron Horsburgh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don Blaheta wrote: > Quoth Graham Percival: > >>On 29-Jan-06, at 10:26 PM, Don Blaheta wrote: >> >>>In 4.4 and 4.5, would it be better to say "A \score must contain >>>exactly one music expression (possibly complex)"? Saying it must >>>"begin with"

Re: Build fails because of No. hack

2006-01-31 Thread Han-Wen Nienhuys
Erlend Aasland wrote: Hmmm, just upgraded to FontForge version 20060125, but I still get the same result: /usr/local/bin/fontforge -script ../buildscripts/pfx2ttf.fontforge /sw/share/ghostscript/fonts/c059013l.pfb /sw/share/ghostscript/fonts/c059013l.afm ./out/ && /usr/local/bin/fontforge

Re: [OT] How do you configure your keyboard for programming?

2006-01-31 Thread Erik Sandberg
On Sunday 29 January 2006 23.46, Pedro Kröger wrote: > > 2. don't use deadkeys (but how do you write accents in your language?) > > 3. switch keyboard maps I usually use US keyboard, but where one key (the "menu" key) is bound to switch layouts between Swedish and US. Before I bound that layout

Re: [OT] How do you configure your keyboard for programming?

2006-01-31 Thread Karl Hammar
> On Sunday 29 January 2006 23.46, Pedro Kröger wrote: > > > > 2. don't use deadkeys (but how do you write accents in your language?) > > > > 3. switch keyboard maps > > I usually use US keyboard, but where one key (the "menu" key) is bound to > switch layouts between Swedish and US. > > Before

Re: Missing isnan, isinf?

2006-01-31 Thread Johannes Schindelin
Hi, On Tue, 31 Jan 2006, Don Blaheta wrote: > I'm on OS X 10.3.9, with g++ version 3.3, trying to compile lilypond > from CVS. > > [...] > > I can't quite figure out why, because flower/offset.cc includes > flower/include/offset.hh, which includes flower/include/real.hh, which > includes /usr/inc

Re: [OT] How do you configure your keyboard for programming?

2006-01-31 Thread Herman Grootaers
On Sunday 29 January 2006 23:46, Pedro Kröger wrote: > Sorry for the off-topic, but I'm curious about this. Since a few > people here speak languages other than English (french, German, > Dutch, Portuguese, etc) I was wandering how you configure your > keyboard for *programming*. > > The use of dea

Re: review new info on file layout

2006-01-31 Thread Don Blaheta
Quoth Graham Percival: > On 29-Jan-06, at 10:26 PM, Don Blaheta wrote: > > In 4.4 and 4.5, would it be better to say "A \score must contain > > exactly one music expression (possibly complex)"? Saying it must > > "begin with" a music expression isn't saying quite enough. > > The \score must _beg

Re: [OT] How do you configure your keyboard for programming?

2006-01-31 Thread Nicolas Sceaux
Pedro Kröger <[EMAIL PROTECTED]> writes: > Sorry for the off-topic, but I'm curious about this. Since a few > people here speak languages other than English (french, German, Dutch, > Portuguese, etc) I was wandering how you configure your keyboard for > *programming*. > > The use of dead keys is v

Re: Build fails because of No. hack

2006-01-31 Thread Erlend Aasland
Hmmm, just upgraded to FontForge version 20060125, but I still get the same result:/usr/local/bin/fontforge -script ../buildscripts/pfx2ttf.fontforge /sw/share/ghostscript/fonts/c059013l.pfb /sw/share/ghostscript/fonts/c059013l.afm ./out/ &&   /usr/local/bin/fontforge -script ../buildscripts/pfx2tt

Re: error in latest CVS

2006-01-31 Thread Erlend Aasland
I also get this error (MacOSX 10.4.4, gcc-4.0.1).Looking at flower/include/guile-compatibility.hh:Seems like someone forgot to define scm_from_unsigned() inside the #if SCM_MINOR_VERSION < 7. Compilation will go on if you define scm_from_unsigned() as scm_from_int(), but I'm not shure if that is th

Re: review new info on file layout

2006-01-31 Thread Erik Sandberg
On Monday 30 January 2006 23.53, Graham Percival wrote: > On 29-Jan-06, at 10:26 PM, Don Blaheta wrote: > > Speaking of indents, you need to grep on "indent|ident"; you have a > > tendency to confuse the two (I noticed an error one direction in 4.2 > > and > > the other in 5.8). > > Thanks. BTW, i

Missing isnan, isinf?

2006-01-31 Thread Don Blaheta
I'm on OS X 10.3.9, with g++ version 3.3, trying to compile lilypond from CVS. Not that I ever got that working in the first place, but it's failing at a different place from the last time I poked around about a month ago: rm -f ./out/offset.dep; DEPENDENCIES_OUTPUT="./out/offset.dep ./out/offs