Forums
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
src/main.cpp: In function ‘void release_mouse(int)’:
src/main.cpp:10: error: ‘endl’ was not declared in this scope
scons: *** [build/main.o] Error 1
scons: building terminated because of errors.

It's solved adding std:: at line 10 of main.cpp, before endl.
Ocirne


- joevenzon - 09-11-2010

Thanks, fixed in 2856.