Export to GitHub

maxmod - issue #2

maxmod2 doesn't compile with GCC 4.4


Posted on Dec 29, 2009 by Quick Panda

What steps will reproduce the problem? 1. Use current MinGW GCC version, 4.4 2. Try to build maxmod2

What is the expected output? What do you see instead?

Expected a clean compile, got compile errors in file.cpp; once I added stdio.h to maxmod2.h, it compiled, but later on caused various STL link errors.

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

Maxmod2 1.07 on Windows

Comment #1

Posted on Dec 31, 2009 by Massive Kangaroo

Thanks for the heads up!

Indeed stdio.h was being included automatically through other includes with GCC 3.x, this behaviour seems to have changed with GCC 4.x.

I'll commit an update soon with this change.

The various link errors are out of my hands, we'll just have to wait for Blitzmax to officially support GCC 4.4, or pester Brucey ;D

Comment #2

Posted on Dec 31, 2009 by Massive Kangaroo

Comment deleted

Comment #3

Posted on Jul 26, 2010 by Massive Kangaroo

(No comment was entered for this change.)

Status: Verified

Labels:
Type-Defect Priority-Low Maintainability