ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #17488
[Development] Cordova sed error while trying to build for 15.04
Hi,
i'm trying to create a Twitter app with cordova. Sadly i have some
problems to get it building. At first i searched hours to find out how
to replace 14.10 as a default framework for cordova. After i finally
found it, i thought now it would be easy. But no, there is another error
coming up...
Full log:
http://pastebin.com/iqYLjvRD
Important part:
/-- Generating done//
//-- Build files have been written to:
/home/ferdl/Projekte/cordova/Twibu/platforms/ubuntu/ubuntu-sdk-15.04/armhf/build//
//find . -name AutomocInfo.cmake | xargs sed -i 's;AM_QT_MOC_EXECUTABLE
.*;AM_QT_MOC_EXECUTABLE "/usr/lib/'$(dpkg-architecture
-qDEB_BUILD_MULTIARCH)'/qt5/bin/moc");'//
//sed: Keine Eingabedateien//
//find . -name AutomocInfo.cmake | xargs sed -i 's;AM_QT_MOC_EXECUTABLE
.*;AM_QT_MOC_EXECUTABLE "/usr/lib/'$(dpkg-architecture
-qDEB_BUILD_MULTIARCH)'/qt5/bin/moc");' FAILED//
//sed: Keine Eingabedateien/
Would be nice if someone could tell me, how to solve this problem. And
please, someone update the documentation...
Cordova -v : 5.4.1
cordova-ubuntu: 4.3.1
According to cordova git, it should actually support 15.04. I don't
quite understand, why it's still using 14.10. -.-
Follow ups