User forums > Nightly builds

The 27 November 2010 build (6863) is out.

<< < (2/8) > >>

xawari:
Still crashes when I try to reorder/customize some toolbars (since september, AFAIR).
Tested on TWO separate mahines with Windows 5.2 (2003 Enterprise and 2003 Enterprise R2) sp2, 32 bit. (I redownloaded all DLLs, but still no luck).

cacb:

--- Quote from: buub0nik on December 01, 2010, 08:24:12 pm ---I'm having problems with global variables in the project's compiler search directories.  Any global variables used there get dereferenced into what they point to instead of staying as the global variable name. This is troublesome on shared projects with different development environments and having to edit the project file every update.  I am using svn 6862 but believe the problem has been present for a couple of weeks now. Example:

Global Variable: libfoo
base: ~/code/lib/foo
include: ~/code/lib/foo/include

Then setting Project->Build Options->Search Directories->Compiler to: $(#libfoo.include)  it will shortly change to ~/code/lib/foo/include

It seems to only affect the project's overall search directories, and only in the Compiler category. Individual build targets are unaffected.

--- End quote ---


Yes. I have this problem too, as I have reported before at
http://forums.codeblocks.org/index.php/topic,13639.msg92113.html#msg92113

stefanos_:
Current issue - Hot keys

When I create a new project and I press ctrl-shift-N to create a new source file, "yes / no" window pops up and as soon as I press 'Y' key (which is equals to alt-Y) or the space bar, IDE instantly crashes and I have to terminate IDE's process through task manager. I have searched Code::Blocks's source directory for a crash report and for a weird reason it does not contain one.

I cannot re-produce the bug neither with the current project nor with a newly created one, but it does happened when I occasionally create a new empty project. Please note that the current issue first appeared on my system with the release of revision 6800 and afterwards.

System Specs:

OS: Windows XP SP3
Compiler: TDM's GCC: 4.5.0
svn: 6870

oBFusCATed:

--- Quote from: cacb on December 03, 2010, 10:04:02 pm ---Yes. I have this problem too, as I have reported before at
http://forums.codeblocks.org/index.php/topic,13639.msg92113.html#msg92113

--- End quote ---
Accidentally I found that I have this problem (thanks to svn :)), too.


--- Code: ----                       <Add directory="$(#unittest_pp.include)" />
+                       <Add directory="/home/obfuscated/projects/unittest-cpp/UnitTest++/src" />

--- End code ---
I'm running dbg branch r6864 on gentoo linux 64bit.

I'm not sure what is causing it... But I think, that I've not edited the changed project.

Edit: I remembered that I've added some files with 'Ctrl + Shift + N', then clicking on the add to project button

Jenna:

--- Quote from: oBFusCATed on December 05, 2010, 04:52:01 pm ---
--- Quote from: cacb on December 03, 2010, 10:04:02 pm ---Yes. I have this problem too, as I have reported before at
http://forums.codeblocks.org/index.php/topic,13639.msg92113.html#msg92113

--- End quote ---
Accidentally I found that I have this problem (thanks to svn :)), too.


--- Code: ----                       <Add directory="$(#unittest_pp.include)" />
+                       <Add directory="/home/obfuscated/projects/unittest-cpp/UnitTest++/src" />

--- End code ---
I'm running dbg branch r6864 on gentoo linux 64bit.

I'm not sure what is causing it... But I think, that I've not edited the changed project.

Edit: I remembered that I've added some files with 'Ctrl + Shift + N', then clicking on the add to project button



--- End quote ---
I still ca not reproduce it here on debian with latest trunk and latest debugger-branch.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version