News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 19 september 2010 build (6608) CODECOMPLETION BRANCH version is out.

Started by killerbot, September 19, 2010, 09:23:36 AM

Previous topic - Next topic

MortenMacFly

Quote from: Loaden on September 23, 2010, 12:24:04 PM
Fix system headers complete hangs.
I see this in the patch:
+            return !!m_Locker;
Before digging deeper into it: Is that what you want or a mistake?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

helpse

Quote from: Loaden on September 23, 2010, 12:18:52 PM
@helpse
Could you trying this build?
http://portablecb.googlecode.com/files/CB_CCBRANCH_6627_patched.7z

Loaden, i just tried 6627, and my issue isnt solved yet. And my friend is having the same issue. The problem seems easy to me:

Single files are not linking the libraries setted in Compiler & Debugger -> Linker Settings.

The build log still remains the same:

mingw32-g++.exe   -c "C:\[Sergio]\C++\C++ Projects\Matrix\console_test.cpp" -o "C:\[Sergio]\C++\C++ Projects\Matrix\console_test.o"
mingw32-g++.exe  -o "C:\[Sergio]\C++\C++ Projects\Matrix\console_test.exe" "C:\[Sergio]\C++\C++ Projects\Matrix\console_test.o"

Jenna


helpse

Thanks. After u fix this bug, please also post a compiled version.

Jenna

Quote from: helpse on September 23, 2010, 07:35:39 PM
Thanks. After u fix this bug, please also post a compiled version.
No !
Two reasons:
I do not compile on demand (I have a "real" life next to C::B and a job to earn my money and a family that comes first),
and second I do not compile windows versions (except for my own needs), just debian.

helpse

Ok. If u have time, commit a patch, and if u have time, post it.

I was asking for compiled versions cause i cant compile CB since i have not been able to build wxwidgets. It keeps getting me errors when i try. I think i will just use a wxpack.

Jenna

Quote from: helpse on September 23, 2010, 09:01:41 PM
Ok. If u have time, commit a patch, and if u have time, post it.

I was asking for compiled versions cause i cant compile CB since i have not been able to build wxwidgets. It keeps getting me errors when i try. I think i will just use a wxpack.

Why not wait for the next nightly as all other users do ?

By the way the fix is comitted in svn r6631 (it was caused by parts of commit 6594 in compilercommmandgenerator.cpp), I also reverted commit 6629, that does not cause the issue.

EDIT:
If you can not wxwidgets as described here (more detailed) or here you should find out what's going wrong, because compiling wxWidgets on windows is real trivial in my opinion.

Loaden

Quote from: jens on September 23, 2010, 09:29:48 PM
By the way the fix is comitted in svn r6631 (it was caused by parts of commit 6594 in compilercommmandgenerator.cpp), I also reverted commit 6629, that does not cause the issue.
It is my fault, thank Jens! :(

helpse

I was needing it to be fixed cause CB isnt allowing me compile a single file. Anyways, thanks for looking into that issue.

Loaden, can u upload a compiled version of that 6631 for those of us who cant compile CB? Thank you.

And jens, i was trying to build wxwidgets following all those wiki pages, and no luck. Seems like wxwidgets is having troubles with recent versions of gcc, but well, thats matter of another post, not this one.

Some1 with some free time please post a compiled version. Thank you.

Loaden

1. Add more comments (thank ollydbg)
2. Make headers code the same style
3. Remove "using namespace std" declaration
4. Remove some obsolete code

Here is the new portable build, enjoy! :D
http://portablecb.googlecode.com/files/CB_CCBRANCH_6631_patched.7z

@killerbot
Can you take time out at the weekend and then publish a cc_branch build?
Thanks a lot!

@All
Now that we could not find some new issue have related cc branch.
After next nightly build, the feedback if there is no problem, I suggest merging with trunk (cc branch to trunk).

ollydbg

Quote from: Loaden on September 24, 2010, 04:19:52 AM
1. Add more comments (thank ollydbg)
2. Make headers code the same style
3. Remove "using namespace std" declaration
4. Remove some obsolete code

Here is the new portable build, enjoy! :D
http://portablecb.googlecode.com/files/CB_CCBRANCH_6631_patched.7z

@killerbot
Can you take time out at the weekend and then publish a cc_branch build?
Thanks a lot!

@All
Now that we could not find some new issue have related cc branch.
After next nightly build, the feedback if there is no problem, I suggest merging with the trunk (cc branch to trunk).

Nice!
BTW:
the attachment file was wrong (file size =0K???) , you need to re-upload it again.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Loaden

Quote from: ollydbg on September 24, 2010, 04:21:46 AM
BTW:
the attachment file was wrong (file size =0K???) , you need to re-upload it again.
Re-upload again. Thanks!

helpse


killerbot