[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] 2.08b: Unknown reply to XOVER command



Matthias Andree wrote:
> Stroller schrieb am Mittwoch, den 06. Februar 2002:
> 
> > > I don't
> > > agrre with the other opinioned posted here that your pcre
> > > library is too old. Actually it looks like it's recent but
> > > NEW_PCRE_COMPILE isn't defined in config.h for some reason.
> > 
> > It's the version of prce on Mr Andree's homepage. I'm pretty sure I
> > installed it as described in the Leafnode README.
> 
> That's strange. I'm compiling against PCRE-3.5 here, but I haven't seen
> that the API changed in 3.9. I will go figure.

The problem's somewhere else:  quoting from
http://212.104.155.155/leafnode.list/compilation.txt

---
$ make
[ ... ]
cd . && /bin/sh /usr/src/gcc/leafnode-2.0b8_ma9/missing --run autoheader
/usr/bin/m4: configure.in: No such file or directory
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=config.h \
     /bin/sh ./config.status
---

Note that it does not say: config.h is unchanged.  Also note that while
compiling b_sortnl, there is no 2nd declaration of socklen_t, after the
quote above gcc complains about leafnode.h redefining it.

Conclusion:  after that, config.h does not represent the data collected
by configure any more.  My guess: he copied the source files not keeping
the timestamps, config.h is empty or garbage.

Stroller: please unpack the source into a fresh directory and do nothing
in it except a './configure && make'.  Don't touch any files or copy
them.  Does the problem go away?  Is m4 called?

HTH Ralf

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list