You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried compile it. I was do yum install opal-devel ptlib-devel
But nothing working
[root@dialler sipcmd]# make
g++ -c -Wall src/main.cpp -o src/main.o -I/usr/include/opal -I/usr/include/ptlib -Isrc/ -g -DDEBUG
In file included from src/main.h:24:0,
from src/main.cpp:24:
src/includes.h:26:26: fatal error: opal/localep.h: No such file or directory
#include <opal/localep.h>
^
compilation terminated.
make: *** [src/main.o] Error 1
Please help
Centos 7
Linux dialler 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
I tried compile it. I was do
yum install opal-devel ptlib-devel
But nothing working
Please help
Centos 7
Linux dialler 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: