On Wed, Feb 20, 2002 at 05:53:38PM +0000, Angus Leeming wrote:
> On Wednesday 20 February 2002 5:36 pm, John Levon wrote:
> > On Wed, Feb 20, 2002 at 05:10:15PM +0000, Angus Leeming wrote:
> > 
> > > http://www.devel.lyx.org/~leeming/graphics.diff.bz2
> > 
> > support/libsupport.o: In function `Forkedcall::kill(int)':
> > /home/moz/src/lyx/lyx-devel/src/support/forkedcall.C:159: undefined 
> reference to `Forkedcall::pid(void) const'
> 
> ??? 
> Do you not have 
>       pid_t pid() const { return pid_; }
> in Forkedcall.h?

  find_if(forkedCalls.begin(), forkedCalls.end(),
          lyx::compare_memfun(&Forkedcall::pid, pid));

Perhaps the problem is that *it is of type 'Forkedcall *' and not of type
Forkedcall.

Reply via email to