GCC 4.4.1 build patch
Posted: Mon May 25, 2009 1:24 pm
When use GCC 4 build CL, found some error:
CodeLite\expression_result.cpp
CodeLite\function.cpp
D:/ycdeng/codelite/CodeLite/function.cpp:29: error: 'stdout' was not declared in this scope
D:/ycdeng/codelite/CodeLite/function.cpp:38: error: 'fprintf' was not declared in this scope
D:/ycdeng/codelite/CodeLite/function.cpp:42: error: 'fflush' was not declared in this scope
D:/ycdeng/codelite/CodeLite/expression_result.cpp:16: error: 'printf' was not declared in this scope
D:/ycdeng/codelite/CodeLite/expression_result.cpp: In member function 'std::string ExpressionResult::ToString() const':
D:/ycdeng/codelite/CodeLite/expression_result.cpp:30: error: 'sprintf' was not declared in this scope
CodeLite\expression_result.cpp
CodeLite\function.cpp
D:/ycdeng/codelite/CodeLite/function.cpp:29: error: 'stdout' was not declared in this scope
D:/ycdeng/codelite/CodeLite/function.cpp:38: error: 'fprintf' was not declared in this scope
D:/ycdeng/codelite/CodeLite/function.cpp:42: error: 'fflush' was not declared in this scope
D:/ycdeng/codelite/CodeLite/expression_result.cpp:16: error: 'printf' was not declared in this scope
D:/ycdeng/codelite/CodeLite/expression_result.cpp: In member function 'std::string ExpressionResult::ToString() const':
D:/ycdeng/codelite/CodeLite/expression_result.cpp:30: error: 'sprintf' was not declared in this scope