You are not logged in.
On Fedora 19 64 bit, the compilation files because va_list args va_start vprintf va_end are not defined in common.cpp.
adding cstdarg include to the file solves the issue.
Cheers,
Björn
Offline
while ordinarily I would expect trouble in old compilers when modifying the source code to suit the peccadilloes of a compiler brought back in time from 2054, in this case, it still works in vs2005 so I dont mind.
Offline