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