Re: [Development] Build errors with raspbian

2013-11-18 Thread Stephen Kelly
On Friday, November 15, 2013 01:26:16 Thiago Macieira wrote: On quinta-feira, 14 de novembro de 2013 23:41:12, Stephen Kelly wrote: On Thursday, November 14, 2013 08:49:04 Thiago Macieira wrote: First of all, you seem to be linking statically to glibc. Don't. You seem to start with an

Re: [Development] Build errors with raspbian

2013-11-18 Thread Thiago Macieira
On segunda-feira, 18 de novembro de 2013 09:57:03, Stephen Kelly wrote: I guess (3) is the most-likely option. The only thing I can think of to cause something like this is a distro upgrade I did to the new ubuntu a few weeks ago. I don't know what to look for though. What can cause static

Re: [Development] Build errors with raspbian

2013-11-18 Thread Hausmann Simon
@qt-project.org Emne: Re: [Development] Build errors with raspbian On Friday, November 15, 2013 01:26:16 Thiago Macieira wrote: On quinta-feira, 14 de novembro de 2013 23:41:12, Stephen Kelly wrote: On Thursday, November 14, 2013 08:49:04 Thiago Macieira wrote: First of all, you seem

Re: [Development] Build errors with raspbian

2013-11-15 Thread Sorvig Morten
On 14 Nov 2013, at 09:39, Stephen Kelly stephen.ke...@kdab.com wrote: Hello, I get build errors when trying to build qtbase dev branch for raspbian. /home/stephen/dev/src/qtbase/src/tools/qdoc/qmlvisitor.cpp:51:0: /home/stephen/dev/src/qtbase/src/tools/qdoc/qmlvisitor.h:78:29: error:

Re: [Development] Build errors with raspbian

2013-11-15 Thread Martin Smith
On Nov 15, 2013, at 9:32 AM, Sorvig Morten morten.sor...@digia.com wrote: On 14 Nov 2013, at 09:39, Stephen Kelly stephen.ke...@kdab.com wrote: Hello, I get build errors when trying to build qtbase dev branch for raspbian.

Re: [Development] Build errors with raspbian

2013-11-15 Thread Sorvig Morten
On 15 Nov 2013, at 09:37, Martin Smith martin.sm...@digia.com wrote: On Nov 15, 2013, at 9:32 AM, Sorvig Morten morten.sor...@digia.com wrote: (and someone needs to port tools/qdoc/qmlparser) I just did that a couple weeks ago. Has there been a more recent update? No, it’s ok. I was

Re: [Development] Build errors with raspbian

2013-11-15 Thread Thiago Macieira
On quinta-feira, 14 de novembro de 2013 23:41:12, Stephen Kelly wrote: On Thursday, November 14, 2013 08:49:04 Thiago Macieira wrote: First of all, you seem to be linking statically to glibc. Don't. You seem to start with an assumption that I changed something. Don't. This is using the

[Development] Build errors with raspbian

2013-11-14 Thread Stephen Kelly
Hello, I get build errors when trying to build qtbase dev branch for raspbian. /home/stephen/dev/src/qtbase/configure -prefix /usr -release -device linux- rasp-pi-g++ -make libs -device-option CROSS_COMPILE=/home/stephen/rpi/gcc-4.7- linaro-rpi-gnueabihf/bin/arm-linux-gnueabihf- -sysroot

Re: [Development] Build errors with raspbian

2013-11-14 Thread Thiago Macieira
On quinta-feira, 14 de novembro de 2013 09:39:29, Stephen Kelly wrote: `QLibraryPrivate::load_sys()': qlibrary_unix.cpp:(.text+0x1230): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking

Re: [Development] Build errors with raspbian

2013-11-14 Thread Stephen Kelly
On Thursday, November 14, 2013 08:49:04 Thiago Macieira wrote: First of all, you seem to be linking statically to glibc. Don't. You seem to start with an assumption that I changed something. Don't. This is using the mkspec for raspberry pi supplied with Qt. I changed nothing. Thanks, --