Can't find new.h - getting gcc-4.2 on Quantal?
- by Suyo
I've been trying to compile the Valve Source SDK (2007) on my machine, but I keep running into the same error:
In file included from ../public/tier1/interface.h:50:0,
from ../utils/serverplugin_sample/serverplugin_empty.cpp:13:
../public/tier0/platform.h:46:17: new.h: No such file or directory
I'm pretty new to C++…