MSVC complains that it does not find
msvc_recommended_pragmas.h. I found a reference to that file in
MSVC_Net2013/sigc-build-defines.props. I don't use MSVC myself. I
don't know if msvc_recommended_pragmas.h is necessary, or if you
can just tell MSVC that you don't want it included in your code. I
also found that it's part of glib. You can find it at
https://git.gnome.org/browse/glib/tree/msvc_recommended_pragmas.h. It's unfortunate that libsigc++ uses a file from glib, when it's built by MSVC. libsigc++ does not otherwise depend on glib. Kjell Den 2016-04-15 kl. 09:57, skrev
krishnaLee:
|