2.3.11 build error (GUILE???)

2004-08-05 Thread Fodor Bertalan
Debugging: $ gdb -nw /netrel/build/lilypond-2.3.11/lily/out/lilypond (gdb) run -e /netrel/src/lilypond-2.3.11/ly/generate-documentation Program received signal SIGSEGV, Segmentation fault. 0x1003c1a2 in scm_mark_subr_table () from /usr/bin/cygguile-12.dll (gdb) bt #0 0x1003c1a2 in scm_mark_subr_ta

Re: 2.2.0 build error

2004-04-15 Thread Fodor Bertalan
It seems that the problem is solved in the last cygwin snapshot, so I was able to build 2.2.0. I will test it and send to cygwin mirrors if it's ok. Bert ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-

lilypond.words.py bug?

2003-09-24 Thread Fodor Bertalan
Is there a bug? While building: Traceback (most recent call last): File "buildscripts/lilypond.words.py", line 102, in ? F = open(name, 'r') IOError: [Errno 2] No such file or directory: 'share/lilypond/scm/drums.scm' Should be scm/drums.scm? Bert __

Windows associations

2003-09-19 Thread Fodor Bertalan
I think .ly files shouldn't be associated by default to making and viewing, because that way the online manual's example sources are not viewable. ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel

RE: windows scripts: cd $(dirname $0) equivalent for .BAT?

2003-09-19 Thread Fodor Bertalan
> | cd /d %~dp0% That but works only on WinNT 4-->, no Win95-98. :-( I'm afraid there is .bat solution for this probelm in non-NT windowses. There is a reference here: http://www.acmesoffware.com/acme/Reference_BatchFile.asp Bert ___ Lilypond-devel m

RE: windows scripts: cd $(dirname $0) equivalent for .BAT?

2003-09-19 Thread Fodor Bertalan
> I'm afraid there is .bat solution for this probelm in non-NT I mean no .bat solution. ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel

RE: Windows Scripts - spaces

2003-09-19 Thread Fodor Bertalan
Using the base name as parameter for ly2dvi ought to work system ('/usr/bin/ly2dvi -p %(base)s > %(stem)s.log 2>&1' % vars ())), because current dir is set to song's dir. But it still doesn't, perhaps because ly2dvi somewhere uses absolute path. __

RE: Windows Scripts

2003-09-19 Thread Fodor Bertalan
I have one good and one bad news: Good: c:\cygwin\bin\bash.exe --login -c '/usr/bin/lily-wins "%1"' works as a correct association. The key is to put %1 in quotation marks. I don't know how to set these in post-lily.sh (I don't know python.) \" or "" or something ? Bad: For file names containin