I do not think you are alone. See:
https://github.com/JuliaLang/julia/pull/5423#discussion_r9100469
If you checkout d3c6b5b8a998c602d7143e2fc20833f4d37f9185, you should be
fine until this gets fixed.
Ivar
kl. 21:12:11 UTC+1 torsdag 23. januar 2014 skrev Adam Kapor følgende:
>
> 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
>