Hi,
On Friday 27 February 2015 21:05:55 Christian Dávid wrote:
> Jack is right. The file is created by cmake (Cristian added that some days
> ago). I guess there is an issue in the order of these commands leading to a
> race condition in your build (seems like add _ subdirectory is involved).
No
Hi Jack,
I don't do insource builds. Having the build directory as a subdir of the
source dir is still an out-of-source-build. So I do have
/home/thb/devel/kmymoney as the source dir and
/home/thb/devel/kmymoney/build as the build dir. That worked for ages. So it
does not seem to be the issue.
My cmake is 2.8.12 (Gentoo). In my case, the build directory is NOT
under the source root - I have been "trained" over the years that
in-source build directories can sometimes cause hard to track down
problems, although I'm not sure if that is the issue here or not.
Jack
On 2015.02.28 11:
Hi,
well, since my build directory is a subdir to the source directory, find
should have found it, but it is not there.
Where is the code that generates it? It must be somewhere in the
CMakeLists.txt files, right? Which one? BTW, I am on cmake 2.8.11.2, the one
provided with my distro, just in
Jack is right. The file is created by cmake (Cristian added that some days
ago). I guess there is an issue in the order of these commands leading to a
race condition in your build (seems like add _ subdirectory is involved).
Am 27. Februar 2015 20:40:51 MEZ, schrieb Jack :
>
>so it looks like
It should be in the build directory since it's generated by the build system.
Regards,
Cristian
2015-02-27 21:21 GMT+02:00 Thomas Baumgart :
> Hi all,
>
> I just synced with git master and compiled as usual, when I hit the problem,
> that a header file was missing. It is referenced in two locatio
On 2015.02.27 14:21, Thomas Baumgart wrote:
Hi all,
I just synced with git master and compiled as usual, when I hit the
problem,
that a header file was missing. It is referenced in two locations,
but I can't
seem to find it in my sandbox.
thb@thb-nb:~/devel/kmymoney (master)$ git grep
paye
Hi all,
I just synced with git master and compiled as usual, when I hit the problem,
that a header file was missing. It is referenced in two locations, but I can't
seem to find it in my sandbox.
thb@thb-nb:~/devel/kmymoney (master)$ git grep
payeeidentifier_iban_bic_delegates_export.h
kmymoney