/README
https://github.com/rostgaard/ada-pjsua · #! · 28 lines · 19 code · 9 blank · 0 comment · 0 complexity · f39eb3986be7a2beba74c69b473d6f10 MD5 · raw file
- 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