Advertisement
Guest User

Untitled

a guest
Oct 10th, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Scanning dependencies of target cstdlib
  2. [ 3%] Building C object src/std/CMakeFiles/cstdlib.dir/c_alloc.c.obj
  3. [ 6%] Building C object src/std/CMakeFiles/cstdlib.dir/c_dir.c.obj
  4. In file included from C:\Users\woboq\Documents\GitHub\desktopclient\csync\src\std\c_private.h:31:0,
  5. from C:\Users\woboq\Documents\GitHub\desktopclient\csync\src\std\c_dir.c:9:
  6. c:\mingw\bin\../lib/gcc/mingw32/4.7.0/../../../../include/winbase.h:1538:77: Fehler: unbekannter Typname: »va_list«
  7. c:\mingw\bin\../lib/gcc/mingw32/4.7.0/../../../../include/winbase.h:1539:78: Fehler: unbekannter Typname: »va_list«
  8. In file included from C:\Users\woboq\Documents\GitHub\desktopclient\csync\src\std\c_dir.c:9:0:
  9. C:\Users\woboq\Documents\GitHub\desktopclient\csync\src\std\c_private.h:78:21: Fehler: In Konflikt stehende Typen für »_TCHAR«
  10. In file included from c:\mingw\bin\../lib/gcc/mingw32/4.7.0/../../../../include/windef.h:253:0,
  11. from C:\Users\woboq\Documents\GitHub\desktopclient\csync\src\std\c_private.h:30,
  12. from C:\Users\woboq\Documents\GitHub\desktopclient\csync\src\std\c_dir.c:9:
  13. c:\mingw\bin\../lib/gcc/mingw32/4.7.0/../../../../include/winnt.h:121:14: Anmerkung: Vorherige Deklaration von »_TCHAR« war hier
  14. src\std\CMakeFiles\cstdlib.dir\build.make:81: recipe for target 'src/std/CMakeFiles/cstdlib.dir/c_dir.c.obj' failed
  15. mingw32-make[2]: *** [src/std/CMakeFiles/cstdlib.dir/c_dir.c.obj] Error 1
  16. CMakeFiles\Makefile2:129: recipe for target 'src/std/CMakeFiles/cstdlib.dir/all' failed
  17. mingw32-make[1]: *** [src/std/CMakeFiles/cstdlib.dir/all] Error 2
  18. Makefile:135: recipe for target 'all' failed
  19. mingw32-make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement