Author Topic: I am waiting for Mingw 4.x  (Read 14915 times)

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: I am waiting for Mingw 4.x
« Reply #15 on: December 08, 2006, 11:23:53 am »
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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: I am waiting for Mingw 4.x
« Reply #16 on: December 08, 2006, 03:31:16 pm »
What options are you using with GCC 4.1.1 to get better control of warnings when compiling c++ code?

Tim S
« Last Edit: December 08, 2006, 03:46:20 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline liaoya

  • Single posting newcomer
  • *
  • Posts: 9
Re: I am waiting for Mingw 4.x
« Reply #17 on: December 08, 2006, 03:44:08 pm »
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.

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: I am waiting for Mingw 4.x
« Reply #18 on: December 08, 2006, 03:45:01 pm »
Which warnings, the warnings with building C::B or general warnings?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: I am waiting for Mingw 4.x
« Reply #19 on: December 08, 2006, 03:48:26 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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: I am waiting for Mingw 4.x
« Reply #20 on: December 08, 2006, 03:54:52 pm »
Quote
type 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.codeblocks.org/index.php?topic=270.msg3572
« Last Edit: December 08, 2006, 04:10:01 pm by joubertdj »