Advertisement
flyingfisch

error?

Feb 15th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.27 KB | None | 0 0
  1. flyingfisch@flyingfisch-Office-Computer:/usr/src/mkg3a/build$ cmake ..
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Check if the system is big endian
  13. -- Searching 16 bit integer
  14. -- Looking for sys/types.h
  15. -- Looking for sys/types.h - found
  16. -- Looking for stdint.h
  17. -- Looking for stdint.h - found
  18. -- Looking for stddef.h
  19. -- Looking for stddef.h - found
  20. -- Check size of unsigned short
  21. -- Check size of unsigned short - done
  22. -- Using unsigned short
  23. -- Check if the system is big endian - little endian
  24. -- Looking for include files HAVE_UNISTD_H
  25. -- Looking for include files HAVE_UNISTD_H - found
  26. -- libpng icon loading support enabled.
  27. -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.3.4")
  28. -- Found PNG: /usr/lib/i386-linux-gnu/libpng.so
  29. -- Version: hg 9a797b7feeaf
  30. -- Configuring done
  31. -- Generating done
  32. -- Build files have been written to: /usr/src/mkg3a/build
  33. flyingfisch@flyingfisch-Office-Computer:/usr/src/mkg3a/build$ make
  34. Scanning dependencies of target g3a-util
  35. [ 16%] Building C object src/CMakeFiles/g3a-util.dir/g3a.c.o
  36. /usr/src/mkg3a/src/g3a.c: In function ‘g3a_mkHeader’:
  37. /usr/src/mkg3a/src/g3a.c:129:37: warning: unused parameter ‘type[-Wunused-parameter]
  38. [ 33%] Building C object src/CMakeFiles/g3a-util.dir/util.c.o
  39. Linking C static library libg3a-util.a
  40. [ 33%] Built target g3a-util
  41. Scanning dependencies of target images
  42. [ 50%] Building C object src/CMakeFiles/images.dir/images.c.o
  43. /usr/src/mkg3a/src/images.c: In function ‘readImageData_PNG’:
  44. /usr/src/mkg3a/src/images.c:44:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  45. /usr/src/mkg3a/src/images.c: In function ‘readBMPData’:
  46. /usr/src/mkg3a/src/images.c:184:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  47. /usr/src/mkg3a/src/images.c: At top level:
  48. /usr/src/mkg3a/src/images.c:204:6: error: conflicting types for ‘convertBPP’
  49. /usr/src/mkg3a/src/images.h:33:6: note: previous declaration of ‘convertBPP’ was here
  50. /usr/src/mkg3a/src/images.c: In function ‘convertBPP’:
  51. /usr/src/mkg3a/src/images.c:209:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  52. /usr/src/mkg3a/src/images.c: In function ‘loadBitmap’:
  53. /usr/src/mkg3a/src/images.c:302:5: warning: passing argument 1 of ‘convertBPP’ makes integer from pointer without a cast [enabled by default]
  54. /usr/src/mkg3a/src/images.c:204:6: note: expected ‘uint32_t’ but argument is of type ‘int32_t *
  55. /usr/src/mkg3a/src/images.c:302:5: warning: passing argument 2 of ‘convertBPP’ makes integer from pointer without a cast [enabled by default]
  56. /usr/src/mkg3a/src/images.c:204:6: note: expected ‘uint32_t’ but argument is of type ‘int32_t *
  57. make[2]: *** [src/CMakeFiles/images.dir/images.c.o] Error 1
  58. make[1]: *** [src/CMakeFiles/images.dir/all] Error 2
  59. make: *** [all] Error 2
  60. flyingfisch@flyingfisch-Office-Computer:/usr/src/mkg3a/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement