[sigc] Building with MSVC



Hello guys,

Yesterday I did a git clone of the sigc++ code (from gnome) with the intention of building with MSVC. I'd already built with MSVC several years ago so I'm familiar with the general process. However, I was very pleased to see that VC solutions and project files are now available for the more recent MSVC compilers.

To save myself some time I loaded up the solution for VS2005 and tried a build. But the build fails because the following files are missing:-

        sigc++/signal.h
        sigc++/functors/slot.h
        sigc++/functors/functor_trait.h

From what I can tell (looking at my older build) it seems like those files must get auto-generated. So is there some preliminary step that I need to carry out before my MSVC build?

John


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