User forums > Using Code::Blocks

a slight imperfection with custom makefile

(1/2) > >>

lemmel:
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.

thomas:
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.

lemmel:
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.

sethjackson:

--- Quote from: lemmel on June 25, 2006, 07:54:41 pm ---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.


--- End quote ---

I think this bug has been fixed..... You might want to try one of the more recent nightly builds.......

lemmel:
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.


Navigation

[0] Message Index

[#] Next page

Go to full version