Hi, I'm still fighting with keepassx, now I've got X11 headers included but I got following error on -current Oct 6th snapshot.
Today I was asked if keepassx is running on OpenBSD by a collegue, so it looks like it would be nice if it would work. Any idea? jirib !104 ji...@hp530(ttyp6) $ gmake cd src/ && gmake -f Makefile gmake[1]: Entering directory `/tmp/trunk/src' g++ -c -pipe -O2 -fno-wrapv -O2 -fno-wrapv -Wall -W -pthread -DAUTOTYPE -DGLOBAL_AUTOTYPE -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/X11/include/extensions -I/usr/local/lib/qt4/mkspecs/openbsd-g++4 -I. -I/usr/local/include/X11/qt4/QtCore -I/usr/local/include/X11/qt4/QtGui -I/usr/local/include/X11/qt4/QtXml -I/usr/local/include/X11/qt4 -I. -Ilib -Icrypto -Iplugins/interfaces -Iexport -Iimport -Idialogs -I../build/ui -I../build/moc -I/include -o ../build/HelperX11.o lib/HelperX11.cpp In file included from lib/HelperX11.h:28, from lib/HelperX11.cpp:21: lib/AutoType.h:29: error: 'IEntryHandle' has not been declared lib/AutoType.h:35: error: 'quint32' does not name a type lib/AutoType.h:44: error: 'QStringList' does not name a type In file included from /usr/local/include/X11/qt4/QtGui/qx11info_x11.h:45, from /usr/local/include/X11/qt4/QtGui/QX11Info:1, from lib/HelperX11.cpp:22: /usr/local/include/X11/qt4/QtCore/qnamespace.h:1220: error: expected identifier before numeric constant /usr/local/include/X11/qt4/QtCore/qnamespace.h:1220: error: expected unqualified-id before numeric constant In file included from lib/AutoTypeGlobalX11.h:24, from lib/HelperX11.cpp:25: lib/AutoTypeX11.h:41: error: 'IEntryHandle' has not been declared lib/AutoTypeX11.h:47: error: 'QList' has not been declared lib/AutoTypeX11.h:47: error: expected ',' or '...' before '<' token lib/AutoTypeX11.h:48: error: 'QList' has not been declared lib/AutoTypeX11.h:48: error: expected ',' or '...' before '<' token lib/AutoTypeX11.h: In member function 'void AutoTypeX11::sleepKeyStrokeDelay()': lib/AutoTypeX11.h:46: error: 'config' was not declared in this scope In file included from lib/HelperX11.cpp:25: lib/AutoTypeGlobalX11.h: At global scope: lib/AutoTypeGlobalX11.h:29: error: 'IEntryHandle' has not been declared lib/AutoTypeGlobalX11.h:33: error: 'QStringList' does not name a type lib/AutoTypeGlobalX11.h:40: error: 'QStringList' has not been declared lib/AutoTypeGlobalX11.h:41: error: 'IEntryHandle' has not been declared lib/AutoTypeGlobalX11.h:45: error: ISO C++ forbids declaration of 'QSet' with no type lib/AutoTypeGlobalX11.h:45: error: expected ';' before '<' token gmake[1]: *** [../build/HelperX11.o] Error 1 gmake[1]: Leaving directory `/tmp/trunk/src' gmake: *** [sub-src-make_default] Error 2