Well, in my search for my problem, I found that I got an error
while executing this piece of code in htsearch.cc:

around line 558:

        if (debug > 1)
        cout << "   " << fuzzy->getName();

It crashed on the cout. Why? Well, every fuzzy constructor sets
a name attribute except Prefix.cc. The constructor does not set
a name, hence it crashed.A

Add:

        name = "prefix";

to the constructor of Prefix.cc

By the way, this whole story applies also for Exact.cc

        name = "exact";

Will make a diff sometime, but this can be typed in with ease...

--jesse
--------------------------------------------------------------------
J. op den Brouw                           Johanna Westerdijkplein 75
Haagse Hogeschool                                  2521 EN  DEN HAAG
Faculty of Engeneering                                   Netherlands
Electrical Engeneering                                +31 70 4458936
-------------------- [EMAIL PROTECTED] --------------------

Linux - because reboots are for hardware changes




------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to