Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: lemmel on June 25, 2006, 07:11:49 pm
-
Hi ! Thanks for your I.D.E. !
After making settings for use custom Makefile, I Ctrl+F9 and
-----------------------------------------------------------------------------
gcc-3.4 -DEXT_HASH -I/usr/include/OGRE -I/usr/include/CEGUI -lCEGUIOgreRenderer -lOgreMain -lCEGUIBase -o SampleApp main.cpp
Dans le fichier [...] ream.h:31,
à partir de main.cpp:13:
/usr/include/c++/3.4/backward/backward_warning.h:32:2: attention : #warning This file includes [...]
Process terminated with status 0 (0 minutes, 4 seconds)
1 errors, 0 warnings
-----------------------------------------------------------------------------
Except this message, there is no problem for my binary is build. That doesn't bother me, it's just for reporting.
Debian testing.
Package from http://wiki.codeblocks.org/index.php?title=Compiled_packages_of_Code::Blocks.
Release 1.0RC2.
French user (LANGUAGE=fr_FR:fr:en_GB:en) with UTF8 actived.
-
This warning very likely has nothing to do with Code::Blocks.
The backwards compatibility warning comes mostly if either of two things happen:
a) you installed MinGW incorrectly (copying files from different versions all over the place)
b) you include a standard header somewhere and you accidentially use the .h extension (for example #include <vector.h>)
Also, please do note that generating custom makefiles is no longer supported. If you own a custom makefile, that'll always be fine, but Code::Blocks after RC2 does not export to makefiles any more.
-
This warning very likely has nothing to do with Code::Blocks.
I know where come from this warning :-). I wasn't looking for an help in order to solve this message, I'm reporting that Code::Blocks display :
------
1 errors, 0 warnings
------
instead of
------
0 errors, 1 warnings
------
Also, please do note that generating custom makefiles is no longer supported.
I'm using cmake :-) and that rocks.
Thanks
P.S. : sorry, I was quite imprecise in my previous post.
-
This warning very likely has nothing to do with Code::Blocks.
I know where come from this warning :-). I wasn't looking for an help in order to solve this message, I'm reporting that Code::Blocks display :
------
1 errors, 0 warnings
------
instead of
------
0 errors, 1 warnings
------
Also, please do note that generating custom makefiles is no longer supported.
I'm using cmake :-) and that rocks.
Thanks
P.S. : sorry, I was quite imprecise in my previous post.
I think this bug has been fixed..... You might want to try one of the more recent nightly builds.......
-
You might want to try one of the more recent nightly builds
Well, I'm a linux user (http://www.codeblocks.org/nightly/ : "The nightly builds are for the moment created only for the windows platform") and futhermore, in a certain point of view, I'm a final user, and don't want compile the software, and except this minor problem, all seems running perfectly.
If it is corrected, then all is perfect. Thanks.
-
You might want to try one of the more recent nightly builds
Well, I'm a linux user (http://www.codeblocks.org/nightly/ : "The nightly builds are for the moment created only for the windows platform") and futhermore, in a certain point of view, I'm a final user, and don't want compile the software, and except this minor problem, all seems running perfectly.
If it is corrected, then all is perfect. Thanks.
The webpage needs to be updated. :P RPM's, and *.deb packages are provided on a semi-regular basis. :)
http://forums.codeblocks.org/index.php?topic=3402.0
http://forums.codeblocks.org/index.php?topic=3384.0
EDIT:
BTW using a nightly doesn't require you to build anything at all. :)
-
thanks for the information :-).
But (there is a but), the 06/26 release give the same response :
-----------------------
1 errors, 0 warnings
-----------------------
:-D
P.S.: What does mean "BTW" ? (I'm french :-))
-
thanks for the information :-).
But (there is a but), the 06/26 release give the same response :
-----------------------
1 errors, 0 warnings
-----------------------
:-D
:P Guess that bug wasn't fixed after all. Oh well.......
-
:P
I suppose that was a good reporting :-). Well I'm going to the bed.
-
P.S.: What does mean "BTW" ? (I'm french :-))
"By the way", "as an aside", "in addition to"