User forums > Nightly builds
The 12 september 2010 build (6583) CODECOMPLETION BRANCH version is out.
ironhead:
I finally got 'std' to complete, I had to manually add all the compiler search paths:
--- Code: ---C:\MinGW64\include
C:\MinGW64\x86_64-w64-mingw32\include
C:\MinGW64\lib\gcc\x86_64-w64-mingw32\4.5.2\include
C:\MinGW64\lib\gcc\x86_64-w64-mingw32\4.5.2\include-fixed
C:\MinGW64\mingw\include
C:\MinGW64\include\c++\4.5.2
C:\MinGW64\include\c++\4.5.2\x86_64-w64-mingw32
C:\MinGW64\include\c++\4.5.2\backward
--- End code ---
Now that I have this working, I have to say, Loaden, olly, Blueshake and company, you have done an excellent job in improving CC! :)
Loaden:
--- Quote from: ironhead on September 14, 2010, 04:40:59 am ---I finally got 'std' to complete, I had to manually add all the compiler search paths:
--- Code: ---C:\MinGW64\include
C:\MinGW64\x86_64-w64-mingw32\include
C:\MinGW64\lib\gcc\x86_64-w64-mingw32\4.5.2\include
C:\MinGW64\lib\gcc\x86_64-w64-mingw32\4.5.2\include-fixed
C:\MinGW64\mingw\include
C:\MinGW64\include\c++\4.5.2
C:\MinGW64\include\c++\4.5.2\x86_64-w64-mingw32
C:\MinGW64\include\c++\4.5.2\backward
--- End code ---
Now that I have this working, I have to say, Loaden, olly, Blueshake and company, you have done an excellent job in improving CC! :)
--- End quote ---
Could you trying this portable build?
Hi, all, if you have some problem in CC-BRANCH, please trying this build.
1. Run "test.bat", start CB.
2. Do some thing that you want.
3. Close CB, will create two log files.
4. Please package all the log files, and post in here.
Thanks a lot!
http://portablecb.googlecode.com/files/CB_CCBRANCH_6599_patched.7z
This is a portable build, all configurations are in the "config" directory. If you need restart test, just remove "config".
Here is the "test.bat" content:
--- Quote ---@echo off
if exist codeblocks.exe start codeblocks.exe --debug-log --debug-log-to-file --log-to-file
--- End quote ---
2010-09-17 11:15:01 UPDATE: instead by http://portablecb.googlecode.com/files/CB_CCBRANCH_6599_patched.7z
Loaden:
--- Quote from: ptDev on September 13, 2010, 01:36:59 pm ---
--- Quote from: Loaden on September 13, 2010, 11:41:00 am ---Update: I can't reproduce any more.
I reproduce only once, here is the crash report.
And, I can't find the reason, any comment?
--- End quote ---
I tried a couple more times and managed to reproduce again. Remember, a crash only happens if the line number margin changes from fixed to dynamic, while at least one file remains changed and not saved.
For both of our cases, the RPT file seems to trace the issue back to cbPlugin::CanDetach(), but I don't know how this works well enough.
How does CodeCompletion read the editor settings? There could be a dangling pointer that causes the error when the settings are updated.
--- End quote ---
Could you trying this build too?
Thanks!
http://portablecb.googlecode.com/files/CB_CCBRANCH_6581.7z
ptDev:
--- Quote from: Loaden on September 14, 2010, 05:59:13 am ---
--- Quote from: ptDev on September 13, 2010, 01:36:59 pm ---
--- Quote from: Loaden on September 13, 2010, 11:41:00 am ---Update: I can't reproduce any more.
I reproduce only once, here is the crash report.
And, I can't find the reason, any comment?
--- End quote ---
I tried a couple more times and managed to reproduce again. Remember, a crash only happens if the line number margin changes from fixed to dynamic, while at least one file remains changed and not saved.
For both of our cases, the RPT file seems to trace the issue back to cbPlugin::CanDetach(), but I don't know how this works well enough.
How does CodeCompletion read the editor settings? There could be a dangling pointer that causes the error when the settings are updated.
--- End quote ---
Could you trying this build too?
Thanks!
http://portablecb.googlecode.com/files/CB_CCBRANCH_6581.7z
--- End quote ---
I just tried the build you supplied, and with this version, the margin is updated, but C::B hangs. Not even the logs are written.
My OS is Vista, SP2.
daniloz:
I have another issue here (using 6583 build, Vista OS, SP2)... btw, I really love the new features... you guys rule !!!
My problem is that when I use the new "Find functions called by ..." or "Find functions calling ..." in the context menu, I have the following error on the status bar of Cscope:
"Error while calling cscope occured!"
What am I missing here???
Thx,
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version