sh0 / movit

Movit: High-performance, high-quality video filters for the GPU (https://movit.sesse.net/ and http://git.sesse.net/movit)
12 stars 1 forks source link

Compile error on Arch Linux #1

Open evertvorster opened 1 year ago

evertvorster commented 1 year ago

Hi there!

Movit now fails to compile on Arch Linux, due to a too old version of gcc specified.

libtool: compile:  g++ -MMD -MP -D_FORTIFY_SOURCE=2 -Wall -march=native -O2 -pipe -fno-plt -std=gnu++11 -fvisibility-inlines-hidden -I/usr/src/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c multiply_effect.cpp -o multiply_effect.o >/dev/null 2>&1
In file included from /usr/include/gtest/gtest-message.h:57,
                 from /usr/include/gtest/gtest-assertion-result.h:46,
                 from /usr/include/gtest/gtest.h:64,
                 from effect_chain_test.cpp:15:
/usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported.
  270 | #error C++ versions less than C++14 are not supported.
      |  ^~~~~

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-

evertvorster commented 1 year ago

Actually, I just edited the configure file, and re-ran it. Now movit builds on Arch Linux again.

vidraj commented 6 months ago

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.

evertvorster commented 6 months ago

Ah, thanks for the pointer. On Arch Linux I have an AUR package called movit-git that tracks git.sse.net.