Re: sigc++ library missing object.h file

2022-10-10 Thread Max Nikulin
On 08/10/2022 23:17, Gary L. Roach wrote: Thank you all for your replies, I mean gspeaker not gespeaker. The first is a speaker enclosure design program and the second is a front end for the sound system. Not the same -- damn, I had hopes. I also went back and looked at the older versions of si

Re: sigc++ library missing object.h file

2022-10-08 Thread Will Mengarini
* Greg Wooledge [22-10/08=Sa 12:45 -0400]: > > I did a google search and came up with > > which says: > > [...] Remove the sigc++/object.h header [...] Because it now contains no API > See https://bugzilla.gnome.org/show_bug.cgi?id=7

Re: sigc++ library missing object.h file

2022-10-08 Thread Eduardo M KALINOWSKI
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 And see what happens. If the only c

Re: sigc++ library missing object.h file

2022-10-08 Thread Greg Wooledge
On Sat, Oct 08, 2022 at 09:17:11AM -0700, Gary L. Roach wrote: > Unfortunately, rewriting > the program is beyond my present capability without extensive study. I don't > want to go there. The one idea that is intriguing is to find another > distribution that contains the missing file and add it to

Re: sigc++ library missing object.h file

2022-10-08 Thread Gary L. Roach
On 10/8/22 09:17, Gary L. Roach wrote: Thank you all for your replies, I mean gspeaker not gespeaker. The first is a speaker enclosure design program and the second is a front end for the sound system. Not the same -- damn, I had hopes. I also went back and looked at the older versions of sig

Re: sigc++ library missing object.h file

2022-10-08 Thread Gary L. Roach
Thank you all for your replies, I mean gspeaker not gespeaker. The first is a speaker enclosure design program and the second is a front end for the sound system. Not the same -- damn, I had hopes. I also went back and looked at the older versions of sigc++ and found nothing. Unfortunately, rew

Re: sigc++ library missing object.h file

2022-10-08 Thread Max Nikulin
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 # from the offending module only caused a slew of other errors. What would b

Re: sigc++ library missing object.h file

2022-10-07 Thread The Wanderer
On 2022-10-07 at 19:27, Greg Wooledge wrote: > On Fri, Oct 07, 2022 at 07:11:51PM -0400, The Wanderer wrote: > >>> First question: do you have the relevant -dev package installed? >> >> $ apt-file search object.h | grep '/object\.h$' | grep sigc | wc -l >> 0 >> >> I suspect that that may not be

Re: sigc++ library missing object.h file

2022-10-07 Thread Greg Wooledge
On Fri, Oct 07, 2022 at 07:11:51PM -0400, The Wanderer wrote: > > First question: do you have the relevant -dev package installed? > > $ apt-file search object.h | grep '/object\.h$' | grep sigc | wc -l > 0 > > I suspect that that may not be a relevant question in this case; it > doesn't look lik

Re: sigc++ library missing object.h file

2022-10-07 Thread David
On Sat, 8 Oct 2022 at 08: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 looked at the > available versions of libsigc++ and found that none of them include an > object.h sub directory. Does anyo

Re: sigc++ library missing object.h file

2022-10-07 Thread The Wanderer
On 2022-10-07 at 18:57, Charles Curley wrote: > On Fri, 7 Oct 2022 14:54:29 -0700 > "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 looked at the >> available versions of libsigc++ and found t

Re: sigc++ library missing object.h file

2022-10-07 Thread Charles Curley
On Fri, 7 Oct 2022 14:54:29 -0700 "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 looked at the > available versions of libsigc++ and found that none of them include > an object.h sub directory.