On Friday 22 February 2002 1:24 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Why don't you have a look at it/try and compile it? > > #include <config.h> > > #include "forkedcall.h" > #include "forkedcontr.h" > #include "lstrings.h" > #include "lyxlib.h" > #include "filetools.h" > #include "os.h" > #include "debug.h" > #include "frontends/Timeout.h" > > #include <cerrno> > #include <sys/types.h> > #include <sys/wait.h> > #include <csignal> > #include <cstdlib> > #include <unistd.h> > > #ifdef __GNUG__ > #pragma implementation > #endif > > > This is wrong! > > #pragma implementation must be before #include "forkedcall.h"
Ahhhhhh! No wonder John had problems. Thank you. Angus