User forums > Nightly builds
The 06 January 2009 build (5382) is out.
shurecki:
--- Quote from: dje on January 15, 2009, 09:46:31 am ---Well,
project name is used for file names.
At least on windows, there is a list of forbidden chars in filenames such as:\/:*?"<>|
So if you think it is a bug, let's write to M$ :)
Dje
--- End quote ---
it happens on linux to
I think one solution could be just replace the slash, or whatever forbidden char, by some other char, like dash
mmkider:
Crash Report
--- Code: ----------------------
Error occured on Friday, January 16, 2009 at 11:24:16.
D:\CB_Pack\codeblocks\codeblocks.exe caused an Access Violation at location 619f37e7 in module D:\CB_Pack\codeblocks\codeblocks.dll Writing to location 7c9106ab.
Registers:
eax=7c9106ab ebx=079eff00 ecx=00000000 edx=7c910732 esi=0000001f edi=060186f8
eip=619f37e7 esp=079efdd0 ebp=079efdd0 iopl=0 nv up ei pl nz ac pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010212
Call stack:
619F37E7 D:\CB_Pack\codeblocks\codeblocks.dll:619F37E7 _Z11DumpLiteralR11SQObjectPtr
617FF8EC D:\CB_Pack\codeblocks\codeblocks.dll:617FF8EC _ZN12cbThreadPool11GetNextTaskEv
618010B4 D:\CB_Pack\codeblocks\codeblocks.dll:618010B4 _ZN12cbThreadPool14cbWorkerThread5EntryEv
100A2FFD D:\CB_Pack\codeblocks\wxbase28u_gcc_cb.dll:100A2FFD _Z22wxMutexGuiLeaveOrEnterv
100A3476 D:\CB_Pack\codeblocks\wxbase28u_gcc_cb.dll:100A3476 _ZN8wxThreadD1Ev
77C3A3B0 C:\WINDOWS\system32\msvcrt.dll:77C3A3B0 _endthreadex
7C80B50B C:\WINDOWS\system32\kernel32.dll:7C80B50B GetModuleFileNameA
--- End code ---
Loaden:
--- Quote from: jens on January 14, 2009, 11:21:27 am ---Should now also work with environment and global (C::B) variables.
svn r5399
--- End quote ---
It's OK!, thanks!
stahta01:
Patch needed for Windows NON-PCH building of C::B main project.
Tim S
--- Code: ---Index: src/sdk/macrosmanager.cpp
===================================================================
--- src/sdk/macrosmanager.cpp (revision 5406)
+++ src/sdk/macrosmanager.cpp (working copy)
@@ -12,6 +12,7 @@
#ifndef CB_PRECOMP
#include <wx/menu.h>
+ #include "cbworkspace.h"
#include "projectmanager.h"
#include "editormanager.h"
#include "logmanager.h"
Index: src/plugins/compilergcc/compilerMINGW.cpp
===================================================================
--- src/plugins/compilergcc/compilerMINGW.cpp (revision 5406)
+++ src/plugins/compilergcc/compilerMINGW.cpp (working copy)
@@ -18,6 +18,7 @@
#include <wx/filename.h>
#include <wx/filefn.h>
#include "manager.h"
+#include "macrosmanager.h"
#include "logmanager.h"
#include "compilerMINGWgenerator.h"
--- End code ---
killerbot:
done
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version