![](https://secure.gravatar.com/avatar/ea82b036a537a86ff8f886e89f2c5944.jpg?s=120&d=mm&r=g)
On Tue, 2005-03-29 at 14:13 -0800, John Cliff wrote:
I've commented on some of the issues that we have wrt windows. Even with one that should be workable tho, (the wmf one) I'm not having any joy. Its installed, it works from the command line, and is in the path, but doesnt get detected by IS. I tried changing the dependancy to wmf2svg.exe but that didnt work, I tried deleting the dependancy, which puts it in the menu, but throws an error about the file being null.
Did you try changing the <script><command> section to have the .exe also? Perhaps the path parsing is wrong... you said that the wmf2svg.exe is in your path right? Is the G_SEARCHPATH_SEPARATOR correct on win32? I thought using that would make the path search "cross-platform", but perhaps it is not?
That code is all in: src/extension/dependency.cpp: Dependency::check()
It might take some instrumentation to figure out what is going on :(
--Ted