Hi Michael,
Am 20.04.2011 um 20:11 schrieb Michael Schmidt:
> Hi,
>
> I am getting the following error with a basic configuration like:
>
> ./configure --with-plugins=ndbcluster
> --with-memcache=/usr/local/mysql-memcache/include
>
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./cache-src
> -I../../../include -I./include -I/usr/local/mysql-memcache/include
> -I../../../storage/ndb/include -I../../../storage/ndb/include/mgmapi
> -I../../../storage/ndb/include/ndbapi -O3 -fno-implicit-templates
> -fno-exceptions -fno-rtti -MT ndb_engine_la-ndb_worker.lo -MD -MP -MF
> .deps/ndb_engine_la-ndb_worker.Tpo -c src/ndb_worker.cc -fPIC -DPIC -o
> .libs/ndb_engine_la-ndb_worker.o
> src/schedulers/Bulk.cc:32: fatal error: bulk.h: No such file or directory
please pull next revision. It should be fixed now. The memcached branch of cluster is a
lab version which was tested on a mac with case-insensitive file system only. Missing
Bulk.h existed but it was included as small caps bulk.h.
Bernd
>
> Prior revisions worked fine.
>
> Mike