I've just downloaded v 1.1.13 and am planning to give it a try on Linux.
However, I think there is some work necessary to prevent the library from clashing with definitions generated by using projects and therefore being unable be included by other projects easily. These are problems are e.g. all the HAVE_xxx checks in mockcpp.h and the HAVE_xxx defines in mockcpp_config.h. Is this currently being addressed? (I could help out here to a certain degree, if necessary.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All the HAVE_xx macros should have the same value on a single machine since they are all generated by configure. So I expect no problems when the macros are redefined with the same value. What are your problems exactly?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just downloaded v 1.1.13 and am planning to give it a try on Linux.
However, I think there is some work necessary to prevent the library from clashing with definitions generated by using projects and therefore being unable be included by other projects easily. These are problems are e.g. all the HAVE_xxx checks in mockcpp.h and the HAVE_xxx defines in mockcpp_config.h. Is this currently being addressed? (I could help out here to a certain degree, if necessary.)
All the HAVE_xx macros should have the same value on a single machine since they are all generated by configure. So I expect no problems when the macros are redefined with the same value. What are your problems exactly?