User forums > Nightly builds
The 17 September 2011 build (7452) is out.
imianz:
(I hope, finally, this I is the right section to post...)
Hi, first all, thanks for your work!
I try to explain you my problem (I signaled it in the forum but without replies).
I need to set compiler path as relative (to "portable/stand-alone" purpose).
Settings -> Compiler and debugger -> Global compiler -> GNU GCC Compiler -> Toolchain executables:
%MYCBPATH%\MinGW
or
$(CODEBLOCKS)\MinGW
In both cases (using CB embedded enviromental variable or my own) compiler works fine but not the editor. Autocompletion features does not works anymore and I'm not able anymore to open #include files from the MinGW/include directory. Only #include files within project directory.
For eg. (using right mouse button over an #include statement) I can open the file
#include "version.h"
but not
#include <windows.h>
I have not found this problem using the official 10.05 release or the 8.02 svn6088+.
Thanks in advance.
ollydbg:
@imianz
I have just replied you, see: Re: Codeblocks portable
Alpha:
I do not know if it first occurred in this version, but should not the linker option -enable-auto-import in the Windows NassiShneiderman plugin be -Wl,-enable-auto-import instead?
--- Code: ---Index: src/plugins/contrib/NassiShneiderman/NassiShneiderman.cbp
===================================================================
--- src/plugins/contrib/NassiShneiderman/NassiShneiderman.cbp (revision 7479)
+++ src/plugins/contrib/NassiShneiderman/NassiShneiderman.cbp (working copy)
@@ -37,7 +37,7 @@
<Add directory="$(#boost)" />
</Compiler>
<Linker>
- <Add option="-enable-auto-import" />
+ <Add option="-Wl,-enable-auto-import" />
<Add library="codeblocks" />
<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
<Add directory="..\..\..\devel" />
--- End code ---
ham:
hi,
i have 2 big problems with the editor, i run CB svn7470 on linuxmint 11 x64 gnome desktop
1. Codeblocks often freeze, with no rescue when opening a project much often (2 of 3 opens)
i only activated plugins:
Cccc
Code Completion
Compiler
Foreign Projects Importer
Scripted Wizard
2. the screen update of the main-code-editor-window is somehow broken.
it displays grey lines when scrolling down,
when scrolling up the window updates properly
thx
oBFusCATed:
1. update to a newer revision or disable CC plugin
2. update your ubuntu
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version