i've got a problem compiling my latex document by using texniccenter, pdflatex and windows 7 (with windows xp everything is working fine..)
\usetikzlibrary{external}
\tikzexternalize[prefix=figures/]
\tikzexternalize
thats how i initiate tikzexternalize, the figures directory exists (its just a copy from my xp directory..)
i'm using pdflatex for 64bit with this command line arguments in texniccenter:
-max-print-line=120 -interaction=nonstopmode "%wm" -shell-escape BA.tex (as i do with windows xp)
i already tried to run texniccenter, pdflatex, .. with admin rights, but no change..
but now i get the follwing errors by using win7:
(C:\Auarbeitung\images/plots/synthOpeningVorne.tikz ===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-on-error -interaction=batchmode -jobname " figures/BA-figure0" "\def\tikzexternalrealjob{BA}\input{BA}"' ======== runsystem(pdflatex -shell-escape -halt-on-error -interaction=batchmode -jobname "figures/BA-figure0" "\def\tikzexternalr ealjob{BA}\input{BA}")...executed.
! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-error -interaction=batchmode -jobname "fig ures/BA-figure0" "\def\tikzexternalrealjob{BA}\input{BA}"' did NOT result in a usable output file 'figures/BA-figure0' ( expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have enabled system calls. For pdflatex, this is 'pdflate x -shell-escape'. Sometimes it is also named 'write 18' or something like that. Or maybe the command simply failed? Erro r messages can be found in 'figures/BA-figure0.log'. If you continue now, I'll try to typeset the picture.
See the tikz package documentation for explanation. Type H for immediate help. ...
l.295 \end{tikzpicture} This error message was generated by an \errmessage command, so I can't give any explicit help. Pretend that you're Hercule Poirot: Examine all clues, and deduce the truth by order and method.
here a copies of my log files: figure*.log http://codepad.org/WznfHYIY tex.log http://codepad.org/aDKuqlby
i hope somebody can give me a hint how to fix this..
regards
logfiles you posted are not complete: They don't end with an error or success message. Can you double check? – Jake Jul 2 '12 at 8:11