Compilation Failed on MinGW
Closed this issue · 2 comments
GoogleCodeExporter commented
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
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
- Changed state: Accepted
GoogleCodeExporter commented
This is now fixed,
marking as fixed, closing.
Thank you
Petr
Original comment by kobalicek.petr
on 10 Oct 2011 at 7:33
- Changed state: Fixed