Portabase build error:
g++ -c -pipe -Wall -W -O2 -mcpu=xscale -mtune=iwmmxt -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o database.o database.cpp
database.cpp: In constructor 'Database::Database(QString, int*, int)':
database.cpp:40: error: 'win32FileOpenFunc' is not a member of 'c4_Storage'
database.cpp: In member function 'QStringList Database::listViews()':
database.cpp:273: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp:275: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp: In member function 'QStringList Database::listSortings()':
database.cpp:717: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp:719: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp: In member function 'c4_View Database::sortData(c4_View, const QString&, bool)':
database.cpp:832: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp:839: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp: In member function 'c4_View Database::sortData(c4_View, const QString&)':
database.cpp:852: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp:854: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp: In member function 'QStringList Database::listFilters()':
database.cpp:898: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp:900: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp: In member function 'void Database::exportToXML(QString, c4_View&, c4_View&, QStringList)':
database.cpp:1780: error: 'stringCompareFunc' is not a member of 'c4_View'
database.cpp:1827: error: 'stringCompareFunc' is not a member of 'c4_View'
make: *** [database.o] Error 1
Any hint?