Re: small compilation problems

2000-09-22 Thread Lars Gullik Bjønnes
Lior Silberman <[EMAIL PROTECTED]> writes: | Hello everyone, | | I have two small problems compiling CVS. | | 1. sigc++/thread.h doesn't include the declaration for struct timespec, | 2. in filedlg.C there is an inline function (GroupCache::find) which isn't | handled properly on compilation wi

Re: small compilation problems

2000-09-21 Thread Lior Silberman
On Thu, 21 Sep 2000, Allan Rae wrote: > On Wed, 20 Sep 2000, Lior Silberman wrote: > > > 1. sigc++/thread.h doesn't include the declaration for struct timespec, > > Did you report this to libsigc++? I notice it's been fixed in their > repository so I'll do up a new sigc++ mini-dist. > > Allan

Re: small compilation problems

2000-09-21 Thread John Levon
On Wed, 20 Sep 2000, Lior Silberman wrote: > 2. src/filedlg.C compiles ok, but during the link phase, I get: > filedlg.o: In function `LyXFileDlg::Reread(void)': > filedlg.C:245: undefined reference to `GroupCache::find(unsigned int) const > > I think this is beacuse g++ -g does not expand Group

Re: small compilation problems

2000-09-20 Thread Allan Rae
On Wed, 20 Sep 2000, Lior Silberman wrote: > 1. sigc++/thread.h doesn't include the declaration for struct timespec, Did you report this to libsigc++? I notice it's been fixed in their repository so I'll do up a new sigc++ mini-dist. Allan. (ARRae)