biyou / fog

Automatically exported from code.google.com/p/fog
0 stars 0 forks source link

Compilation Failed on MinGW #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run release config script for windows.
2. cd to Build directory and make

What is the expected output? What do you see instead?
Expected successful compilation, instead got the following.

C:\version-controlled\fog-read-only\Fog/Fog/Core/Tools/String.h:115:21: sorry, 
unimplemented: inlining failed in call to 'size_t Fog::String::getReference() 
const': function not inlinable
C:\version-controlled\fog-read-only\Fog/Fog/Core/Tools/String.h:117:60: sorry, 
unimplemented: called from here
make[2]: *** [CMakeFiles/Fog.dir/Fog/Core/Collection/List.cpp.obj] Error 1
make[1]: *** [CMakeFiles/Fog.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?
SVN 746

Please provide any additional information below.
MinGW GCC reports a version of 4.5.2

Original issue reported on code.google.com by mikrya...@gmail.com on 8 Sep 2011 at 1:24

GoogleCodeExporter commented 9 years ago
There were several issues with the MinGW compiler. I have complete new String 
implementation in my development tree so I'm going to fix this issue later.

Original comment by kobalicek.petr on 9 Sep 2011 at 7:17

GoogleCodeExporter commented 9 years ago
This is now fixed,

marking as fixed, closing.

Thank you
Petr

Original comment by kobalicek.petr on 10 Oct 2011 at 7:33