touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #80062
[Bug 1356497] Re: Can't make the project in a build dir
The problem is that the make files are written on the root of the
branch, not on the current dir.
elopio@tangamandapio76:~/workspace/canonical/dialer-app/trunk$ mkdir builddir
elopio@tangamandapio76:~/workspace/canonical/dialer-app/trunk$ cd builddir/
elopio@tangamandapio76:~/workspace/canonical/dialer-app/trunk/builddir$ cmake ..-- Could NOT find Lcov (missing: LCOV_EXECUTABLE GENHTML_EXECUTABLE)
-- Could NOT find gcovr (missing: GCOVR_EXECUTABLE)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/elopio/workspace/canonical/dialer-app/trunk
elopio@tangamandapio76:~/workspace/canonical/dialer-app/trunk/builddir$ make
make: *** No targets specified and no makefile found. Stop.
** Changed in: dialer-app (Ubuntu)
Status: Fix Released => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dialer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1356497
Title:
Can't make the project in a build dir
Status in dialer-app package in Ubuntu:
Confirmed
Bug description:
cmake is instended to separate the source from the built files, but
it's currently not possible to make the project in a builddir.
To reproduce:
mkdir builddir
cd builddir
cmake ..
make <- fails
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1356497/+subscriptions