Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeimage.mod - build errors #104

Open
wombatswaffles opened this issue Aug 15, 2024 · 0 comments
Open

freeimage.mod - build errors #104

wombatswaffles opened this issue Aug 15, 2024 · 0 comments

Comments

@wombatswaffles
Copy link

Numerous errors when trying to build bah.freeimage:

Building Modules
[ 19%] Compiling:freeimageglue.cpp
[ 19%] Compiling:LFPQuantizer.cpp
[ 19%] Compiling:MNGHelper.cpp
[ 19%] Compiling:MemoryIO.cpp
[ 20%] Compiling:MultiPage.cpp
[ 20%] Compiling:NNQuantizer.cpp
[ 20%] Compiling:PSDParser.cpp
[ 20%] Compiling:PixelAccess.cpp
[ 20%] Compiling:Plugin.cpp
[ 20%] Compiling:PluginBMP.cpp
[ 20%] Compiling:PluginCUT.cpp
[ 20%] Compiling:PluginDDS.cpp
[ 20%] Compiling:PluginEXR.cpp
[ 20%] Compiling:PluginG3.cpp
[ 20%] Compiling:PluginGIF.cpp
[ 20%] Compiling:PluginHDR.cpp
[ 20%] Compiling:PluginICO.cpp
[ 20%] Compiling:PluginIFF.cpp
[ 20%] Compiling:PluginJ2K.cpp
[ 20%] Compiling:PluginJNG.cpp
[ 20%] Compiling:PluginJP2.cpp
[ 20%] Compiling:PluginJPEG.cpp
[ 20%] Compiling:PluginJXR.cpp
In file included from C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/IlmImf/ImfHeader.h:51,
from C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/IlmImf/ImfOutputFile.h:46,
from C:/BlitzMax/mod/bah.mod/freeimage.mod/src/FreeImage/PluginEXR.cpp:33:
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:228:41: error: ISO C++17 does not allow dynamic exception specifications
228 | const Vec2 & normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:232:48: error: ISO C++17 does not allow dynamic exception specifications
232 | Vec2 normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:440:41: error: ISO C++17 does not allow dynamic exception specifications
440 | const Vec3 & normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:444:48: error: ISO C++17 does not allow dynamic exception specifications
444 | Vec3 normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:622:37: error: ISO C++17 does not allow dynamic exception specifications
622 | const Vec4 & normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:626:44: error: ISO C++17 does not allow dynamic exception specifications
626 | Vec4 normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:714:30: error: ISO C++17 does not allow dynamic exception specifications
714 | Vec2::normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:723:37: error: ISO C++17 does not allow dynamic exception specifications
723 | Vec2::normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:738:28: error: ISO C++17 does not allow dynamic exception specifications
738 | Vec2::normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:747:35: error: ISO C++17 does not allow dynamic exception specifications
747 | Vec2::normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:762:30: error: ISO C++17 does not allow dynamic exception specifications
762 | Vec3::normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:771:37: error: ISO C++17 does not allow dynamic exception specifications
771 | Vec3::normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:786:28: error: ISO C++17 does not allow dynamic exception specifications
786 | Vec3::normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:795:35: error: ISO C++17 does not allow dynamic exception specifications
795 | Vec3::normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:809:30: error: ISO C++17 does not allow dynamic exception specifications
809 | Vec4::normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:818:37: error: ISO C++17 does not allow dynamic exception specifications
818 | Vec4::normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:833:28: error: ISO C++17 does not allow dynamic exception specifications
833 | Vec4::normalizeExc () throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:842:35: error: ISO C++17 does not allow dynamic exception specifications
842 | Vec4::normalizedExc () const throw (IEX_NAMESPACE::MathExc);
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:1212:26: error: ISO C++17 does not allow dynamic exception specifications
1212 | Vec2::normalizeExc () throw (IEX_NAMESPACE::MathExc)
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:1249:33: error: ISO C++17 does not allow dynamic exception specifications
1249 | Vec2::normalizedExc () const throw (IEX_NAMESPACE::MathExc)
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:1704:26: error: ISO C++17 does not allow dynamic exception specifications
1704 | Vec3::normalizeExc () throw (IEX_NAMESPACE::MathExc)
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:1743:33: error: ISO C++17 does not allow dynamic exception specifications
1743 | Vec3::normalizedExc () const throw (IEX_NAMESPACE::MathExc)
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:2109:26: error: ISO C++17 does not allow dynamic exception specifications
2109 | Vec4::normalizeExc () throw (IEX_NAMESPACE::MathExc)
| ^~~~~
C:/BlitzMax/mod/bah.mod/freeimage.mod/src/OpenEXR/Imath/ImathVec.h:2150:33: error: ISO C++17 does not allow dynamic exception specifications
2150 | Vec4::normalizedExc () const throw (IEX_NAMESPACE::MathExc)
| ^~~~~
[ 20%] Compiling:PluginKOALA.cpp
[ 20%] Compiling:PluginMNG.cpp
Build Error: failed to compile (1) C:/BlitzMax/mod/bah.mod/freeimage.mod/src/FreeImage/PluginEXR.cpp
Process complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant