Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from test.cpp:2:0:
- dhcp.cpp:7:3: error: stray ‘\’ in program
- In file included from test.cpp:2:0:
- dhcp.cpp:5:158: error: ‘dns1’ has not been declared
- dhcp.cpp:5:166: error: ‘dns2’ has not been declared
- dhcp.cpp:5:174: error: ‘dn’ has not been declared
- dhcp.cpp:5:163: error: default argument for parameter of type ‘int’ has type ‘const char [1]’
- dhcp.cpp:5:171: error: default argument for parameter of type ‘int’ has type ‘const char [1]’
- dhcp.cpp:5:177: error: default argument for parameter of type ‘int’ has type ‘const char [1]’
- In file included from test.cpp:2:0:
- 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)’:
- dhcp.cpp:7:279: error: ‘dns1’ was not declared in this scope
- dhcp.cpp:7:339: error: ‘dns2’ was not declared in this scope
- dhcp.cpp:7:381: error: ‘dn’ was not declared in this scope
- dhcp.cpp: In static member function ‘static std::string DHCP::addFixed(std::string, std::string, std::string, std::string)’:
- dhcp.cpp:12:124: error: ‘str_replace’ was not declared in this scope
- dhcp.cpp:13:2: error: expected ‘;’ before ‘}’ token
- iface.cpp: In function ‘int main(int, char**)’:
- iface.cpp:5:16: error: ‘static std::string Iface::generateUdev(std::string, std::string)’ is private
- test.cpp:8:74: error: within this context
- test.cpp:8:101: warning: deprecated conversion from string constant to ‘char*’
- test.cpp:8:102: error: expected ‘;’ before ‘)’ token
- iface.cpp:9:16: error: ‘static std::string Iface::generateIfaces(std::string, std::string, std::string)’ is private
- test.cpp:9:58: error: within this context
- test.cpp:9:72: warning: deprecated conversion from string constant to ‘char*’
- test.cpp:9:73: error: expected ‘;’ before ‘)’ token
- test.cpp:10:15: error: ‘generateDHCPd’ is not a member of ‘DHCP’
- test.cpp:10:111: error: expected ‘;’ before ‘)’ token
- test.cpp:11:52: warning: deprecated conversion from string constant to ‘char*’
- test.cpp:11:96: error: ‘addFixed’ was not declared in this scope
- test.cpp:12:52: warning: deprecated conversion from string constant to ‘char*’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement