Open evertvorster opened 1 year ago
Actually, I just edited the configure file, and re-ran it. Now movit builds on Arch Linux again.
The issue is fixed since movit-1.7.0, see https://git.sesse.net/?p=movit;a=commit;h=f023440cc34f15c0c3bdb8de62c4e3a661ef068b. Note that development seems to have moved away from Github into the git.sesse.net repository.
Ah, thanks for the pointer. On Arch Linux I have an AUR package called movit-git that tracks git.sse.net.
Hi there!
Movit now fails to compile on Arch Linux, due to a too old version of gcc specified.
The error message goes on for much longer, but this is where the train goes off the rails. These CXXFLAGS are specified in the makefile, of course, and changing
"-std=gnu++11" to "-std=gnu++14" should do the trick.
For now, I will over-ride this flag from the command line, but it would be nice if this could be fixed.
Kind regards, -Evert-