I get this error
unzip.c: In function ‘unzOpenCurrentFile3’:
unzip.c:1176:24: error: assignment from incompatible pointer type [-Werror]
cc1: all warnings being treated as errors
make[3]: * [libunzip_la-unzip.lo] Error 1
make[3]: Waiting for unfinished jobs....
zip.c: In function ‘zipOpenNewFileInZip3’:
zip.c:884:28: error: assignment from incompatible pointer type [-Werror]
cc1: all warnings being treated as errors
make[3]: [libunzip_la-zip.lo] Error 1
make[3]: Leaving directory /home/joker/Apps/google-gadgets-for-linux-0.11.2/third_party/unzip'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
/home/joker/Apps/google-gadgets-for-linux-0.11.2/third_party'
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory `/home/joker/Apps/google-gadgets-for-linux-0.11.2'
make: * [all] Error 2
Comment #1
Posted on Sep 28, 2012 by Massive Lionand when I try to run cmake on the current checked out svn branch I get:
CMake Error at cmake/DistInfo?.cmake:51 (STRING):
string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command.
Call Stack (most recent call first):
cmake/Configure.cmake:129 (INCLUDE) CMakeLists.txt:20 (INCLUDE)
Status: New