On Sun, Mar 17, 2013 at 10:45 PM, shirish शिरीष <[email protected]> wrote: > Hi all, > Tried again today and didn't get far :-
> /home/shirish/games/adonthell/adonthell/src/base/logging.cc: In member > function ‘void base::stderr_to_log::write(const char*)’: > /home/shirish/games/adonthell/adonthell/src/base/logging.cc:36:29: > error: ‘strchr’ was not declared in this scope > make[2]: *** [src/base/CMakeFiles/adonthell_base.dir/logging.cc.o] Error 1 > make[1]: *** [src/base/CMakeFiles/adonthell_base.dir/all] Error 2 > make: *** [all] Error 2 > > Looking forward to know if I did something wrong. No problem on your side. Add #include <cstring> at the top of base/logging.cc and you should be good. Will make the change tonight myself. Kai _______________________________________________ Adonthell-general mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/adonthell-general
