Dear Phillip,
> files run from within make and, er, it isn't working. dia returns, but
> nothing happens. No export occurs. When run within make I get
>
> dia -e Image.png Image.dia
> make: *** [Image.png] Error 53
>
>
> Does this still work? Has something changed.
I assume that you're not using nmake. Did you move dia.exe from the original
installation folder? This might cause the problems. You may have to
create additional
AppPath settings in the registry if you move/copy the exe...
Second thought might be "creative" invocation of sub processes by your
make program
preventing the App Path setting to kick in...
I've tested the following simple makefile with Dia 0.95-1 and nmake:
all : diagram1.png
diagram1.png:
"c:\program files\dia\bin\dia.exe" -e diagram1.png diagram1.dia
Regards,
Steffen
_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia