News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 20 July 2011 build (7289) is out.

Started by killerbot, July 20, 2011, 12:30:30 PM

Previous topic - Next topic

Loaden

Quote from: blend on July 22, 2011, 09:37:40 AM
I attach the project. You will need CMake to generate the project file. Go to WorPackage1.5/build and "cmake" there.
(Don't pay much to the code, it's in pre-alpha stage ^^).
Confirmed!

Loaden

#16
Quote from: blend on July 21, 2011, 10:10:46 PM
Everytime I open my project and then open a specified file, CodeBlocks freezes forever.
I just do like this:
I open my project (this is a Unix Makefiles project generated by CMake).
I set project tree -> Don't display as on disk and then Hide directory name
I try to open one of my files.
=> Freeze
So maybe the CC bug you say you have fixed isn't really fixed...

I'm using CodeBlocks svn 7288 from jens on my Ubuntu 11.04 64 bits.
I can provide the project if necessary.
Because the top level path always be "/" on Linux.
This lead to finding up the file, to spend a lot of time, it is not freeze, just busy.
It's should fixed in HEAD.

Loaden

Quote from: jens on July 20, 2011, 01:40:07 PM
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

Revision is svn 7288 (7289 is debugger-branch and will follow soon).
Settings > Editor, the "Code completion" page missing now.
64-bit on Linux Mint.

blend

Thank you very much for your hard work! I hope it will fix it :) .

Jenna

Quote from: Loaden on August 03, 2011, 03:52:51 AM
Quote from: jens on July 20, 2011, 01:40:07 PM
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

Revision is svn 7288 (7289 is debugger-branch and will follow soon).
Settings > Editor, the "Code completion" page missing now.
64-bit on Linux Mint.
I have it.
Trunk-binaries from my repo, not tested with debugger-branch.

stahta01

Patch needed against trunk for Windows NON-PCH Build


Index: src/include/cbstatusbar.h
===================================================================
--- src/include/cbstatusbar.h (revision 7328)
+++ src/include/cbstatusbar.h (working copy)
@@ -7,6 +7,7 @@
#define CBSTATUSBAR_H

#include <vector>
+#include <wx/statusbr.h>

#include "settings.h"



Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot


Randajad

Please, add fully MSVC debugger(cdb.exe) support. T_T It's very, VERY poorly.

oBFusCATed

cdb.exe has better support in the debuggers branch. But we need active users of CDB, which can provide patches.

Also keep in mind that full support is not possible, because cdb.exe is meant for humans, not computer parsers or IDE integration.
Thus there are major limitations in the possible features.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

blend

Quote from: Loaden on August 02, 2011, 06:24:03 AM
Quote from: blend on July 21, 2011, 10:10:46 PM
Everytime I open my project and then open a specified file, CodeBlocks freezes forever.
I just do like this:
I open my project (this is a Unix Makefiles project generated by CMake).
I set project tree -> Don't display as on disk and then Hide directory name
I try to open one of my files.
=> Freeze
So maybe the CC bug you say you have fixed isn't really fixed...

I'm using CodeBlocks svn 7288 from jens on my Ubuntu 11.04 64 bits.
I can provide the project if necessary.
Because the top level path always be "/" on Linux.
This lead to finding up the file, to spend a lot of time, it is not freeze, just busy.
It's should fixed in HEAD.

I tried SVN 7361 and it seems that it did fix it :) ! Thank you very much for you work!

christobal

not sure if this is the right place to post it, but the log message in Rev. 7307 referred to this thread so i think it's ok...

The change to cbproject.cpp in Rev. 7307 changed the layout of the project tree in the workspace if the Code::Blocks project file is not in the top - level directory of the project.

My project structure is as follows:

-
|-libs
|   |-... some files
|-pjt
|   |-demo.cbp
|-src
     |-main.c
     |-... some more source files


and this is now be displayed like in the picture of the attachement...