[Doxygen-develop] Formula generation on windows with latest tools
Brought to you by:
dimitri
From: Richard78 <ric...@vi...> - 2008-11-21 14:07:32
|
Hello, I have installed MikeTex and all the required programs (latest versions) to generate nice formulas using doxygen. All those programs are installed under C:\Program Files\..... Everything works fine except when the formula images have to be generated. I get an C:/Program does not exist. There is obviously something wrong with the space in the filename. I have downloaded doxygen code and debugged it. The string executed look fine, I even could run it in a command console, but it refused to work using "return system(fullCmd);" (line 122 in portable.cpp). I have then commented this line and always use the ShellExecute (line 132 in portable.cpp) and everything worked fine. I wonder if this is a bug or a configuration problem on my computer. Regards, Richard -- View this message in context: http://www.nabble.com/Formula-generation-on-windows-with-latest-tools-tp20499368p20499368.html Sent from the Doxygen - Development mailing list archive at Nabble.com. |