Menu

#1 compile error: hashtab.cpp withIGNORE_CASE defined

open-fixed
nobody
None
5
2009-10-17
2009-10-17
Anonymous
No

after configured the build with:
./configure --enable-debug --enable-fault-tolerant --disable-http-queue-manage --disable-case-sensitiveness --enable-recoverable-critical-sections

the errors are:
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../inc -I../inc -O0 -g -Wno-invalid-offsetof -Wall -DDEBUG -MT hashtab.lo -MD -MP -MF .deps/hashtab.Tpo -c -o hashtab.lo hashtab.cpp
g++ -DHAVE_CONFIG_H -I. -I../inc -I../inc -O0 -g -Wno-invalid-offsetof -Wall -DDEBUG -MT hashtab.lo -MD -MP -MF .deps/hashtab.Tpo -c hashtab.cpp -fPIC -DPIC -o .libs/hashtab.o
hashtab.cpp: In static member function ‘static unsigned int dbHashTable::wstringHashFunction(wchar_t*, int)’:
hashtab.cpp:98: error: ‘towupper’ was not declared in this scope
hashtab.cpp: In static member function ‘static void dbHashTable::find(dbDatabase*, oid_t, dbSearchContext&)’:
hashtab.cpp:358: error: expected `;' before ‘break’
hashtab.cpp:367: error: expected `;' before ‘break’
make[1]: *** [hashtab.lo] Error 1
make[1]: Leaving directory `/home/costa/lavoro/dev/framework/db/fastdb/src'
make: *** [all-recursive] Error 1

Discussion


Log in to post a comment.