https://github.com/rostgaard/pjsip-ada
PJSUA Ada bindings (unfinished, abandoned)
https://github.com/rostgaard/pjsip-ada
Last synced: 4 months ago
JSON representation
PJSUA Ada bindings (unfinished, abandoned)
- Host: GitHub
- URL: https://github.com/rostgaard/pjsip-ada
- Owner: rostgaard
- Created: 2012-07-17T13:54:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-24T12:15:57.000Z (almost 14 years ago)
- Last Synced: 2025-10-26T14:59:40.339Z (8 months ago)
- Language: Ada
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
PJSUA Ada bindings
=============
Provides an interface for including a SIP user agent in an Ada progam.
Installation
----
For now, there is only the thin bindings which is pseudo-generated with gcc and a basic test case.
To build it, you need PJSIP+PJSUA. Fear not, the Makefile should take care of it for you.
- Run "make deps" to build the pj(sip|sua) libs.
- Run "make" to build the test case
Don't forget to move the .dist config file into place
TODO
----
* Patch to use Ada 2012 style convention
Bugs
----
* gcc: error trying to exec 'gnat1': execvp: No such file or directory
It seems that there are some hiccups with locating gnat1. For what it's worth, it can be
worked around by simply specifying the location of gnat1. E.g:
PATH=$PATH:/usr/gnat/libexec/gcc/x86_64-pc-linux-gnu/4.5.4/ make