User forums > Nightly builds
The 22 April 2008 build (5010) is out.
joubertdj:
--- Quote from: zortich on April 22, 2008, 08:21:47 pm ---so litle bigs are fixed.
Is codeblocks dieng?
--- End quote ---
"Truly, truly, I say to you, unless a grain of wheat falls into the earth and dies, it remains alone; but if it dies, it bears much fruit." - John 12:24
"You fool! That which you sow does not come to life unless it dies" - 1 Corinthians 15:36
In other words ... it did die ... and is now growing into what it needs to become ...
Xaviou:
Ubuntu 7.04 to 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx287) can be found here.
MortenMacFly:
--- Quote from: CracKPod on April 22, 2008, 08:53:20 pm ---I guess it's my fault again, isn't it?... :lol:
--- End quote ---
Well - when I encounter such errors I my assumption is usually "It's all my fault"." And guess what: In 98% of the cases that is true. ;-)
But yes - In your case the compiler command is 100% correct. The MinGw (GCC) linker expects at the command line the following syntax:
-l[name_of_library]
Thus, no space needed (btw: you can always consult the manual for the GCC compiler suite for such questions).
So - in your case the linker is telling you that it can't find the library you are trying to link against. The solution is simple: Just add the directory where the library is to the linker search path's.
One hint of mine: Honestly: If such (simple) errors make you stop with your work it's probably wise to read a few sentences about compiler/linker command lines and errors in general. This will help you a lot, I promise.
Joerg:
Hi it's me again :)
I was quite frustrated about the autorun problem.
It was my mistake of course using F9 instead of Ctrl-F9.
But I was also confused by the build button that
does more than just build!
I don't know if this behavior is intended but
I think its very misleading.
So maybe someone can have a look at this button.
I know this is not the right forum but I
posted under help too and didn't get any
neither there nor here.
Greets,
Joerg
stahta01:
Patch needed on SVN 5019, to compile on windows when not using PCH.
I needed to add an include of configmanager.h
Patch not needed someone added the include.
Tim S
Index: src/plugins/debuggergdb/gdb_commands.h
===================================================================
--- src/plugins/debuggergdb/gdb_commands.h (revision 5019)
+++ src/plugins/debuggergdb/gdb_commands.h (working copy)
@@ -31,6 +31,7 @@
#include "threadsdlg.h"
#include "gdb_tipwindow.h"
#include "remotedebugging.h"
+#include "configmanager.h"
namespace
{
Navigation
[0] Message Index
[*] Previous page
Go to full version