1 | initial version |
Seems you are trying to compile with g++ without telling the compiler where to look for includes and libraries. Also using a preceding slash in the include probably will not point to the right path.
A simple google search also reveals this.