Re: [Development] Build faild on Ubuntu 12.04

2013-02-13 Thread Thiago Macieira
On quarta-feira, 13 de fevereiro de 2013 21.48.46, Дмитрий Волосных wrote: > Thank you, your input is interesting and useful, but I have adopted > Thomas's suggestion to compile with -no-c++11 until D-Bus is updated > up to a fixed version. Another option is to edit the header file in question and

Re: [Development] Build faild on Ubuntu 12.04

2013-02-13 Thread Дмитрий Волосных
Thank you, your input is interesting and useful, but I have adopted Thomas's suggestion to compile with -no-c++11 until D-Bus is updated up to a fixed version. 2013/2/13 Timo Jyrinki : > 2013/2/13 Дмитрий Волосных : >> It fails at this step: > > You may be interested in seeing the build options us

Re: [Development] Build faild on Ubuntu 12.04

2013-02-13 Thread Timo Jyrinki
2013/2/13 Дмитрий Волосных : > It fails at this step: You may be interested in seeing the build options used in the official Ubuntu qtbase package build, which built DBus support successfully: https://launchpadlibrarian.net/131153286/buildlog_ubuntu-raring-amd64.qtbase-opensource-src_5.0.1%2Bdfsg

Re: [Development] Build faild on Ubuntu 12.04

2013-02-13 Thread Thomas McGuire
Hi, bug in the dbus library headers, they don't compile in C++11 mode. Either update dbus, disable dbus in Qt or disable C++11 in Qt. See https://bugs.freedesktop.org/show_bug.cgi?id=46147. Regards, Thomas On Wednesday 13 February 2013 16:59:53 Дмитрий Волосных wrote: > It fails at this step: >

[Development] Build faild on Ubuntu 12.04

2013-02-13 Thread Дмитрий Волосных
It fails at this step: g++ -c -m64 -pipe -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -std=c++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_LIBUDEV -DDBUS_API_SUBJECT_TO_CHANGE -DQT_BUILD_DBUS_LIB -DQT_BUILDING_QT