Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After I installed codeblocks in centos6.0, errors occur.
Soon after I used the command "make" to compile the source code, I receive some errors.
The error message are is as follows:
SQL
In file included from sc_util_dialogs.cpp:21:
../../../../src/include/editarrayorderdlg.h:20: error:The default parameter type of the argument <pre>const wxArrayString& has type "long int"
make[4]: *** [sc_util_dialogs.lo] error 1
make[4]: Leaving directory `/tmp/codeblocks-10.05-release/src/sdk/scripting/bindings'
make[3]: *** [all-recursive] error 1
make[3]: Leaving directory `/tmp/codeblocks-10.05-release/src/sdk/scripting'
make[2]: *** [all-recursive] error 1
make[2]: Leaving directory `/tmp/codeblocks-10.05-release/src/sdk'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/tmp/codeblocks-10.05-release/src'
make: *** [all-recursive] error 1

How can I solve this problem?

Thanks.
Posted
Updated 20-Nov-11 4:44am
v2
Comments
André Kraak 20-Nov-11 10:45am    
Edited question:
Fixed pre tags
Formatted text/code
Spelling/Grammar

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900