[Omake] Problem building PDFs on Mac OS X
Aleksey Nogin
nogin at metaprl.org
Fri May 8 09:25:03 PDT 2009
Markus,
This error message does not make much sense. Is it possible that the
editor you use for .tex files on Mac OS X would temporarily delete the
.tex file (e.g first rename it to a backup name) before writing the new
version? If so, then OMake might get confused, although the error
message still does not quite make sense.
Perhaps you could run it with -debug-rule (and possibly -debug-notify as
well) and see if you could capture a bit more debugging information?
Also, are you using 0.9.8.5? Could you perhaps see if you can reproduce
it with the latest 0.9.8 SVN?
Thanks!
Aleksey
On 05.05.2009 22:08, Markus Mottl wrote:
> Hi,
>
> sometimes, but not always, when I change a tex-file and use omake to
> watch and build it (-P), I get the following error:
>
> *** omake: done (0.35 sec, 1/2 scans, 2/4 rules, 8/245 digests)
> *** omake: polling for filesystem changes
> *** omake: file doc/gpr.tex changed
> *** omake: rebuilding
> *** omake: 70/75 targets are up to date
> *** omake: failed (0.00 sec, 1/2 scans, 2/4 rules, 9/251 digests)
> *** omake error:
> File /Users/mmottl/local/godi/lib/omake/build/LaTeX.om: line 390,
> characters 13-48
> rule failed to build target: doc/gpr.tex
> *** omake: polling for filesystem changes (OMakefiles only)
>
> I have never seen this problem on Linux, only on Mac OS X. Does
> anybody know this problem and how to solve it? My OMakefile is
> trivial:
>
> -----------------------------------------------
> NAME = gpr
>
> LaTeXDocument($(NAME), gpr)
>
> .DEFAULT: $(NAME).pdf
> -----------------------------------------------
>
> Regards,
> Markus
>
More information about the Omake
mailing list