Open MartinEtcheverry opened 6 years ago
make[1]: se ingresa al directorio `/tmp/qmmp-plugin-youtube/youtube' g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I/usr/include/python3.6m -I. -o youtubefactory.o youtubefactory.cpp youtubefactory.cpp:27:29: error fatal: qmmpui/uihelper.h: No existe el fichero o el directorio
the error is in spanish , it says that "qmmpui/uihelper.h" is not found.
thanks in advance Martin
I never tried to build it in CentOS. Let me check. As soon as I test it, I will update this issue.
excelent! thanks for the fast response!
make[1]: se ingresa al directorio `/tmp/qmmp-plugin-youtube/youtube' g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I/usr/include/python3.6m -I. -o youtubefactory.o youtubefactory.cpp youtubefactory.cpp:27:29: error fatal: qmmpui/uihelper.h: No existe el fichero o el directorio
include <qmmpui/uihelper.h>
the error is in spanish , it says that "qmmpui/uihelper.h" is not found.
thanks in advance Martin