I have successfully installed Qt 5 and Protobuf and qmakes run perfect. But make gives following error :
vijay13@vijay13-Lenovo-G550:~/Downloads/qwaveclient-read-only$ make
cd core/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/vijay13/Downloads/qwaveclient-read-only/core/
core.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory `/home/vijay13/Downloads/qwaveclient-read-only/core'
g++ -c -m64 -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++-64 -I. -I/usr/include/qt5 -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I. -o converter.o network/converter.cpp
network/converter.cpp:2:40: fatal error: protocol/waveclient-rpc.pb.h: No such file or directory
#include "protocol/waveclient-rpc.pb.h"
^
compilation terminated.
make[1]: *** [converter.o] Error 1
make[1]: Leaving directory `/home/vijay13/Downloads/qwaveclient-read-only/core'
make: *** [sub-core-make_first] Error 2
Please help me resolve this.
I am planning to integrate qwaveclient with KStars as chat room for users. Your suggestions will be really helpful