Advertisement
Danfun64

Untitled

Oct 16th, 2014
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. danfun64@df64-debian:~/Documents/freedoom-bin/3DGE-src$ make -f Makefile.linux
  2. mkdir -p obj_linux/coal
  3. mkdir -p obj_linux/ddf
  4. mkdir -p obj_linux/deh_edge
  5. mkdir -p obj_linux/edge
  6. mkdir -p obj_linux/epi
  7. mkdir -p obj_linux/glbsp
  8. mkdir -p obj_linux/timidity
  9. g++ -O2 -ffast-math -fno-strict-aliasing -Wall -pipe -I. -DLINUX -DUSE_OGG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o obj_linux/coal/c_compile.o -c coal/c_compile.cc
  10. coal/c_compile.cc: In member function ‘int coal::real_vm_c::GLOB_FunctionBody(coal::def_t*, coal::type_t*, const char*)’:
  11. coal/c_compile.cc:1461:9: warning: variable ‘defs’ set but not used [-Wunused-but-set-variable]
  12. def_t *defs[MAX_PARMS];
  13. ^
  14. g++ -O2 -ffast-math -fno-strict-aliasing -Wall -pipe -I. -DLINUX -DUSE_OGG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o obj_linux/coal/c_execute.o -c coal/c_execute.cc
  15. g++ -O2 -ffast-math -fno-strict-aliasing -Wall -pipe -I. -DLINUX -DUSE_OGG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o obj_linux/coal/c_memory.o -c coal/c_memory.cc
  16. g++ -O2 -ffast-math -fno-strict-aliasing -Wall -pipe -I. -DLINUX -DUSE_OGG -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o obj_linux/ddf/anim.o -c ddf/anim.cc
  17. In file included from ddf/anim.cc:22:0:
  18. ddf/local.h:82:2: error: ‘ptrdiff_t’ does not name a type
  19. ptrdiff_t offset;
  20. ^
  21. ddf/local.h:229:2: error: ‘ptrdiff_t’ does not name a type
  22. ptrdiff_t offset;
  23. ^
  24. ddf/anim.cc:46:1: error: too many initializers for ‘const commandlist_t {aka const commandlist_s}’
  25. };
  26. ^
  27. ddf/anim.cc:46:1: error: too many initializers for ‘const commandlist_t {aka const commandlist_s}’
  28. ddf/anim.cc:46:1: error: too many initializers for ‘const commandlist_t {aka const commandlist_s}’
  29. ddf/anim.cc:46:1: error: too many initializers for ‘const commandlist_t {aka const commandlist_s}’
  30. ddf/anim.cc:46:1: error: too many initializers for ‘const commandlist_t {aka const commandlist_s}’
  31. ddf/anim.cc:46:1: error: too many initializers for ‘const commandlist_t {aka const commandlist_s}’
  32. ddf/anim.cc:46:1: error: invalid conversion from ‘long int’ to ‘const commandlist_s*’ [-fpermissive]
  33. ddf/anim.cc:46:1: error: invalid conversion from ‘long int’ to ‘const commandlist_s*’ [-fpermissive]
  34. ddf/anim.cc:46:1: error: invalid conversion from ‘long int’ to ‘const commandlist_s*’ [-fpermissive]
  35. ddf/anim.cc:46:1: error: invalid conversion from ‘long int’ to ‘const commandlist_s*’ [-fpermissive]
  36. ddf/anim.cc:46:1: error: invalid conversion from ‘long int’ to ‘const commandlist_s*’ [-fpermissive]
  37. Makefile.linux:126: recipe for target 'obj_linux/ddf/anim.o' failed
  38. make: *** [obj_linux/ddf/anim.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement