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

Re: [leafnode-list] leafnode-2.0b8_ma9rc1: missing but needed



On Sat 16. Feb 2002 23:51 -0500 Lloyd Zusman <ljz@xxxxxxxxxx> wrote:

> I have the same "search.h" problem under 2.0b8_ma9 and 2.0b8_ma9rc1.  I
> know that 2.0b8_ma9 is the latest release, and I only reported rc1 here
> by accident (copy-and-paste error when composing the message).
> 
> Any workarounds for this "search.h" problem under FreeBSD?

I had the same problem with 2.0b8_ma9 on MacOS X. It is fixed in 2.0b8_ma10
series of releases. In short, replace the #include <search.h> in redblack.h
with

/* For tsearch */
typedef enum
{
  preorder,
  postorder,
  endorder,
  leaf
}
VISIT;

and it should compile. I recommend going up to 2.0b8_ma10 series, though.

-- 

        Jari Lehtonen
        Unix & Network Services
        University of Turku, Computing Center


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