3rdparty/zlib/zconf.h should not exist in repo, since it is generated by 3rdparty/zlib/zconf.h.cmakein (Bug #2361)
Description
I was getting a weird compile error, how z_crc_t not defined. It turns out that cmake is generating another zconf.h, put in the current build directory, but the original obsolote zconf.h was taking precedence.
Associated revisions
Merge pull request #2361 from alekcac:ios_camera_changes
History
Updated by Andrey Pavlenko over 12 years ago
Andrei, could you specify the target OS/Arch and build options?
Updated by Andrey Pavlenko over 12 years ago
- Assignee changed from Alexander Shishkov to Andrei Zaharescu
- Start date deleted (
2012-09-17)
Updated by Vadim Pisarevsky over 12 years ago
Andrey (well, there are 3 Andrey's here in one place :) ), can you look at it? May be, it will take you less time than me to fix it. Otherwise, reassign it back to me
- Assignee changed from Andrei Zaharescu to Andrey Kamaev
Updated by Andrei Zaharescu over 12 years ago
I was getting this on Mac OS.X 10.8. Sorry for the late reply.
Updated by Andrei Zaharescu over 12 years ago
As far as build options, nothing fancy, just the standard one (with either XCode or unix Makefile as generators).
From the looks of it, since there is a opencv/3rdparty/zlib/zconf.h.cmakein, I think you should remove opencv/3rdparty/zlib/zconf.h in all situations.
Cheers,
A
Updated by Andrey Kamaev over 12 years ago
The file is removed 7 month ago.
- Status changed from Open to Cancelled