grishka / libtgvoip

VoIP library for Telegram clients
The Unlicense
387 stars 156 forks source link

utils.h not installed #63

Closed zevlg closed 5 years ago

zevlg commented 5 years ago

Under linux I've done:

$ ./configure
$ make
$ make install

Everything goes nice, but when I've tried to compile file that includes <tgvoip/VoIPController.h> I've got next error:

c++ -std=c++11 -I/usr/local/include -Wall -g -pthread -DWITH_VOIP -o telega-voip.o telega-voip.cpp
In file included from /usr/local/include/tgvoip/video/VideoSource.h:12:0,
                 from /usr/local/include/tgvoip/VoIPController.h:24,
                 from telega-voip.cpp:1:
/usr/local/include/tgvoip/Buffers.h:20:19: fatal error: utils.h: No such file or directory
compilation terminated.
Makefile:14: recipe for target 'telega-voip.o' failed

I have to manually put utils.h into /usr/local/include/tgvoip to get rid of the error