Compilation error

Hello. I tried to install Pencil2D on Antergos using the package available on AUR (pencil2d-git) and later I tried to compile it (sorry if this sounds redundant, but I’m kind of a noob), but in both cases I’m getting this error:

make[1]: Entering directory '/../pencil2d/resources/translations' g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o translations -lQt5Gui -lQt5Core -lGL -lpthread /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/../../../../lib/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status Makefile:229: recipe for target 'translations' failed make[1]: *** [translations] Error 1 make[1]: Leaving directory '/../pencil2d/resources/translations' Makefile:172: recipe for target 'sub-resources-translations-make_first' failed make: *** [sub-resources-translations-make_first] Error 2
Any tips?