Building codelite on OpenIndiana
Posted: Sun Sep 18, 2011 11:06 pm
Hello. I'm trying to build codelite on OpenIndiana, but I get the following error :
CodeLite/cpp_comment_creator.cpp: In member function 'wxString CppCommentCreator::FunctionComment()':
CodeLite/cpp_comment_creator.cpp:78:53: error: '1' cannot be used as a function
CodeLite/cpp_comment_creator.cpp:88:40: error: '1' cannot be used as a function
CodeLite/cpp_comment_creator.cpp:89:40: error: '1' cannot be used as a function.
I'm not familiar with wxwidgets, but is _U a macro similar to the _T/_TEXT in windows ? If so it looks like it's expanding into something that is not valid. How can I fix this ?
CodeLite/cpp_comment_creator.cpp: In member function 'wxString CppCommentCreator::FunctionComment()':
CodeLite/cpp_comment_creator.cpp:78:53: error: '1' cannot be used as a function
CodeLite/cpp_comment_creator.cpp:88:40: error: '1' cannot be used as a function
CodeLite/cpp_comment_creator.cpp:89:40: error: '1' cannot be used as a function.
I'm not familiar with wxwidgets, but is _U a macro similar to the _T/_TEXT in windows ? If so it looks like it's expanding into something that is not valid. How can I fix this ?