I have just downloaded the library and while trying to compile I get the error message unable to find "../config.h". It does not appear to be sanywhere in the package of files that I downloaded. Can you please tell me where I can find this file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I found the missing config.h in the 99_4 download tar but now I am getting an undefined symbol MPF_UNDERFLOW this does not seem to be defined in any file I can find in 99_5.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found the Missing Definiton to the MPF_UNDERFLOW symbol in the mpf.h in version 99_4. Then after I added in the missing return statements for all the operator overload functions that return references to this it compiled. I am letting you know thios so you can make the changes to your source code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have just downloaded the library and while trying to compile I get the error message unable to find "../config.h". It does not appear to be sanywhere in the package of files that I downloaded. Can you please tell me where I can find this file.
Well I found the missing config.h in the 99_4 download tar but now I am getting an undefined symbol MPF_UNDERFLOW this does not seem to be defined in any file I can find in 99_5.
I found the Missing Definiton to the MPF_UNDERFLOW symbol in the mpf.h in version 99_4. Then after I added in the missing return statements for all the operator overload functions that return references to this it compiled. I am letting you know thios so you can make the changes to your source code.