Questions/Suggestions
Posted: Sun Dec 27, 2009 11:30 pm
Hi,
I wanted to test again codelite to see the evolution from the last time I tried it (was one year ago I think) and I have some suggestions :
1)When inserting some files inside a project, menu should be : "Add Existing File(s)" instead of "Add an existing file" because the latter
doesn't reflect the fact you can add multiple files. Another remark is about insertion speed that is very slooooooowww.
2)In your codelite+mingw bundle you should add pthread to mingw because it's used in lots of opensource projects.
I have also some questions:
1) I tried first to install only codelite because I had an existing mingw installation but I never found the menu where you add
compiler path so I have finally installed the codelite+mingw but I still don't see how you find mingw path. I only see
something in Tag Settings but I hope this it not from where you locate compiler. So how do you set compiler path ?
2) I have some errors when compiling my project :
C:/lal/openquartz/openquartz_20091224/openquartz/src/CoreFoundationLite/CFBinaryPList.c:868: error: jump to label 'miss'
C:/lal/openquartz/openquartz_20091224/openquartz/src/CoreFoundationLite/CFBinaryPList.c:853: error: from here
C:/lal/openquartz/openquartz_20091224/openquartz/src/CoreFoundationLite/CFBinaryPList.c:855: error: crosses initialization of 'const uint8_t* ptr2'
mingw32-make.exe[1]: *** [Debug/CFBinaryPList.o] Error 1
The question is : is it gcc error messages or are you translating them ?
And is it possible to disable the error messages you are displaying directly in source code because this is useless and just add confusion.
Thanks
I wanted to test again codelite to see the evolution from the last time I tried it (was one year ago I think) and I have some suggestions :
1)When inserting some files inside a project, menu should be : "Add Existing File(s)" instead of "Add an existing file" because the latter
doesn't reflect the fact you can add multiple files. Another remark is about insertion speed that is very slooooooowww.
2)In your codelite+mingw bundle you should add pthread to mingw because it's used in lots of opensource projects.
I have also some questions:
1) I tried first to install only codelite because I had an existing mingw installation but I never found the menu where you add
compiler path so I have finally installed the codelite+mingw but I still don't see how you find mingw path. I only see
something in Tag Settings but I hope this it not from where you locate compiler. So how do you set compiler path ?
2) I have some errors when compiling my project :
C:/lal/openquartz/openquartz_20091224/openquartz/src/CoreFoundationLite/CFBinaryPList.c:868: error: jump to label 'miss'
C:/lal/openquartz/openquartz_20091224/openquartz/src/CoreFoundationLite/CFBinaryPList.c:853: error: from here
C:/lal/openquartz/openquartz_20091224/openquartz/src/CoreFoundationLite/CFBinaryPList.c:855: error: crosses initialization of 'const uint8_t* ptr2'
mingw32-make.exe[1]: *** [Debug/CFBinaryPList.o] Error 1
The question is : is it gcc error messages or are you translating them ?
And is it possible to disable the error messages you are displaying directly in source code because this is useless and just add confusion.
Thanks