User forums > Nightly builds
The 22 April 2008 build (5010) is out.
CracKPod:
Oke I created a completely new project and now I get the following error:
--- Code: ---
-------------- Build: Debug in Notepad Hook ---------------
Compiling: main.cpp
In file included from C:\Programme\CodeBlocks\Projects\Notepad Hook\main.cpp:2:
C:\Programme\CodeBlocks\Projects\Notepad Hook\detours.h:15: warning: ignoring #pragma comment
In file included from C:\Programme\CodeBlocks\Projects\Notepad Hook\main.cpp:2:
C:\Programme\CodeBlocks\Projects\Notepad Hook\detours.h:611:8: warning: extra tokens at end of #endif directive
Linking dynamic library: bin\Debug\Notepad Hook.dll
C:\Programme\CodeBlocks\MinGW\bin\ld.exe: cannot find -ldetours.lib
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 1 seconds)
1 errors, 2 warnings
--- End code ---
I guess it's my fault again, isn't it?... :lol:
"cannot find -ldetours.lib" well that's logically since there isn't any -ldetours.lib but a detours.lib... So probably Code::Blocks made an error there not placing a space betwenn -l and detours.lib? (-l detours.lib);
---
--- Quote from: zortich on April 22, 2008, 08:21:47 pm ---so litle bigs are fixed.
Is codeblocks dieng?
--- End quote ---
So you think Code::Blocks is "dieng" since there aren't enough bugs to fix?
jomeggs:
--- Quote from: zortich on April 22, 2008, 08:21:47 pm ---so litle bigs are fixed. Is codeblocks dieng?
--- End quote ---
Yes, certainly! Recently we got the 8.02 release, that's an infallible sign for a dying software product. The steadily arriving nightly's are only ultimate winces. :lol: :lol: :lol: :lol: :lol:
orel:
--- Quote from: CracKPod on April 22, 2008, 08:53:20 pm ---"cannot find -ldetours.lib" well that's logically since there isn't any -ldetours.lib but a detours.lib... So probably Code::Blocks made an error there not placing a space betwenn -l and detours.lib? (-l detours.lib);
--- End quote ---
Try to test/check/google a little bit more elsewhere before guessing CodeBlocks made an error.
Taken from ld man pages :
--- Code: ----l library adds the specified library to the list of libraries to be linked with. In searching
for libraries (for example, with -lfoo), each library directory is first searched for
the UNIX-style archive name (that is, libfoo.a) and then for the Windows-style
library name (that is, foo.lib) in each library directory.
--- End code ---
Try giving only "detours" to the list of libraries to link with your project in the configuration.
pasgui:
Build for Ubuntu i386/amd64 can be found here
Best regards, pasgui
rhf:
--- Quote from: zortich on April 22, 2008, 08:21:47 pm ---so litle bigs are fixed.
Is codeblocks dieng?
--- End quote ---
To folks who don't actively follow these forums and see the hard work of the developers, the Berlioz data can be a little disquieting. https://developer.berlios.de/projects/codeblocks/
Bug Tracking ( 184 open bugs, 886 total )
Features Feature Requests ( 227 open requests, 328 total )
Patches Patch Manager ( 34 open patches, 510 total )
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version