lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: development on windows


From: Graham Percival
Subject: Re: development on windows
Date: Fri, 5 Jun 2009 11:21:31 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Jun 05, 2009 at 01:11:35PM -0500, Jonathan Kulp wrote:
> Reading music-glossary.tely...
> Dissecting...
> lilypond-book.py (GNU LilyPond) 2.13.1
> Traceback (most recent call last):
>   File "../../scripts/lilypond-book.py", line 2108, in <module>
>     main ()
>   File "../../scripts/lilypond-book.py", line 2090, in main
>     chunks = do_file (files[0])
>   File "../../scripts/lilypond-book.py", line 1994, in do_file
>     do_process_cmd (chunks, input_fullname, global_options)
>   File "../../scripts/lilypond-book.py", line 1825, in do_process_cmd
>     write_file_map (outdated, input_name)
>   File "../../scripts/lilypond-book.py", line 1796, in write_file_map
>     'snippet-map-%d.ly' % snippet_list_checksum (lys)), 'w')
> IOError: [Errno 13] Permission denied: '/home/lilydev/lilypond/out/lybook-db/
> snippet-map-878246912.ly'
> make[1]: *** [out-www/music-glossary.texi] Error 1
> make[1]: Leaving directory `/home/lilydev/lilypond/Documentation/user'
> make: *** [doc-stage-1] Error 2

Don't mess up root and your normal user.  I know it's tempting
when you're install new software and testing ./autogen.sh

  cd ~/lilypond-src
  find . -user "root"

if you see anything,
  sudo find . -user "root" | xargs rm -rf

Cheers,
- Graham

PS I spent 15 minutes on this problem two days ago, so it's fresh
in my mind.  :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]