tmakkonen / sipcmd

sipcmd
327 stars 108 forks source link

Cant get compile under centos 7 #65

Open chemax opened 5 years ago

chemax commented 5 years ago

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

drexlma commented 4 years ago

u can use docker https://github.com/tmakkonen/sipcmd/pull/69