[QtonPi] Fwd: Fwd: 3d on the PI is not supported from Linux on Qt 5

Daniel Bittencourt danielcbit at gmail.com
Sat Feb 23 19:39:07 CET 2013


There is no need o run make, or make install manually. Just run the
bakeqtpi script.

To let others know what was the problem. The git branch must
be build_qtsdk, so do "git checkout -b build_qtsdk origin/build_qtsdk" to
switch to that branch.

This is temporary as I need to merge all modifications to the master! But
it is working.


On Sat, Feb 23, 2013 at 6:35 PM, Pierre Chicoine <
pierrechicoine606 at gmail.com> wrote:

> Daniel
>
> Got what you mean. I ran the command 'git checkout
> -b build_qtsdk origin/build_qtsdk' and next a make clean and then make
> -j8 and then sudo make install. I guessing that's what I should be doing.
>
> Thanks
>
> Pierre
>
>
> ---------- Forwarded message ----------
> From: Pierre Chicoine <pierrechicoine606 at gmail.com>
> Date: Sat, Feb 23, 2013 at 10:29 AM
> Subject: Fwd: [QtonPi] Fwd: 3d on the PI is not supported from Linux on Qt
> 5
> To: qtonpi at qt-project.org
>
>
> Daniel
>
> Should I erase the /home/pi/opt directory and start over with the
> downloads and all??
>
> Pierre
>
>
> ---------- Forwarded message ----------
> From: Daniel Bittencourt <danielcbit at gmail.com>
> Date: Sat, Feb 23, 2013 at 10:26 AM
> Subject: Re: [QtonPi] Fwd: 3d on the PI is not supported from Linux on Qt 5
> To: Pierre Chicoine <pierrechicoine606 at gmail.com>
>
>
> OK, that's the problem. Please, first do this: git checkout
> -b build_qtsdk origin/build_qtsdk and rebuild qt5, then you should have a
> rootfs directory in your ~/opt folder. This directory is where there will
> be all libs and includes.
>
> Hope it works now!
>
>
>
>
> On Sat, Feb 23, 2013 at 6:22 PM, Pierre Chicoine <
> pierrechicoine606 at gmail.com> wrote:
>
>>
>>
>>
>> On Sat, Feb 23, 2013 at 10:20 AM, Pierre Chicoine <
>> pierrechicoine606 at gmail.com> wrote:
>>
>>> Daniel
>>>
>>> Here's my output
>>>
>>> pi at LinuxOne:~/bakeqtpi$ git branch
>>> * master
>>> pi at LinuxOne:~/bakeqtpi$ git branch --all
>>> * master
>>>   remotes/origin/HEAD -> origin/master
>>>   remotes/origin/build_qtsdk
>>>   remotes/origin/build_tools
>>>   remotes/origin/master
>>> pi at LinuxOne:~/bakeqtpi$ git show
>>> commit d4b537732d0e0e522824c38f3b2bd2ff3131bdbe
>>> Author: Daniel Bittencourt <daniel.bittencourt at openbossa.org>
>>> Date:   Thu Dec 27 18:32:56 2012 -0400
>>>
>>>     Adding possibility to build from Qt5 official package
>>>
>>>     Signed-off-by: Daniel Bittencourt <daniel.bittencourt at openbossa.org>
>>>
>>> diff --git a/bakeqtpi.bash b/bakeqtpi.bash
>>> index 0a59ff7..17e45c3 100755
>>> --- a/bakeqtpi.bash
>>> +++ b/bakeqtpi.bash
>>> @@ -13,7 +13,7 @@ if [[ "$OSTYPE" =~ darwin.* ]]
>>>  then
>>>         CROSSCOMPILETOOLS=$OPT_DIRECTORY/trismers-cross-compile-tools-osx
>>>         CROSSCOMPILER=$OPT_DIRECTORY/arm-linux-gnueabihf-osx
>>> -else
>>> +else
>>>         CROSSCOMPILETOOLS=$OPT_DIRECTORY/cross-compile-tools
>>>         CROSSCOMPILER=$OPT_DIRECTORY/gcc-4.7-linaro-rpi-gnueabihf
>>>  fi
>>> @@ -26,7 +26,7 @@ QT5PIPREFIX=/usr/local/qt5pi
>>>  QT5ROOTFSPREFIX=$ROOTFS/usr/local/qt5pi
>>>
>>> :
>>>
>>>
>>> Thanks
>>>
>>> Pierre
>>>
>>
>>
>> _______________________________________________
>> QtonPi mailing list
>> QtonPi at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/qtonpi
>>
>>
>
>
>
> _______________________________________________
> QtonPi mailing list
> QtonPi at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qtonpi
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qtonpi/attachments/20130223/4543fd17/attachment.html 


More information about the QtonPi mailing list