News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

I am waiting for Mingw 4.x

Started by Roman, October 31, 2006, 06:57:46 PM

Previous topic - Next topic

joubertdj

Thanks Grom, that GCC 4.1.1 works great! I had to compile wxWidgets with 3.4.5 though, but it builded C::B successfully with 4.1.1 . I wrote a little script that toggles between the two versions whenever I needed them... Ceneza's Idea somewhere. Works great.

Official MingW support in GCC 4.3 hey ? Nice  :)

Wonder if GDB will do something like that a few months after that as well, here is hoping  :o

stahta01

#16
What options are you using with GCC 4.1.1 to get better control of warnings when compiling c++ code?

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

liaoya

My question is about gfortran support. I can compile gcc and g++ successfully, but I find compile gfortran fails. There is a bug in the code. But if I want to use g++, I must set the CPLUS_INCLUDE_PATH environment.

joubertdj

Which warnings, the warnings with building C::B or general warnings?

stahta01

Quote from: joubertdj on December 08, 2006, 03:45:01 PM
Which warnings, the warnings with building C::B or general warnings?

The warning from g++? Or at least that is my guess.

example warning when building C::B
C:\wx\inno\wxWidgets-2.6_BRANCH\include\wx\sizer.h:31: warning: type attributes are honored only at type definition

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

joubertdj

#20
Quotetype attributes are honored only at type definition

As far as my understanding goes... those are wxWidgets' warnings and not C::B warnings...
And they are even there when building wxWidgets with 3.4.5 (Or at least for me...)

EDIT: Look what Mandrav said about the warnings: http://forums.next.codeblocks.org/index.php?topic=270.msg3572