No compile
[thewolf@XXXY vlmc-git]$ makepkg ==> Criando o pacote: vlmc-git 1:0.4342.c9987f17-1 (sáb nov 26 10:30:15 AMT 2016) ==> Verificando as dependências de tempo de execução... ==> Verificando as dependências de tempo de compilação... ==> Obtendo fontes... -> Atualizando repositório vlmc do tipo git... Fetching origin ==> Validando source arquivos com sha256sums... vlmc ... Ignorada ==> Extraindo fontes... -> Criando cópia de trabalho do repositório vlmc do tipo git... Reset branch 'makepkg' ==> Iniciando pkgver()... ==> Removendo diretório $pkgdir/ existente... ==> Iniciando build()... ++ dirname ./bootstrap
- cd .
- autoreconf -fis checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for g++... g++ checking whether we are using the GNU Objective C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the Objective C++ preprocessor... g++ -E checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking whether g++ supports C++11 features by default... yes checking whether C++ compiler accepts -fPIC... yes checking for an Android system... no checking for 3rd party libraries path... not usable checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for QT... yes checking for moc-qt5... /usr/bin/moc-qt5 checking for rcc-qt5... /usr/bin/rcc-qt5 checking for uic-qt5... /usr/bin/uic-qt5 checking for VLC... yes checking for VLCPP... yes checking for MEDIALIBRARY... yes checking for MLT... yes checking for MLTPP... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands MOC src/Library/Library.moc.cpp make all-am make[1]: Entering directory '/usr/src/vlmc-git/src/vlmc' CXX src/Commands/vlmc-Commands.o CXX src/Backend/MLT/vlmc-MLTBackend.o CXX src/Backend/MLT/vlmc-MLTOutput.o CXX src/Backend/MLT/vlmc-MLTInput.o CXX src/Backend/MLT/vlmc-MLTTrack.o CXX src/Backend/MLT/vlmc-MLTService.o CXX src/Backend/MLT/vlmc-MLTProfile.o CXX src/Backend/MLT/vlmc-MLTFilter.o CXX src/Backend/MLT/vlmc-MLTTransition.o CXX src/Backend/MLT/vlmc-MLTMultiTrack.o CXX src/EffectsEngine/vlmc-EffectHelper.o CXX src/Library/vlmc-Library.o CXX src/Main/vlmc-Core.o src/Main/Core.cpp: In constructor ‘Core::Core()’: src/Main/Core.cpp:50:71: error: invalid new-expression of abstract class type ‘Library’ m_library = new Library( m_settings, m_currentProject->settings() ); ^ In file included from src/Main/Core.cpp:36:0: ./src/Library/Library.h:51:7: note: because the following virtual functions are pure within ‘Library’: class Library : public QObject, private medialibrary::IMediaLibraryCb ^~~~~~~ In file included from ./src/Library/Library.h:37:0, from src/Main/Core.cpp:36: /usr/include/medialibrary/IMediaLibrary.h:105:18: note: virtual void medialibrary::IMediaLibraryCb::onPlaylistsAdded(std::vector<std::shared_ptrmedialibrary::IPlaylist >) virtual void onPlaylistsAdded( std::vector playlists ) = 0; ^~~~~~~~~~~~~~~~ /usr/include/medialibrary/IMediaLibrary.h:106:18: note: virtual void medialibrary::IMediaLibraryCb::onPlaylistsModified(std::vector<std::shared_ptrmedialibrary::IPlaylist >) virtual void onPlaylistsModified( std::vector playlists ) = 0; ^~~~~~~~~~~~~~~~~~~ /usr/include/medialibrary/IMediaLibrary.h:107:18: note: virtual void medialibrary::IMediaLibraryCb::onPlaylistsDeleted(std::vector) virtual void onPlaylistsDeleted( std::vector<int64_t> playlistIds ) = 0; ^~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:2088: src/Main/vlmc-Core.o] Error 1 make[1]: Leaving directory '/usr/src/vlmc-git/src/vlmc' make: *** [Makefile:982: all] Error 2 ==> ERRO: Uma falha ocorreu em build(). Abortando...