Git Product home page Git Product logo

Comments (4)

drexlma avatar drexlma commented on August 18, 2024

use Debian 9 or docker with stretch
debian 10 not working

#69

from sipcmd.

TelcoGuy00 avatar TelcoGuy00 commented on August 18, 2024

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

from sipcmd.

NCO3 avatar NCO3 commented on August 18, 2024

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

from sipcmd.

michaelHH1 avatar michaelHH1 commented on August 18, 2024

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

from sipcmd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.