Perhaps I should log a bug for this?
On Wed, Jan 28, 2009 at 10:23 PM, Monty Taylor <[email protected]> wrote: > Jay Pipes wrote: >> Matthew Sacks wrote: >>> command: >>> ./config/autorun.sh && ./configure --with-debug && make -j2 >>> > > Harrumph. Why didn't autoconf catch this first?? > >>> error: >>> >>> In file included from drizzled.cc:48: >>> ../drizzled/temporal_format.h:34:18: error: pcre.h: No such file or >>> directory >>> ../drizzled/temporal_format.h:49: error: ISO C++ forbids declaration >>> of 'pcre' with no type >>> ../drizzled/temporal_format.h:49: error: expected ';' before '*' token >>> ../drizzled/temporal_format.h: In member function 'bool >>> drizzled::TemporalFormat::is_valid() const': >>> ../drizzled/temporal_format.h:73: error: '_re' was not declared in >>> this scope >>> mv -f .deps/dtcollation.Tpo .deps/dtcollation.Po >>> g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/local/include -fpch-deps -Wall >>> -Wextra -Werror -pedantic -Wundef -Wno-redundant-decls -Wno-long-long >>> -Wno-strict-aliasing -Wshadow -fno-rtti -O0 -DDEBUG -ggdb3 >>> -MT errmsg.o -MD -MP -MF .deps/errmsg.Tpo -c -o errmsg.o errmsg.cc >>> make[3]: *** [drizzled.o] Error 1 >>> make[3]: *** Waiting for unfinished jobs.... >>> mv -f .deps/errmsg.Tpo .deps/errmsg.Po >>> make[2]: *** [all] Error 2 >>> make[1]: *** [all-recursive] Error 1 >>> make: *** [all] Error 2 >>> >>> How might I resolve this? >> >> Have you tried make distclean and re-build? >> >> -jay >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~drizzle-discuss >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~drizzle-discuss >> More help : https://help.launchpad.net/ListHelp >> > > _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

