Hi, David, Thanks for the bug report. I have added Makefile.am and Makefile.in to SVN. Please update your copy and let us know if you have any additional problems with the code.
John On 5/20/12 3:34 PM, David Knapp wrote: > I hope this is the right place for this. But trunk is unable to be > configured due to an error: > > config.status: error: cannot find input file: `contrib/Makefile.in' > > > This is caused by the contrib folder being included in the autoconf > config files, even though there's no Makefile in there: > > configure:16794 ac_config_files="$ac_config_files Makefile > src/Makefile examples/Makefile tests/Makefile java/Makefile > contrib/Makefile contrib/fbmerge/Makefile" > > And even correcting this, when checking the configuration for > FlexLexer.h, the configure script tries to compile a program that > itself tries to include fastbit-config.h, which obviously hasn't been > created yet. > > configure:16245: g++ -g -pthread -c src/whereLexer.cc > In file included from src/util.h:17:0, > from src/qExpr.h:12, > from src/whereClause.h:10, > from whereParser.yy:14, > from src/whereLexer.h:17, > from whereLexer.ll:11: > src/const.h:73:72: fatal error: fastbit-config.h: No such file or > directory > > > Just thought I'd let you know. > > > -David K > > > _______________________________________________ > FastBit-users mailing list > [email protected] > https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users _______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
