MSVC compilation problem in git master



Please point me to the right place (if this isn't the correct mailing list...)

I've just updated gdk-pixbuf from git master.  'gdk-pixbuf.c' used to contain this #include at line 38:-

      #include "gdk-pixbuf-marshal.c"

However... in commit  #591f959adb  that got changed to this:-

      #include "gdk-pixbuf-marshal.h"


and the explanation given was "Do not include the source, otherwise we're going to compile symbols twice".  Unfortunately though, when building with MSVC, I now get unresolved symbols (due to the fact that gdk-pixbuf-marshal.c isn't getting compiled any more).  I'm probably missing something obvious but how does it get compiled now?  I can't see it in any of the Visual C++ projects...

John



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]