I asked this question many months ago, over on the 'users' list but never got an answer, so here goes;
How do I get postgres support compiled into amarok (assuming said support hasn't been removed) when building from the latest GIT source, which uses cmake? There don't appear to be any clues in the CMakeLists.txt files.
In the good old days it was as simple as '--enable-postgres'. Of course, I could be missing something obvious :)
Cheers, Mike.
On Thursday 06 September 2012 15:03:19 Mike Howard wrote:
I asked this question many months ago, over on the 'users' list but never got an answer, so here goes;
How do I get postgres support compiled into amarok (assuming said support hasn't been removed) when building from the latest GIT source, which uses cmake? There don't appear to be any clues in the CMakeLists.txt files.
In the good old days it was as simple as '--enable-postgres'. Of course, I could be missing something obvious :)
Cheers, Mike.
If i'm not wrong, cmake postgresql support is not yet implemented.
On 06/09/2012 13:06, Serghei Amelian wrote:
On Thursday 06 September 2012 15:03:19 Mike Howard wrote:
I asked this question many months ago, over on the 'users' list but never got an answer, so here goes;
How do I get postgres support compiled into amarok (assuming said support hasn't been removed) when building from the latest GIT source, which uses cmake? There don't appear to be any clues in the CMakeLists.txt files.
In the good old days it was as simple as '--enable-postgres'. Of course, I could be missing something obvious :)
Cheers, Mike.
If i'm not wrong, cmake postgresql support is not yet implemented.
That'll be something obvious then :)
How do I get postgres support compiled into amarok (assuming said support hasn't been removed) when building from the latest GIT source, which uses cmake? There don't appear to be any clues in the CMakeLists.txt files.
In the good old days it was as simple as '--enable-postgres'. Of course, I could be missing something obvious :)
Not yet supported:
http://bugs.trinitydesktop.org/show_bug.cgi?id=818
Darrell
On 06/09/2012 17:48, Darrell Anderson wrote:
How do I get postgres support compiled into amarok (assuming said support hasn't been removed) when building from the latest GIT source, which uses cmake? There don't appear to be any clues in the CMakeLists.txt files.
In the good old days it was as simple as '--enable-postgres'. Of course, I could be missing something obvious :)
Not yet supported:
http://bugs.trinitydesktop.org/show_bug.cgi?id=818
Darrell
Yeah, that was the 'something obvious' I missed :)
Of course, postgresql support can be enabled in an 'autotools' build, though that introduces other problems/issues. Anyway, as I specifically need/want postgres support, I added an 'ENABLE_POSTGRESQL' option to the cmake build system which does the job.
Cheers, Mike.
Yeah, that was the 'something obvious' I missed :)
Of course, postgresql support can be enabled in an 'autotools' build, though that introduces other problems/issues. Anyway, as I specifically need/want postgres support, I added an 'ENABLE_POSTGRESQL' option to the cmake build system which does the job.
Please add the patch to the bug report! :-)
Darrell