The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Compile error in r2855 - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: Compile error in r2855 (/showthread.php?tid=1341) |
Compile error in r2855 - ocirne94 - 09-11-2010 Hi all, r2855, Kubuntu 10.10, I get the following: Code: CPP build/main.o It's solved adding std:: at line 10 of main.cpp, before endl. Ocirne - joevenzon - 09-11-2010 Thanks, fixed in 2856. |