Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.45 KB | None | 0 0
  1. C:\msys\1.0\src\a5\allegro\build>mingw32-make
  2. [  0%] Building C object CMakeFiles/allegro.dir/src/allegro.c.obj
  3. In file included from C:\msys\1.0\src\a5\allegro\src\allegro.c:19:
  4. C:/MinGW/include/stdio.h:258: warning: no previous declaration for 'getc'
  5. C:/MinGW/include/stdio.h:265: warning: no previous declaration for 'putc'
  6. C:/MinGW/include/stdio.h:272: warning: no previous declaration for 'getchar'
  7. C:/MinGW/include/stdio.h:279: warning: no previous declaration for 'putchar'
  8. In file included from C:\msys\1.0\src\a5\allegro\src\allegro.c:19:
  9. C:/MinGW/include/stdio.h:416: warning: no previous declaration for 'fopen64'
  10. C:/MinGW/include/stdio.h:428: warning: no previous declaration for 'ftello64'
  11. C:/MinGW/include/stdio.h:483: warning: no previous declaration for 'vsnwprintf'
  12. In file included from C:/msys/1.0/src/a5/allegro/include/allegro5/platform/astdi
  13. nt.h:28,
  14.                  from C:/msys/1.0/src/a5/allegro/include/allegro5/internal/alcon
  15. fig.h:61,
  16.                  from C:/msys/1.0/src/a5/allegro/include/allegro5/base.h:50,
  17.                  from C:/msys/1.0/src/a5/allegro/include/allegro5/allegro.h:26,
  18.                  from C:\msys\1.0\src\a5\allegro\src\allegro.c:23:
  19. C:/MinGW/include/inttypes.h:259: warning: no previous declaration for 'imaxabs'
  20. mingw32-make[2]: *** [CMakeFiles/allegro.dir/src/allegro.c.obj] Error 1
  21. mingw32-make[1]: *** [CMakeFiles/allegro.dir/all] Error 2
  22. mingw32-make: *** [all] Error 2
  23.  
  24. C:\msys\1.0\src\a5\allegro\build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement