Hi guys, Quick question - I'm getting errors compiling the tests; of the form: .\apitest.cc(46) : fatal error C1083: Cannot open include file: 'api_anydb.h': No such file or directory api_anydb.cc .\api_anydb.cc(26) : fatal error C1083: Cannot open include file: 'api_anydb.h': No such file or directory These files don't seem to exist. Any hints? Cheers Charlie
Charlie Hull wrote:> Hi guys, > > Quick question - I'm getting errors compiling the tests; of the form: > > .\apitest.cc(46) : fatal error C1083: Cannot open include file: > 'api_anydb.h': No such file or directory > api_anydb.cc > .\api_anydb.cc(26) : fatal error C1083: Cannot open include file: > 'api_anydb.h': No such file or directory > > These files don't seem to exist. Any hints?You need to run the perl script "tests/collate-apitest" to generate these. -- Richard