Advertisement
Guest User

Untitled

a guest
Jan 24th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. libtool: link: ranlib .libs/libQFsdl.a
  2. libtool: link: rm -fr .libs/libQFsdl.lax
  3. libtool: link: ( cd ".libs" && rm -f "libQFsdl.la" && ln -s "../libQFsdl.la" "libQFsdl.la" )
  4. /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -prefer-non-pic -O2 -march=i486 -mtune=i686 -pipe -Wsign-compare -Wlogical-op -Wall -fno-common -MT libQFsvga_la-vid_svgalib.lo -MD -MP -MF .deps/libQFsvga_la-vid_svgalib.Tpo -c -o libQFsvga_la-vid_svgalib.lo `test -f 'vid_svgalib.c' || echo './'`vid_svgalib.c
  5. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -O2 -march=i486 -mtune=i686 -pipe -Wsign-compare -Wlogical-op -Wall -fno-common -MT libQFsvga_la-vid_svgalib.lo -MD -MP -MF .deps/libQFsvga_la-vid_svgalib.Tpo -c vid_svgalib.c -o .libs/libQFsvga_la-vid_svgalib.o
  6. vid_svgalib.c: In function ‘D_BeginDirectRect’:
  7. vid_svgalib.c:88:26: error: ‘vid’ undeclared (first use in this function)
  8. if (!svgalib_inited || !vid.direct || svgalib_backgrounded
  9. ^
  10. vid_svgalib.c:88:26: note: each undeclared identifier is reported only once for each function it appears in
  11. vid_svgalib.c: In function ‘D_EndDirectRect’:
  12. vid_svgalib.c:145:26: error: ‘vid’ undeclared (first use in this function)
  13. if (!svgalib_inited || !vid.direct || svgalib_backgrounded
  14. ^
  15. vid_svgalib.c: In function ‘VID_SetMode’:
  16. vid_svgalib.c:291:2: error: ‘vid’ undeclared (first use in this function)
  17. vid.width = modes[current_mode].width;
  18. ^
  19. vid_svgalib.c:304:27: error: ‘vid_colormap’ undeclared (first use in this function)
  20. vid.colormap8 = (byte *) vid_colormap;
  21. ^
  22. vid_svgalib.c:310:2: warning: implicit declaration of function ‘VID_InitBuffers’ [-Wimplicit-function-declaration]
  23. VID_InitBuffers ();
  24. ^
  25. vid_svgalib.c: In function ‘VID_Init’:
  26. vid_svgalib.c:377:2: warning: implicit declaration of function ‘VID_GetWindowSize’ [-Wimplicit-function-declaration]
  27. VID_GetWindowSize (320, 200);
  28. ^
  29. vid_svgalib.c:379:27: error: ‘vid’ undeclared (first use in this function)
  30. current_mode = get_mode (vid.width, vid.height, 8);
  31. ^
  32. vid_svgalib.c:382:2: error: ‘vid_colormap’ undeclared (first use in this function)
  33. vid_colormap = colormap;
  34. ^
  35. vid_svgalib.c:385:2: warning: implicit declaration of function ‘VID_InitGamma’ [-Wimplicit-function-declaration]
  36. VID_InitGamma (palette);
  37. ^
  38. vid_svgalib.c: In function ‘VID_Init_Cvars’:
  39. vid_svgalib.c:400:2: error: ‘vid_system_gamma’ undeclared (first use in this function)
  40. vid_system_gamma = Cvar_Get ("vid_system_gamma", "1", CVAR_ARCHIVE, NULL,
  41. ^
  42. vid_svgalib.c: In function ‘VID_Update’:
  43. vid_svgalib.c:420:3: warning: implicit declaration of function ‘VGA_UpdatePlanarScreen’ [-Wimplicit-function-declaration]
  44. VGA_UpdatePlanarScreen (vid.buffer);
  45. ^
  46. vid_svgalib.c:420:27: error: ‘vid’ undeclared (first use in this function)
  47. VGA_UpdatePlanarScreen (vid.buffer);
  48. ^
  49. make[4]: *** [libQFsvga_la-vid_svgalib.lo] Error 1
  50. make[4]: Leaving directory `/tmp/SBo/quakeforge-0.7.0/libs/video/targets'
  51. make[3]: *** [all] Error 2
  52. make[3]: Leaving directory `/tmp/SBo/quakeforge-0.7.0/libs/video/targets'
  53. make[2]: *** [all-recursive] Error 1
  54. make[2]: Leaving directory `/tmp/SBo/quakeforge-0.7.0/libs/video'
  55. make[1]: *** [all-recursive] Error 1
  56. make[1]: Leaving directory `/tmp/SBo/quakeforge-0.7.0/libs'
  57. make: *** [all-recursive]Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement