Hello!

I've commited new configuration parser.
At the moment I commited only "max_doc_size" support for it.
If there wount be any problems, I'll commit other parameters support.

Example for config
==========================================
<url: http://www.gc.lviv.ua:8105/gc/41-99/>
 max_doc_size: 5000
</url>

<url: http://www.gc.lviv.ua:8105/gc/42-99/>
 max_doc_size: 6000
</url>
==========================================
But I have got a little problem. After commit I done checkout from the
scretch and build project. 
This problem is reproductive. You should 
cd htlib
make distclean
cd $(src_topdir)/htlib
rm conf.tab.cc.h conf.l.cc conf.tab.cc

Build project.
The follow error appears.
cc: conf.l.cc: No such file or directory
cc: No input files specified
gmake[1]: *** [conf.l.lo] Error 1

Ok, type make again. All compiles!

This files are generated in the follow way:
===========================================
conf.l.cc:      conf.l conf.tab.cc.h
        flex -o$(srcdir)/conf.l.cc $(srcdir)/conf.l
conf.tab.cc:    conf.y
        bison -d -o $(srcdir)/conf.tab.cc $(srcdir)/conf.y
conf.tab.cc.h: conf.tab.cc
==========================================

Can somebody explain why build passes only afeter second try?

Vadim Chekan


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You'll receive a message confirming the unsubscription.

Reply via email to