Het compileertgit status alleen nu nog daadwerkelijk draaien. zie connector_rtsp/compile_remarks.txt

This commit is contained in:
Erik Zandvliet 2010-09-01 09:30:26 +02:00
parent 52de8a8fd9
commit d89deb37e8
4 changed files with 30 additions and 9 deletions

View file

@ -0,0 +1,19 @@
Makefile LIBS: -ljthread -lpthread -ljrtp (al ingesteld)
alle includes: <jrtplib3/[blaat.h]> (al gedaan)
in /usr/local/include/jrtplib3/rtpsession.h (lokaal, was via jrtplib's "make install")
en /usr/local/include/jrtplib3/rtpudpv4transmitter.h (lokaal, was via jrtplib's "make install")
verander #include <jmutex.h> naar #include <jthread/jmutex.h>
anders geen compiles...
Vervolgens: bij het runnen van ./Connector_RTSP:
./Connector_RTSP: error while loading shared libraries: libjrtp-3.7.1.so: cannot open shared object file: No such file or directory
dus: ik kan op het moment genoeg coden, en zorgen dat het compiled, maar ook daadwerkelijk draaien wordt lastig... Enige ideeen?