-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Compile under Release = Raspbian GNU/Linux 10 (buster) #66
Comments
I was able to install the dependencies by adding the following line to my Dont't forget |
Oh dear on Raspberry 2B+ everything was fine, now on Raspberry 4 B with raspbina buster I can not compile simpcmd anymore. [17:05:29] openhabian@openhab:~/sipcmd-master$ make How do I add the header file sip.h? Thanks in advance for any help! |
I have the same problem: Solution from plutonic1 does not help. Thanks, Robert! |
use docker :) |
It is possible to use it with the following Raspbian Version?
I get the following errors:
[15:18:39] openhabian@openhab:/opt/sipcmd$ sudo apt-get install libpt-dev libopal-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libopal-dev
[15:20:16] openhabian@openhab:/opt/sipcmd$
[15:20:32] openhabian@openhab:/opt/sipcmd$ sudo make
g++ -c -Wall src/main.cpp -o src/main.o -I/usr/include/opal -I/usr/include/ptlib -Isrc/
In file included from src/main.h:24,
from src/main.cpp:24:
src/includes.h:23:10: fatal error: ptlib.h: No such file or directory
#include <ptlib.h>
^~~~~~~~~
compilation terminated.
make: *** [Makefile:18: src/main.o] Error 1
[15:21:04] openhabian@openhab:/opt/sipcmd$
The text was updated successfully, but these errors were encountered: