tmakkonen / sipcmd

sipcmd
327 stars 108 forks source link

this still work? #68

Open jualfoar opened 4 years ago

jualfoar commented 4 years ago

i try to install it in a raspberry pi 3 b+.

one capage wont install:

sudo apt-get install libopal-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libopal-dev

AND

i'm not able to do the ctl 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, from src/main.cpp:24: src/includes.h:24:10: fatal error: sip/sip.h: No such file or directory

include <sip/sip.h>

      ^~~~~~~~~~~

compilation terminated. make: *** [Makefile:18: src/main.o] Error 1 `

Any ideas? thanks

drexlma commented 4 years ago

use Debian 9 or docker with stretch debian 10 not working

https://github.com/tmakkonen/sipcmd/pull/69

TelcoGuy00 commented 4 years ago

I am also unable to compile source code and getting error on sip/sip.h not found .

*****/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, from src/main.cpp:24: src/includes.h:24:10: fatal error: sip/sip.h: No such file or directory

include <sip/sip.h>

      ^~~~~~~~~~~

compilation terminated. make: *** [Makefile:18: src/main

OS Details:

Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster

Appreciate any help

NCO3 commented 3 years ago

I have the same issue on:

Release = Raspbian GNU/Linux 10 (buster)

Kernel = Linux 5.4.51-v7l+

Platform = Raspberry Pi 4 Model B Rev 1.4

Is there any option to solve this? I installed: python3-sip python3-sip-dev sip-dev still does not work. Any help is greatly appreciated

michaelHH1 commented 1 year ago

Had the same problem but at a non-raspberry Debian Buster. My solution fixed it. You may need to adapt:

    wget http://archive.ubuntu.com/ubuntu/pool/universe/o/opal/libopal3.10.10_3.10.10~dfsg2-2.1build2_amd64.deb
    wget http://archive.ubuntu.com/ubuntu/pool/universe/p/ptlib/libpt2.10.11_2.10.11~dfsg-2.1_amd64.deb
    wget http://archive.ubuntu.com/ubuntu/pool/universe/x/x264/libx264-152_0.152.2854+gite9a5903-2_amd64.deb
    apt install libspeexdsp1
    dpkg -i libx264-152_0.152.2854+gite9a5903-2_amd64.deb
    dpkg -i libpt2.10.11_2.10.11~dfsg-2.1_amd64.deb
    dpkg -i libopal3.10.10_3.10.10~dfsg2-2.1build2_amd64.deb
    apt-get install -f