https://bugzilla.wikimedia.org/show_bug.cgi?id=30913
--- Comment #1 from Brion Vibber <[email protected]> 2011-09-15 19:12:30 UTC --- Works for me on Windows 7 Home Pro (32-bit): C:\Users\brion\Downloads\mediawiki-1.17.0\mediawiki-1.17.0\math>mingw32-make texvc.bc ocamlc -c util.ml ocamlc -c render_info.mli ocamlc -c tex.mli ocamlyacc parser.mly 9 shift/reduce conflicts. ocamlc -c parser.mli ocamlc -c parser.ml ocamlc -c html.mli ocamlc -c html.ml ocamlc -c mathml.mli ocamlc -c mathml.ml ocamlc -c texutil.mli ocamlc -c texutil.ml ocamllex lexer.mll 273 states, 4922 transitions, table size 21326 bytes ocamlc -c lexer.ml ocamlc -c render.ml ocamlc -c texvc.ml ocamlc -o texvc.bc unix.cma util.cmo parser.cmo html.cmo mathml.cmo texutil.cmo lexer.cmo render.cmo texvc.cmo rm parser.ml lexer.ml ocamlc -version reports 3.11.0, installed via http://caml.inria.fr/pub/distrib/ocaml-3.11/ocaml-3.11.0-win-mgw.exe I installed a fresh mingw32 (dated 2011-08-02) as well to get mingw32-make.exe; installed to c:\mingw32 with the C compiler, msys base system, and dev bits. Added c:\mingw32\bin to PATH manually in a CMD shell. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
