Re: [Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-03 Thread Filip Dorosz
Hello. I'm sorry I'm replying so late. I'm on Ubuntu 14.04 LTS 64bit. Your guess was right I was using qmlproject as it seem the most suitable. You cleared out all the unclear information. By using qmake and installing 'intltool' package providing 'intltool-extract' (Qtcreator complained its mi

Re: [Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-03 Thread Rutger Hendriks
Hi Filip, Sorry I was not clear, I wrote the e-mail without access to my pc, so I had to type everything by heart ;-) I meant that I used the 'Ubuntu SDK Development Kit' (lower left corner of the Ubuntu IDE) and select in the Run column the third option with the name of the application you're cr

Re: [Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-03 Thread Mathijs Veen
Thanks for your explanation. Very helpful and answers a lot of questions. qmake it is then :) cheers, Mathijs On Thu, Mar 3, 2016 at 2:39 PM, Benjamin Zeller < benjamin.zel...@canonical.com> wrote: > On 03/03/2016 02:16 PM, Mathijs Veen wrote: > > > There are some problems with qmlprojects wh

Re: [Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-03 Thread Benjamin Zeller
On 03/03/2016 02:16 PM, Mathijs Veen wrote: There are some problems with qmlprojects when it comes to using different versions of Qt installed on the same machine. Im not sure how to read this. There are different project types in the Ubuntu-SDK: -> QmlProject, QMake and CMake qmlproject type

Re: [Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-03 Thread Mathijs Veen
There are some problems with qmlprojects when it comes to using different versions of Qt installed on the same machine. Im not sure how to read this. I did a clean install of the sdk yesterday on a clean 15.10 desktop. Apart from the above mentioned segfaults that I also got at first, I am not see

Re: [Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-03 Thread Benjamin Zeller
Hello Filip, could you give me a bit more informations about: -> What Ubuntu version are you on? -> What project type did you use? As a shot in the dark: If you used qmlproject types, please try again with a qmake type project. There are some problems with qmlprojects when it comes to using di

Re: [Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-02 Thread Filip Dorosz
Thanks for the reply Im quite new to Qt creator and graphical programming in general (been hacking in the cli for a while now). I don't know exactly what do you mean by "running the option with program name". I would be grateful if you clarify that a little more. With kind regards, Filip Dorosz.

Re: [Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-02 Thread Rutger Hendriks
Hi Filip, I'm having the exact same problems for some weeks now, so you are not alone in this.. Unfortunately, I haven't managed to solve these problems :-/ My current workaround is to build the application I'm creating for my MX4 device, using the armhf 'kit' while having the MX4 disconnected...

[Ubuntu-phone] Errors trying examples in ubuntu-sdk

2016-03-02 Thread Filip Dorosz
Hi all. I've been trying to start learning developing ubuntu touch apps but from the very beginning i run across problems. First I was missing ubuntu-sdk-dev package as its not mentioned in the docs at developer.ubuntu.com and was struggling with Segmentation fault errors when trying to run exampl