User forums > Nightly builds

The 23 January 2007 build is out.

<< < (3/3)

Alturin:
*cough*
Never mind me.
I had the "default - cb - base" field set to "D:\Projects\Codeblocks" isntead of "D:\Projects\Codeblocks\src".
I do wonder why it works when compiling C::B itself?

PS. I just noticed that when you open the compiler settings menu while building, and hit ok (without changing anything), it warns about being unable to change the number of processes, setting ignored.
PS2. It says © 2004 - 2006, The Code::Blocks Team. in the "Start here", it's 2007 now!




(Ignore below :P)

Hmmm, what I ment was, first the path was "D:\Projects\MinGW" and when I checked it had ?defaulted? to "C:/MinGW".
C::B itself is compiling normally at the moment, the global variables are set to:

--- Quote ---default - cb: base = D:\Projects\Codeblocks
default - cb: the rest is empty
default - wx: base = D:\Projects\WxWidgets-2.6.2
default - wx: the rest is empty

--- End quote ---

In the -global- GCC's compiler settings (Settings->Compiler and debugger):

--- Quote ---Compiler:
Comipler flags = '-g'
Other options = empty
#defines = empty

Linker:
Link libraries = empty
Other linker options = empty

Directories:
Compiler = D:\Projects\MinGW\include
Linker = D:\Projects\MinGW\lib
Resource compiler = D:\Projects\MinGW\include

Program:
Compiler's installation directory = D:\Projects\MinGW   <-- That's the "compiler master path" right?
No additional paths

Custom variables is empty

--- End quote ---

In C::B KeyBinder's 'global' build options(Project->Build options):

--- Quote ---Compiler:
Comipler flags = '-g' '-Wall'
Other options = empty
#defines = empty

Linker:
Link libraries = 'codeblocks' 'wxmsw26$(WX_SUFFIX)'
Other linker options = empty

Directories:
Compiler =

* $(#CB)\sdk
* $(#CB)\sdk\wxscintilla\include
* $(#WX.include)
* $(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)
* $(#WX)\contrib\includeLinker =

* $(#CB)\devel
* $(#CB.lib)
* $(#WX.lib)\gcc_dll$(WX_CFG)Resource compiler = empty

Commands:
Pre-build steps = empty
Post-build steps = zip -j9 ..\..\..\devel\share\CodeBlocks\keybinder.zip manifest.xml

Custom variables:
Programs / variables =

* WX_SUFFIX = u
* WX_CFG =(the WX_CFG key has no value)

Make commands:
Not using custom makefile, so all greyed out.

--- End quote ---

In C::B KeyBinder's 'global' build options(Project->Build options): (empty/same as global unless specified)

--- Quote ---Compiler:
Other options =

* -Winvalid-pch
* -pipe
* -mthreads
* -fmessage-length=0
* -fexceptions
* -include "sdk.h"
Defines=

* BUILDING_PLUGIN

* CB_PRECOMP
* WX_PRECOMP
* HAVE_W32API_H
* __WXMSW__
* WXUSINGDLL
* cbDEBUG
* TIXML_USE_STL
* wxUSE_UNICODE
--- End quote ---

What I think is strange here:

--- Quote ----ID:\Projects\Codeblocks\sdk -ID:\Projects\Codeblocks\sdk\wxscintilla\include -ID:\Projects\wxWidgets-2.6.2\include -ID:\Projects\wxWidgets-2.6.2\lib\gcc_dll\mswu -ID:\Projects\wxWidgets-2.6.2\contrib\include -ID:\Projects\MinGW\include  -c D:\Projects\Codeblocks\src\plugins\contrib\keybinder\keybinder.cpp -o .objs\keybinder.o

--- End quote ---

Is that it's adding include dir "D:\Projects\Codeblocks\sdk", while the sdk file is in "D:\Projects\Codeblocks\src\sdk".

stahta01:

--- Quote from: Alturin on January 24, 2007, 04:39:29 pm ---*cough*
Never mind me.
I had the "default - cb - base" field set to "D:\Projects\Codeblocks" isntead of "D:\Projects\Codeblocks\src".
I do wonder why it works when compiling C::B itself?

--- End quote ---

The cb variable is NOT used to compile the main project; it is used to compile the contrib workspace/projects.
Tim S

Alturin:
Heh, I see, like that.
(I don't know where that [list ] keeps coming from, I edited the post twice to remove it, but it keeps coming back!  :o[/list]

ctnd:

--- Quote from: ironhead on January 24, 2007, 03:12:54 am ---
--- Quote from: h8or on January 24, 2007, 02:07:31 am ---Regressions/Confirmed/Annoying/Common bugs:


* [ Bug #9693 ] Editor loose sintax highlight when split view
--- End quote ---

I can confirm the behaviour.  I had the same issue ages ago when the feature was first introduced.  Mandrav solved the issue quite quickly from what I remember, so hopefully it's still a quick fix.

--- End quote ---

I can also confirm this. (See attachment.) 8)

First post. :o Love CB, seriously awesome. I've introduced CB to so many friends, and they have instantly commented on the really useful features and increased productivity just by using it!

Cheers.

[attachment deleted by admin]

tobiaslohe:
I just wanted to say: Great IDE!!

It took only 10 mins to convince me!

Thanks a lot!

Tobias

Navigation

[0] Message Index

[*] Previous page

Go to full version