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

Re: sigc++ library missing object.h file



On 08/10/2022 13:17, Gary L. Roach wrote:
The one idea that is intriguing is to find another distribution that contains the missing file and add it to my sigc++ directory.

That's unlikely to work.

What you can try is to include the main header:


#include <sigc++/sigc++.h>


And see what happens. If the only changes were in how the headers are organized, this might work. If there have been API changes, then you'll need to adapt the code.


--
Eduardo M KALINOWSKI
eduardo@kalinowski.com.br


Reply to: