Last modified: 2005-04-02 19:13:32 UTC
I have compiled texvc using ocaml 3.08.2. gs, dvips, convert and latex are correctly installed on my system. When I issue a command like that: texvc /tmp /out "y=2+x" iso-8859-1 texvc does nothing. No output, no error message. Within the wiki I only get the message: "parser error". Write-access to tmp and out is granted. Versions: uname -a : Linux faktwks.fedora 2.6.9-1.681_FC3 #1 Thu Nov 18 15:10:10 EST 2004 i686 athlon i386 GNU/Linux ocaml : 3.08.2 mediawiki: 1.3.9
*** Bug 1093 has been marked as a duplicate of this bug. ***
*** Bug 1095 has been marked as a duplicate of this bug. ***
*** Bug 1094 has been marked as a duplicate of this bug. ***
*** Bug 1096 has been marked as a duplicate of this bug. ***
*** Bug 1097 has been marked as a duplicate of this bug. ***
Can you do an strace? This might show if something is failing behind the scenes. Something like: strace ./texvc /tmp /out "y=2+x" iso-8859-1 >& trace-log
Closed, no update within 3 months