Compile error - RTSPLowerTransport [SOLVED]
Posted: Wed Dec 03, 2008 1:13 pm
I'm getting:
In file included from zm_rtsp.h:31,
from zm_remote_camera_rtsp.h:28,
from zm_monitor.cpp:35:
zm_sdp.h:222: error: use of enum ‘RTSPLowerTransport’ without previous declaration
make[2]: *** [zm_monitor.o] Error 1
make[2]: Leaving directory `/root/ZoneMinder-1.24.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ZoneMinder-1.24.0'
make: *** [all] Error 2
The ffmpeg is installed and it seems not have problem.
If it hels, here is my configure command:
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zmuser ZM_DB_PASS=zmpass --enable-debug=yes
What I should do?
Thanks!!
In file included from zm_rtsp.h:31,
from zm_remote_camera_rtsp.h:28,
from zm_monitor.cpp:35:
zm_sdp.h:222: error: use of enum ‘RTSPLowerTransport’ without previous declaration
make[2]: *** [zm_monitor.o] Error 1
make[2]: Leaving directory `/root/ZoneMinder-1.24.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ZoneMinder-1.24.0'
make: *** [all] Error 2
The ffmpeg is installed and it seems not have problem.
If it hels, here is my configure command:
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zmuser ZM_DB_PASS=zmpass --enable-debug=yes
What I should do?
Thanks!!