-
Longtime and very satisfied xchm user here... Recently I've started using it on a laptop (under Gnome with Ubuntu) and would really appreciate a Fullscreen mode (bound to the F11 key). Thanks for looking into that if you can. Cheers!
2009-05-28 21:45:34 UTC in xCHM
-
KeePassX 0.3.1 compiles but does not link under MacOS 10.3.9 with QT4.3.4.
The link error is as follows:
ld: /usr/lib/crt1.o illegal reference to symbol: __objcInit defined in indirectly referenced dynamic library /usr/lib/libobjc.A.dylib
This is due to the Foundation framework not being linked in. To fix this, add "-framework Foundation" to the LIBS in src.pro:
--- src.pro.orig.
2008-04-23 23:48:39 UTC in KeePassX
-
File Added: compile_errors.txt.
2008-03-12 02:06:39 UTC in KeePassX
-
I successfully compiled KeePassX 0.3.0a with QT4.3.4 under OSX 10.3.9. QT4.3.4 has the tree widget fix for the abysmal performance of KeePassX on very large password files. Now it's spiffy!
I had to make 3 small source changes to get KeePassX 0.3.0a to compile. The diff file is attached to this report.
2008-03-09 19:58:40 UTC in KeePassX