VC11 build for 6.9.4-7
Posted: 2016-06-05T05:47:10-07:00
Hi,
I'm trying to build 6.9.4-7 with VC11.
in the librsvg build, i'm getting
"
rsvg-marker.obj : error LNK2019: unresolved external symbol _isnan referenced in function _angle_from_vector
"
I've added by own implementation for isnan (not sure if that's a good idea at all) and it seems to build ok.
after that is built, I'm getting this in the CORE_magick project:
"
fx.obj : error LNK2019: unresolved external symbol _erf referenced in function _FxEvaluateSubexpression"
"
I'm getting the feeling I'm doing something basically wrong or that 6.9.4 simply doesn't support VC11 (visual studio 2012).
Please advise me how to process with these problems.
thanks!
Oz.
I'm trying to build 6.9.4-7 with VC11.
in the librsvg build, i'm getting
"
rsvg-marker.obj : error LNK2019: unresolved external symbol _isnan referenced in function _angle_from_vector
"
I've added by own implementation for isnan (not sure if that's a good idea at all) and it seems to build ok.
after that is built, I'm getting this in the CORE_magick project:
"
fx.obj : error LNK2019: unresolved external symbol _erf referenced in function _FxEvaluateSubexpression"
"
I'm getting the feeling I'm doing something basically wrong or that 6.9.4 simply doesn't support VC11 (visual studio 2012).
Please advise me how to process with these problems.
thanks!
Oz.