Advertisement
Guest User

Log

a guest
Jul 7th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. g++ -o build\src\simulation\elements\ACEL.o -c -std=gnu++98 -Wno-invalid-offseto
  2. f -msse -msse2 -O3 -ftree-vectorize -funsafe-math-optimizations -ffast-math -fom
  3. it-frame-pointer -funsafe-loop-optimizations -w -DSDL_R_INCL -DLUA_R_INCL -DWIN
  4. -D_WIN32_WINNT=0x0501 -DX86 -DX86_SSE -DX86_SSE2 -DGRAVFFT -DLUACONSOLE -Ibuild\
  5. src -Isrc -Ibuild\includes -Iincludes src\simulation\elements\ACEL.cpp
  6. =====
  7. In file included from c:\mingw\include\windows.h:55:0,
  8. from c:\mingw\include\sdl_syswm.h:133,
  9. from includes/interface.h:28,
  10. from src\gui\profile\ProfileViewer.cpp:11:
  11. src\gui\profile\ProfileViewer.cpp: In member function 'virtual void ProfileViewe
  12. r::OnDraw(VideoBuffer*)':
  13. src\gui\profile\ProfileViewer.cpp:304:7: error: 'class VideoBuffer' has no membe
  14. r named 'DrawTextA'
  15. buf->DrawText(10, 24-GetScrollPosition(), "Age:", 175, 175, 175, 255);
  16. ^
  17. src\gui\profile\ProfileViewer.cpp:305:7: error: 'class VideoBuffer' has no membe
  18. r named 'DrawTextA'
  19. buf->DrawText(10, 38-GetScrollPosition(), "Location:", 175, 175, 175, 255);
  20. ^
  21. src\gui\profile\ProfileViewer.cpp:306:7: error: 'class VideoBuffer' has no membe
  22. r named 'DrawTextA'
  23. buf->DrawText(10, 52-GetScrollPosition(), "Website:", 175, 175, 175, 255);
  24. ^
  25. src\gui\profile\ProfileViewer.cpp:307:7: error: 'class VideoBuffer' has no membe
  26. r named 'DrawTextA'
  27. buf->DrawText(10, 66-GetScrollPosition(), "Saves:", 175, 175, 175, 255);
  28. ^
  29. src\gui\profile\ProfileViewer.cpp:308:7: error: 'class VideoBuffer' has no membe
  30. r named 'DrawTextA'
  31. buf->DrawText(15, 80-GetScrollPosition(), "Count:", 175, 175, 175, 255);
  32. ^
  33. src\gui\profile\ProfileViewer.cpp:309:7: error: 'class VideoBuffer' has no membe
  34. r named 'DrawTextA'
  35. buf->DrawText(15, 94-GetScrollPosition(), "Average Score:", 175, 175, 175, 255
  36. );
  37. ^
  38. src\gui\profile\ProfileViewer.cpp:310:7: error: 'class VideoBuffer' has no membe
  39. r named 'DrawTextA'
  40. buf->DrawText(15, 108-GetScrollPosition(), "Highest Score:", 175, 175, 175, 25
  41. 5);
  42. ^
  43. src\gui\profile\ProfileViewer.cpp:311:7: error: 'class VideoBuffer' has no membe
  44. r named 'DrawTextA'
  45. buf->DrawText(10, 122-GetScrollPosition(), "Biography:", 175, 175, 175, 255);
  46. ^
  47.  
  48. =====
  49. scons: *** [build\src\gui\profile\ProfileViewer.o] Error 1
  50. scons: building terminated because of errors.
  51. strip: 'build/Powder.exe': No such file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement