PageRenderTime 31ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/README

https://github.com/rostgaard/ada-pjsua
#! | 28 lines | 19 code | 9 blank | 0 comment | 0 complexity | f39eb3986be7a2beba74c69b473d6f10 MD5 | raw file
  1. PJSUA Ada bindings
  2. =============
  3. Provides an interface for including a SIP user agent in an Ada progam.
  4. Installation
  5. ----
  6. For now, there is only the thin bindings which is pseudo-generated with gcc and a basic test case.
  7. To build it, you need PJSIP+PJSUA. Fear not, the Makefile should take care of it for you.
  8. - Run "make deps" to build the pj(sip|sua) libs.
  9. - Run "make" to build the test case
  10. Don't forget to move the .dist config file into place
  11. TODO
  12. ----
  13. * Patch to use Ada 2012 style convention
  14. Bugs
  15. ----
  16. * gcc: error trying to exec 'gnat1': execvp: No such file or directory
  17. It seems that there are some hiccups with locating gnat1. For what it's worth, it can be
  18. worked around by simply specifying the location of gnat1. E.g:
  19. PATH=$PATH:/usr/gnat/libexec/gcc/x86_64-pc-linux-gnu/4.5.4/ make