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

Re: sigc++ library missing object.h file



On 08/10/2022 04:54, Gary L. Roach wrote:

I've been trying to compile an older program from source code and keep getting the error missing sigc++/object.h file.
..
I really need this program (gspeaker). Removing the #<include> from the offending module only caused a slew of other errors. What would be in this object.h file?

Have you tried any general purpose search engine? I was curious if it is related somehow to SGI. The result of my attempt:

https://github.com/libsigcplusplus/libsigcplusplus/blob/master/NEWS
2.5.2 (unstable):

* Remove useless headers:
    sigc++/class_slot.h
    sigc++/hide.h
    sigc++/method_slot.h
    sigc++/object.h
    sigc++/object_slot.h
    sigc++/retype.h
  Some of these still have equivalents in sigc++/adaptors/
  (Kjell Ahlstedt, Murray Cumming) Bug #752560

Perhaps it is possible to modernize source code of your precious program. Read that "other" errors, library docs and maybe git history.



Reply to: