pmateti / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
Apache License 2.0
0 stars 0 forks source link

doesn't compile under Archlinux #391

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by JoKer777...@gmail.com on 28 Sep 2012 at 6:14

GoogleCodeExporter commented 9 years ago
and 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) 

Original comment by JoKer777...@gmail.com on 28 Sep 2012 at 7:45