g++ -Wall -g -I inc -I utils/include -c src/URL.cpp -o obj/URL.o
inc/URL.h:15: error: expected ‘,’ or ‘...’ before ‘&’ token
inc/URL.h:15: error: ISO C++ forbids declaration of ‘string’ with no type
inc/URL.h:27: error: expected ‘,’ or ‘...’ before ‘&’ token
inc/URL.h:27: error: ISO C++ forbids declaration of ‘string’ with no type
inc/URL.h:31: error: ‘string’ does not name a type
inc/URL.h:35: error: ‘string’ does not name a type
inc/URL.h:39: error: ‘string’ does not name a type
inc/URL.h:43: error: ‘string’ does not name a type
inc/URL.h:46: error: ‘ostream’ has not been declared
inc/URL.h:50: error: ‘string’ does not name a type
inc/URL.h:51: error: ‘string’ does not name a type
inc/URL.h:52: error: ‘string’ does not name a type
inc/URL.h:53: error: ‘string’ does not name a type
src/URL.cpp:13: error: expected ‘,’ or ‘...’ before ‘&’ token
src/URL.cpp:13: error: ISO C++ forbids declaration of ‘string’ with no type
src/URL.cpp: In constructor ‘URL::URL(int)’:
src/URL.cpp:15: error: ‘url’ was not declared in this scope
src/URL.cpp: In copy constructor ‘URL::URL(const URL&)’:
src/URL.cpp:21: error: ‘const class URL’ has no member named ‘GetURL’
src/URL.cpp: In member function ‘URL& URL::operator=(const URL&)’:
src/URL.cpp:33: error: ‘const class URL’ has no member named ‘GetURL’
src/URL.cpp: At global scope:
src/URL.cpp:38: error: expected ‘,’ or ‘...’ before ‘&’ token
src/URL.cpp:38: error: ISO C++ forbids declaration of ‘string’ with no type
src/URL.cpp: In member function ‘void URL::SetURL(int)’:
src/URL.cpp:40: error: ‘class URL’ has no member named ‘url’
src/URL.cpp:40: error: ‘url’ was not declared in this scope
src/URL.cpp: At global scope:
src/URL.cpp:46: error: ‘string’ does not name a type
src/URL.cpp:53: error: ‘string’ does not name a type
src/URL.cpp:60: error: ‘string’ does not name a type
src/URL.cpp:67: error: ‘string’ does not name a type
src/URL.cpp:73: error: ‘static’ may not be used when defining (as opposed to declaring) a static data member
src/URL.cpp:73: error: ‘bool URL::Test’ is not a static member of ‘class URL’
src/URL.cpp:73: error: ‘ostream’ was not declared in this scope
src/URL.cpp:73: error: ‘os’ was not declared in this scope
src/URL.cpp:74: error: expected ‘,’ or ‘;’ before ‘{’ token
src/URL.cpp: In member function ‘void URL::ParseURL()’:
src/URL.cpp:83: error: ‘url’ was not declared in this scope
src/URL.cpp:89: error: ‘url’ was not declared in this scope
src/URL.cpp:92: error: ‘prefix’ was not declared in this scope
src/URL.cpp: In member function ‘void URL::ParseHTTPURL()’:
src/URL.cpp:100: error: ‘url’ was not declared in this scope
src/URL.cpp:101: error: ‘InvalidURLExcpetion’ was not declared in this scope
src/URL.cpp:102: error: ‘scheme’ was not declared in this scope
src/URL.cpp:103: error: ‘url’ was not declared in this scope
src/URL.cpp:104: error: ‘root’ was not declared in this scope
src/URL.cpp: In member function ‘void URL::ParseFileURL()’:
src/URL.cpp:110: error: ‘url’ was not declared in this scope
src/URL.cpp:112: error: ‘scheme’ was not declared in this scope
src/URL.cpp:113: error: ‘root’ was not declared in this scope