-
Thanks for the good advice - libqsqlpsql.so was indeed missing and the link you suggested gave advice about how to create it. After I built & installed it, I was able to connect to the postgresql instance with tora.
Thanks again,
chris.
2009-08-14 14:10:33 UTC in TOra
-
I just built tora from svn (rev. 3227) on Slackware64-13.0 and it seems to work fine with an oracle 11g database.
While tora was building, I noticed the message:
-- PostgreSQL environment found: /usr/include /usr/lib64/libpq.so
so I assumed that Postgresql support would be built in. However when I try to add a new connection, the only "Connection provider" options available are...
2009-08-14 00:31:16 UTC in TOra
-
This was addressed by a patch already - see Patches: "Added missing include file - ID: 2693524". You probably just need a slightly newer svn checkout.
2009-04-27 04:36:37 UTC in wxWebKit
-
Compilation could not complete without additional include file in non-kerned-drawing.cpp - it includes wx/dcgraph.h which itself needs a definition of wxDC but that is defined in wx/dc.h so it need to be included too. The patch below adds the necessary #include and enabled completion of ./build-webkit --wx --wx-args=wxgc.
2009-03-19 05:00:47 UTC in wxWebKit