I'd like to report that CL rev 2959 cannot be built on Linux due to this error:
Code: Select all
----------Building project:[ codelite_indexer - Release ]----------
test -d Release || mkdir Release
g++ -O2 -c utils.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Release/utils.o
utils.cpp: In function ‘void execute_command(const std::string&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)’:
utils.cpp:147: error: ‘memset’ was not declared in this scope
utils.cpp: In function ‘bool is_process_alive(long int)’:
utils.cpp:204: error: ‘atol’ was not declared in this scope
make[1]: *** [Release/utils.o] Error 1
make[1]: Leaving directory `/home/michal/Src/Projekty/CodeLite/sdk/codelite_indexer'
make: *** [codelite_indexer] Error 2
Regards
Michal