Just tried with a fresh checkout of dialer-app, it is fixed: boiko@thinkpad:/tmp/dialer-app$ mkdir build boiko@thinkpad:/tmp/dialer-app$ cd build/ boiko@thinkpad:/tmp/dialer-app/build$ cmake ../ -- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is GNU 4.9.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Lcov: /usr/bin/lcov -- Found gcovr: /usr/bin/gcovr -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") -- Found Gettext: /usr/bin/msgmerge (found version "0.19.2") -- Configuring done -- Generating done -- Build files have been written to: /tmp/dialer-app/build
** Changed in: dialer-app (Ubuntu) Status: Confirmed => Fix Released ** Changed in: dialer-app (Ubuntu) Assignee: (unassigned) => Gustavo Pichorim Boiko (boiko) -- 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: Fix Released 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 -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp