On Apr 17, 2012, at 6:08 PM, ext Giuseppe Ventura wrote:
> Hi all,
> I made a little program using Qt with Phonon libraries, if i test it on my
> pc it start correclty!!
> but when I cross compile with the command:
> sb2 -t imx53 make
>
> i have this error:
>
> user@ubuntu1004desktop:~/QtSDK
Does it help if you export LD_LIBRARY_PATH in that script? As there
is no user's LD_LIBRARY_PATH in the environment by default, your
assignment in the script does not change the environment. It only
sets a local shell variable which doesn't affect anything.
Thanks, you are totally right. "export
On Apr 19, 2012, at 12:42 AM, ext tuxor1...@web.de wrote:
>
>> How can I specified the correct path for my library?
>
> Interesting question! I was also wondering about how to set LD_LIBRARY_PATH
> to a certain value.
LD_LIBRARY_PATH gets special treatment. Because complete operation of SB2 i
How can I specified the correct path for my library?
Interesting question! I was also wondering about how to set
LD_LIBRARY_PATH to a certain value. Changing it with sb2-config will
break my whole scratchbox environment (unsetenv helps here, of course).
This shell script doesn't work eithe
Hi all,
I made a little program using Qt with Phonon libraries, if i test it on my pc
it start correclty!!
but when I cross compile with the command:
sb2 -t imx53 make
i have this error:
user@ubuntu1004desktop:~/QtSDK/helloworld/hello2/hello2$ sb2 -t imx53 make
/usr/bin/qmake-qt4 -spec /usr/s