mailru / icqdesktop.deprecated

Other
463 stars 100 forks source link

Error in compile linux version [make[1]: *** [gui/CMakeFiles/icq.dir/all] Error 2] #62

Closed A1Gard closed 6 years ago

A1Gard commented 6 years ago

I try to compile ICQ desktop on Ubuntu 18.04 LTS, But I have this error:

[ 72%] Building CXX object gui/CMakeFiles/icq.dir/voip/SelectionContactsForConference.cpp.o
[ 72%] Building CXX object gui/CMakeFiles/icq.dir/voip/VideoFrame.cpp.o
In file included from /home/myusername/Appz/icqdesk/icq.src/gui/voip/VideoFrame.cpp:10:0:
/home/myusername/Appz/icqdesk/icq.src/gui/voip/linux/VideoFrameLinux.h:6:10: fatal error: GLFW/glfw3.h: No such file or directory
 #include <GLFW/glfw3.h>
          ^~~~~~~~~~~~~~
compilation terminated.
gui/CMakeFiles/icq.dir/build.make:8708: recipe for target 'gui/CMakeFiles/icq.dir/voip/VideoFrame.cpp.o' failed
make[2]: *** [gui/CMakeFiles/icq.dir/voip/VideoFrame.cpp.o] Error 1
CMakeFiles/Makefile2:196: recipe for target 'gui/CMakeFiles/icq.dir/all' failed
make[1]: *** [gui/CMakeFiles/icq.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Any one can help me?

A1Gard commented 6 years ago

we must install this package :

sudo apt-get install libglfw3-dev or for other version: sudo apt-get install libglfw-dev