It was the SVN from yesterday. I dont have the exact number for the download.
Edit: I just tried 1.24.3 and am getting the same thing
I'm running Debian 6.0
Search found 6 matches
- Mon May 23, 2011 4:53 pm
- Forum: ZoneMinder 1.24.x
- Topic: FFMPEG Camera Error
- Replies: 3
- Views: 1688
- Mon May 23, 2011 9:28 am
- Forum: ZoneMinder 1.24.x
- Topic: FFMPEG Camera Error
- Replies: 3
- Views: 1688
FFMPEG Camera Error
I'm getting this error when trying to make ZM: zm_ffmpeg_camera.cpp: In destructor âvirtual FfmpegCamera::~FfmpegCamera()â: zm_ffmpeg_camera.cpp:51: error: âsws_freeContextâ was not declared in this scope zm_ffmpeg_camera.cpp: In member function âvirtual int FfmpegCamera::Capture(Image&)â: zm_ffmpeg_ ...
- Mon May 23, 2011 6:59 am
- Forum: ZoneMinder 1.24.x
- Topic: Problem configuring source
- Replies: 5
- Views: 1884
Re: Problem configuring source
Found it!
I has left this "--with-extralibs" on the ./configure line. When I took it out it was able to complete
Thanks
I has left this "--with-extralibs" on the ./configure line. When I took it out it was able to complete
Thanks
- Sun May 22, 2011 9:38 pm
- Forum: ZoneMinder 1.24.x
- Topic: Problem configuring source
- Replies: 5
- Views: 1884
Re: Problem configuring source
I'm not really sure what contents to put in the file to try and put in there. Would you be able to suggest what its trying to run so I could try that out?
- Fri May 20, 2011 5:24 am
- Forum: ZoneMinder 1.24.x
- Topic: Problem configuring source
- Replies: 5
- Views: 1884
Re: Problem configuring source
I have g++ already installed. I've compiled a few other pieces of software with out any issue that used g++ and gcc.
Is there really a file that is called "yes" that is put in the command for g++?
Is there really a file that is called "yes" that is put in the command for g++?
Code: Select all
g++: yes: No such file or directory
- Tue May 17, 2011 6:12 pm
- Forum: ZoneMinder 1.24.x
- Topic: Problem configuring source
- Replies: 5
- Views: 1884
Problem configuring source
This is my first time installing ZoneMinder and im having an issue doing the ./configure. Here is the line I'm using: ./configure --with-mysql=/usr/include/mysql/ --with-ffmpeg=/usr/src/ffmpeg --with-extralibs --with-webdir=/var/www/zm --with-cgidir=/var/www/zm/cgi-bin --with-libarch=lib This is the ...