Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. C:\WINDOWS\system32\cmd.exe /C mingw32-make -e -f Makefile
  2. "----------Building project:[ poly - Debug ]----------"
  3. mingw32-make[1]: Entering directory 'C:/Users/quagm/Documents/Chris'/poly'
  4. C:/MinGW/bin/g++.exe -c "C:/Users/quagm/Documents/Chris'/poly/main.cpp" -g -O0 -Wall -o ./Debug/main.cpp.o -I. -I.
  5. In file included from C:/Users/quagm/Documents/Chris'/poly/main.cpp:11:0:
  6. C:/Users/quagm/Documents/Chris'/poly/polynomial.h: In function 'std::ostream& main_savitch_3::operator<<(std::ostream&, const main_savitch_3::polynomial&)':
  7. C:/Users/quagm/Documents/Chris'/poly/polynomial.h:233:32: error: 'endl' was not declared in this scope
  8. out << p.coefficient(i) << endl;
  9. ^~~~
  10. C:/Users/quagm/Documents/Chris'/poly/polynomial.h:233:32: note: suggested alternative:
  11. In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\iostream:39:0,
  12. from C:/Users/quagm/Documents/Chris'/poly/main.cpp:10:
  13. c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\ostream:590:5: note: 'std::endl'
  14. endl(basic_ostream<_CharT, _Traits>& __os)
  15. ^~~~
  16. mingw32-make[1]: *** [Debug/main.cpp.o] Error 1
  17. mingw32-make: *** [All] Error 2
  18. poly.mk:97: recipe for target 'Debug/main.cpp.o' failed
  19. mingw32-make[1]: Leaving directory 'C:/Users/quagm/Documents/Chris'/poly'
  20. Makefile:4: recipe for target 'All' failed
  21. ====1 errors, 2 warnings====
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement