Search found 8 matches
- Sat Sep 07, 2013 10:04 am
- Forum: User Contributions
- Topic: On git(hub), 1.26, features, bugs, etc.
- Replies: 6
- Views: 6067
Re: On git(hub), 1.26, features, bugs, etc.
I'm very pleased this great project is alive again. Thank you.
- Sat Mar 02, 2013 9:07 pm
- Forum: ZoneMinder 1.25.x
- Topic: Build failure
- Replies: 8
- Views: 3322
Re: Build failure
Thank you, axelm
Will get back to it tomorrow morning, right now I'm enjoying Heineken and do not feel l want to mess with it.
Will get back to it tomorrow morning, right now I'm enjoying Heineken and do not feel l want to mess with it.
- Sat Mar 02, 2013 7:21 pm
- Forum: ZoneMinder 1.25.x
- Topic: Build failure
- Replies: 8
- Views: 3322
Re: Build failure
Question!
Is there a ZoneMinder source that builds with current kernel, current GCC, current FFMPEG, etc?
Is there a ZoneMinder source that builds with current kernel, current GCC, current FFMPEG, etc?
- Sat Mar 02, 2013 4:24 pm
- Forum: ZoneMinder 1.25.x
- Topic: Build failure
- Replies: 8
- Views: 3322
Re: Build failure
Giving up, there is no end of problems.
- Sat Mar 02, 2013 3:44 pm
- Forum: ZoneMinder 1.25.x
- Topic: Build failure
- Replies: 8
- Views: 3322
Re: Build failure
Uh, this was because v4l2 API change in recent kernels. But still no cigar ... x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -Ino/include -Wall -Wno-sign-compare -fno-inline -Ino/include -march=core2 -O2 -pipe -mcx16 -msahf -msse4.1 -floop-interchange -floop-strip-mine -floop-block ...
- Sat Mar 02, 2013 3:23 pm
- Forum: ZoneMinder 1.25.x
- Topic: Build failure
- Replies: 8
- Views: 3322
Re: Build failure
Hmmm ... mmm ... I removed FFMPEG from this box, now I get stuck in a new way ...
Code: Select all
zm_local_camera.cpp:742:49: error: invalid conversion from '__u32 {aka unsigned int}' to 'v4l2_buf_type' [-fpermissive]
- Sat Mar 02, 2013 3:15 pm
- Forum: ZoneMinder 1.25.x
- Topic: Build failure
- Replies: 8
- Views: 3322
Re: Build failure
OK, this was because gcc-4.7 does not include unistd.h any more. Now I'm hitting another block. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -Iyes/include -Wall -Wno-sign-compare -fno-inline -Iyes/include -march=core2 -O2 -pipe -mcx16 -msahf -msse4.1 -floop-interchange -floop ...
- Sat Mar 02, 2013 1:29 pm
- Forum: ZoneMinder 1.25.x
- Topic: Build failure
- Replies: 8
- Views: 3322
Build failure
After successful configure the build fails like this: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -Iyes/include -Wall -Wno-sign-compare -fno-inline -Iyes/include -march=core2 -O2 -pipe -mcx16 -msahf -msse4.1 -floop-interchange -floop-strip-mine -floop-block -fno-lto -D__STDC ...