I get the following error when trying to build Julia.  This is with the 
latest version of master, 64-bit Windows, following the directions under 
"Building on Windows with MinGW-builds/MSYS".  Any ideas?

Adam@Adam-HP ~/julia
$ make

...

    CC ui/repl.o
repl.c: In function 'parse_opts':
repl.c:54:9: error: initializer element is not constant
         { "code-coverage", no_argument,       
&jl_compileropts.code_coverage, 1
 },
         ^
repl.c:54:9: error: (near initialization for 'longopts[6].flag')
make[2]: *** [repl.o] Error 1
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2

Reply via email to