Guest

konstantinnovichikhin

By: a guest on Feb 11th, 2010  |  syntax: Bash  |  size: 4.20 KB  |  hits: 130  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. make[1]: Entering directory `/root/osd/toolwhip-read-only/ld64/src'
  2. g++ -m32 -O2 -D__LITTLE_ENDIAN__ -I../../usr_include -I. -c -o Options.o Options.cpp
  3. In file included from /usr/lib/gcc/i686-redhat-linux/4.4.2/../../../../include/c++/4.4.2/ext/hash_set:59,
  4.                 from Options.h:34,
  5.                 from Options.cpp:34:
  6. /usr/lib/gcc/i686-redhat-linux/4.4.2/../../../../include/c++/4.4.2/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
  7. Options.cpp: In function Б-?void warning(const char*, ...)Б-?:
  8. Options.cpp:52: error: Б-?fopenБ-? was not declared in this scope
  9. Options.cpp:55: error: Б-?stderrБ-? was not declared in this scope
  10. Options.cpp:55: error: Б-?fprintfБ-? was not declared in this scope
  11. Options.cpp:56: error: Б-?vfprintfБ-? was not declared in this scope
  12. Options.cpp:62: error: Б-?fflushБ-? was not declared in this scope
  13. Options.cpp: In function Б-?void throwf(const char*, ...)Б-?:
  14. Options.cpp:73: error: Б-?vasprintfБ-? was not declared in this scope
  15. Options.cpp: In member function Б-?bool Options::checkForFile(const char*, const char*, const char*, Options::FileInfo&)Б-?:
  16. Options.cpp:500: error: Б-?sprintfБ-? was not declared in this scope
  17. Options.cpp:503: error: Б-?printfБ-? was not declared in this scope
  18. Options.cpp: In member function Б-?Options::FileInfo Options::findFramework(const char*, const char*)Б-?:
  19. Options.cpp:622: error: Б-?printfБ-? was not declared in this scope
  20. Options.cpp: In member function Б-?void Options::parseSegAddrTable(const char*, const char*)Б-?:
  21. Options.cpp:759: error: Б-?fopenБ-? was not declared in this scope
  22. Options.cpp:769: error: Б-?fgetsБ-? was not declared in this scope
  23. Options.cpp:806: error: Б-?fcloseБ-? was not declared in this scope
  24. Options.cpp: In member function Б-?void Options::loadFileList(const char*)Б-?:
  25. Options.cpp:820: error: Б-?fopenБ-? was not declared in this scope
  26. Options.cpp:825: error: Б-?fopenБ-? was not declared in this scope
  27. Options.cpp:831: error: Б-?fgetsБ-? was not declared in this scope
  28. Options.cpp:847: error: Б-?fcloseБ-? was not declared in this scope
  29. Options.cpp: In function Б-?const char* cstringSymbolName(const char*)Б-?:
  30. Options.cpp:1295: error: Б-?asprintfБ-? was not declared in this scope
  31. Options.cpp: In member function Б-?void Options::parse(int, const char**)Б-?:
  32. Options.cpp:1601: error: Б-?stderrБ-? was not declared in this scope
  33. Options.cpp:1601: error: Б-?fprintfБ-? was not declared in this scope
  34. Options.cpp:1610: error: Б-?stdoutБ-? was not declared in this scope
  35. Options.cpp:1610: error: Б-?fprintfБ-? was not declared in this scope
  36. Options.cpp: In member function Б-?void Options::buildSearchPaths(int, const char**)Б-?:
  37. Options.cpp:2381: error: Б-?stderrБ-? was not declared in this scope
  38. Options.cpp:2381: error: Б-?fprintfБ-? was not declared in this scope
  39. Options.cpp:2487: error: Б-?stderrБ-? was not declared in this scope
  40. Options.cpp:2487: error: Б-?fprintfБ-? was not declared in this scope
  41. Options.cpp: In member function Б-?void Options::checkIllegalOptionCombinations()Б-?:
  42. Options.cpp:2968: error: Б-?asprintfБ-? was not declared in this scope
  43. Options.cpp: In member function Б-?void Options::gotoClassicLinker(int, const char**)Б-?:
  44. Options.cpp:3163: error: Б-?stderrБ-? was not declared in this scope
  45. Options.cpp:3163: error: Б-?fprintfБ-? was not declared in this scope
  46. make[1]: *** [Options.o] Error 1
  47. make[1]: Leaving directory `/root/osd/toolwhip-read-only/ld64/src'
  48. make: *** [all] Error 2