ideviceinstaller icon indicating copy to clipboard operation
ideviceinstaller copied to clipboard

Can't make

Open gabrc52 opened this issue 8 years ago • 1 comments

make output:

make  all-recursive
make[1]: Entering directory '/home/user/builds/ideviceinstaller'
Making all in src
make[2]: Entering directory '/home/user/builds/ideviceinstaller/src'
  CC       ideviceinstaller-ideviceinstaller.o
ideviceinstaller.c: In function ‘main’:
ideviceinstaller.c:910:20: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
      while (zfsize < zs.size) {
                    ^
cc1: all warnings being treated as errors
make[2]: *** [Makefile:439: ideviceinstaller-ideviceinstaller.o] Error 1
make[2]: Leaving directory '/home/user/builds/ideviceinstaller/src'
make[1]: *** [Makefile:405: all-recursive] Error 1
make[1]: Leaving directory '/home/user/builds/ideviceinstaller'
make: *** [Makefile:337: all] Error 2

Edit: solved by removing the -Werror flag in src/Makefile

gabrc52 avatar Nov 14 '17 18:11 gabrc52

it works for me.

solved by removing the -Werror flag in src/Makefile

windyzxcui avatar Nov 22 '17 08:11 windyzxcui