Advertisement
yepp

Untitled

May 2nd, 2012
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.25 KB | None | 0 0
  1. In file included from test.cpp:2:0:
  2. dhcp.cpp:7:3: error: stray ‘\’ in program
  3. In file included from test.cpp:2:0:
  4. dhcp.cpp:5:158: error: ‘dns1’ has not been declared
  5. dhcp.cpp:5:166: error: ‘dns2’ has not been declared
  6. dhcp.cpp:5:174: error: ‘dn’ has not been declared
  7. dhcp.cpp:5:163: error: default argument for parameter of type ‘int’ has type ‘const char [1]
  8. dhcp.cpp:5:171: error: default argument for parameter of type ‘int’ has type ‘const char [1]
  9. dhcp.cpp:5:177: error: default argument for parameter of type ‘int’ has type ‘const char [1]
  10. In file included from test.cpp:2:0:
  11. dhcp.cpp: In static member function ‘static std::string DHCP::generateDHCPD(std::string, std::string, std::string, std::string, std::string, std::string, int, int, int):
  12. dhcp.cpp:7:279: error: ‘dns1’ was not declared in this scope
  13. dhcp.cpp:7:339: error: ‘dns2’ was not declared in this scope
  14. dhcp.cpp:7:381: error: ‘dn’ was not declared in this scope
  15. dhcp.cpp: In static member function ‘static std::string DHCP::addFixed(std::string, std::string, std::string, std::string):
  16. dhcp.cpp:12:124: error: ‘str_replace’ was not declared in this scope
  17. dhcp.cpp:13:2: error: expected ‘;’ before ‘}’ token
  18. iface.cpp: In function ‘int main(int, char**):
  19. iface.cpp:5:16: error:static std::string Iface::generateUdev(std::string, std::string)’ is private
  20. test.cpp:8:74: error: within this context
  21. test.cpp:8:101: warning: deprecated conversion from string constant to ‘char*
  22. test.cpp:8:102: error: expected ‘;’ before ‘)’ token
  23. iface.cpp:9:16: error:static std::string Iface::generateIfaces(std::string, std::string, std::string)’ is private
  24. test.cpp:9:58: error: within this context
  25. test.cpp:9:72: warning: deprecated conversion from string constant to ‘char*
  26. test.cpp:9:73: error: expected ‘;’ before ‘)’ token
  27. test.cpp:10:15: error: ‘generateDHCPd’ is not a member of ‘DHCP’
  28. test.cpp:10:111: error: expected ‘;’ before ‘)’ token
  29. test.cpp:11:52: warning: deprecated conversion from string constant to ‘char*
  30. test.cpp:11:96: error: ‘addFixed’ was not declared in this scope
  31. test.cpp:12:52: warning: deprecated conversion from string constant to ‘char*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement