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? > support/libsupport.o: In function `ForkedcallsController::timer(void)': > /home/moz/src/lyx/lyx-devel/src/support/forkedcontr.C:91: undefined reference to `Forkedcall::pid(void) const' ditto. > /home/moz/src/lyx/lyx-devel/src/support/forkedcontr.C:101: undefined reference to `Forkedcall::setRetValue(int)' ??? Do you not have void setRetValue(int r) { retval_ = r; } in Forkedcall.h? > /home/moz/src/lyx/lyx-devel/src/support/forkedcontr.C:186: undefined reference to `Forkedcall::command(void) const' ??? Do you not have string const & command() const { return command_; } in Forkedcall.h? > indeed This looks jolly wierd. All works beautifully here. Could you investigate a little further for me. Please! Angus