User forums > Using Code::Blocks

Nightly Builds: Not working

(1/3) > >>

Decrius:
Hi,

I installed CodeBlocksNBs  like described here: http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Windows

Codeblocks is running, but I can't compile my previous project, from CB RC2

I installed MinGW in the same directory as CB, and set all the directories to the include, lib and root folder.

CAN I compile my previous project in the new CB? (using GLFW)

Thank you :)

PS Is there a possibility to change the layout back to CB RC2? (No dark-grey headers or cyan brackets)

Decrius:
I can't even create a new GLFW project!

Its asking to define the active set or something :S, with lots of things to fill in. I think its better to use RC2 :S, its at least easier.

Decrius

David Perfors:
That dialog is vcalled Global variables. You can find information about it in the wiki

Decrius:
Okay, I filled the location of CodeBlocks root directory in the base value :S

I get this error:


--- Quote ----------------- Build: Debug in GLFW2 ---------------
Compiling: main.cpp
Execution of 'mingw32-g++.exe -Wall -g  -I"J:\Program Files\CodeBlocksNB\include" -I"J:\Program Files\CodeBlocksNB\include"  -c main.cpp -o obj\Debug\main.o' in 'G:\Documents and Settings\Taco\Bureaublad\Coding\C\GLFW2' failed.
Nothing to be done.
--- End quote ---

And with my previous project:


--- Quote ----------------- Build: default in GLFW Application ---------------
Linking executable: glfw.exe
Execution of 'mingw32-g++.exe -L"J:\Program Files\CodeBlocksNB\lib"  -o glfw.exe .objs\main.o    -lglfw -lopengl32 -lglu32 -luser32 -lkernel32 -lgdi32  -mwindows' in 'G:\Documents and Settings\Taco\Bureaublad\Coding\C\GLFW' failed.
Nothing to be done.
--- End quote ---

However, this is only working when I click BUILD. When I press F9, its asking me to build it, but it doesnt!!! Instead, the same window comes over and over again, till I press the No-i-dont-want-to-build button.

Really, I don;t see any improvements yet, except the compiler is the newest version. :(

Decrius

EDIT: lol, it says nothing to be done ^^, there a lot to be done :P

David Perfors:
Could you try to rebuild the whole project?

Navigation

[0] Message Index

[#] Next page

Go to full version