GIT 2678
tdesdk was built with automake, but now in GIT is built with cmake. In my previous automake build script I had these two build options:
--with-apr-config=/usr/bin/apr-1-config --with-apu-config=/usr/bin/apu-1-config
Are these build options necessary in the cmake version or are they automatically detected? I don't see anything obvious in the cmake files.
Darrell
On Wednesday 18 January 2012 01:13:59 Darrell Anderson wrote:
GIT 2678
tdesdk was built with automake, but now in GIT is built with cmake. In my previous automake build script I had these two build options:
--with-apr-config=/usr/bin/apr-1-config --with-apu-config=/usr/bin/apu-1-config
Are these build options necessary in the cmake version or are they automatically detected? I don't see anything obvious in the cmake files.
Darrell
APR is used by svn kioslave and is not optional. Check kdesdk/kioslave/svn/ConfigureChecks.cmake
GIT 2678
tdesdk was built with automake, but now in GIT is
built with cmake. In my
previous automake build script I had these two build
options:
--with-apr-config=/usr/bin/apr-1-config --with-apu-config=/usr/bin/apu-1-config
Are these build options necessary in the cmake version
or are they
automatically detected? I don't see anything obvious
in the cmake files.
APR is used by svn kioslave and is not optional. Check kdesdk/kioslave/svn/ConfigureChecks.cmake
I can't find any such file in GIT.
I want to know whether both of those previous automake configure options are performed automatically in the cmake checks.
Darrell
On Wednesday 18 January 2012 01:47:35 Darrell Anderson wrote:
APR is used by svn kioslave and is not optional. Check kdesdk/kioslave/svn/ConfigureChecks.cmake
I can't find any such file in GIT.
I want to know whether both of those previous automake configure options are performed automatically in the cmake checks.
Ah, I think that I did not commited this file yet.
Darrell