Advertisement
marquicus

tcptrack 1.4.0-1

May 26th, 2011
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory `/tmp/yaourt-tmp-mrojas/aur-tcptrack/src/tcptrack-1.4.0'
  3. Making all in src
  4. make[2]: Entering directory `/tmp/yaourt-tmp-mrojas/aur-tcptrack/src/tcptrack-1.4.0/src'
  5. if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Werror -Wno-deprecated -Wall -march=x86-64 -mtune=generic -O2 -pipe -MT Collector.o -MD -MP -MF ".deps/Collector.Tpo" \
  6. -c -o Collector.o `test -f 'Collector.cc' || echo './'`Collector.cc; \
  7. then mv -f ".deps/Collector.Tpo" ".deps/Collector.Po"; \
  8. else rm -f ".deps/Collector.Tpo"; exit 1; \
  9. fi
  10. if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Werror -Wno-deprecated -Wall -march=x86-64 -mtune=generic -O2 -pipe -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  11. -c -o main.o `test -f 'main.cc' || echo './'`main.cc; \
  12. then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
  13. else rm -f ".deps/main.Tpo"; exit 1; \
  14. fi
  15. if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Werror -Wno-deprecated -Wall -march=x86-64 -mtune=generic -O2 -pipe -MT TCContainer.o -MD -MP -MF ".deps/TCContainer.Tpo" \
  16. -c -o TCContainer.o `test -f 'TCContainer.cc' || echo './'`TCContainer.cc; \
  17. then mv -f ".deps/TCContainer.Tpo" ".deps/TCContainer.Po"; \
  18. else rm -f ".deps/TCContainer.Tpo"; exit 1; \
  19. fi
  20. if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Werror -Wno-deprecated -Wall -march=x86-64 -mtune=generic -O2 -pipe -MT TextUI.o -MD -MP -MF ".deps/TextUI.Tpo" \
  21. -c -o TextUI.o `test -f 'TextUI.cc' || echo './'`TextUI.cc; \
  22. then mv -f ".deps/TextUI.Tpo" ".deps/TextUI.Po"; \
  23. else rm -f ".deps/TextUI.Tpo"; exit 1; \
  24. fi
  25. TextUI.cc: In member function ‘void TextUI::displayer_run()’:
  26. TextUI.cc:123:18: error: variable ‘t’ set but not used [-Werror=unused-but-set-variable]
  27. cc1plus: all warnings being treated as errors
  28.  
  29. make[2]: *** [TextUI.o] Error 1
  30. make[2]: Leaving directory `/tmp/yaourt-tmp-mrojas/aur-tcptrack/src/tcptrack-1.4.0/src'
  31. make[1]: *** [all-recursive] Error 1
  32. make[1]: Leaving directory `/tmp/yaourt-tmp-mrojas/aur-tcptrack/src/tcptrack-1.4.0'
  33. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement