Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-05 Thread Thiago Macieira
On quinta-feira, 5 de abril de 2012 22.12.23, Yang Fan wrote: > /media/Documents_/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore > /platform/graphics/gstreamer/GStreamerGWorld.cpp:101: error: > ‘GST_PAD_LINK_CHECK_NOTHING’ was not declared in this scope Your gstreamer is probably too o

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-05 Thread Yang Fan
I got the different build error on Ubuntu 10.04: /media/Documents_/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp: In member function ‘bool WebCore::GStreamerGWorld::enterFullscreen()’: /media/Documents_/qt-everywhere-opensource-src-5.0.0

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-04 Thread marius.storm-olsen
The original intention was to support installed libs. However after quite done testing (after having created the script) we decided that the alpha couldn't support it. Now we will support it in the beta, so there was no point in removing it. And as it solves a problem exposed by Jom with top-l

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-04 Thread Rohan McGovern
marius.storm-ol...@nokia.com said: > Try following the instructions here > http://qt-project.org/wiki/Qt-5-Alpha-building-instructions > > Qt should not be configured in such a way that it needs to be installed. > That's not a supported build configuration for the alpha. > Only in-source non-

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-04 Thread Peter Rullmann
Hi, We downloaded the sources and started compiling just before the information about the prefix option was added to the wiki page. After setting the prefix and setting PATH=$PWD/qtbase/bin:$PATH the build finished smoothly. Thanks for your help. Regards, Peter On Wed, 04 Apr 2012 11:57:1

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-04 Thread marius.storm-olsen
> Subject: [Development] Compiling Qt5 Alpha on Linux fails > > Hi, > > I'm trying to compile Qt5 Alpha on Linux, but got stuck. > > I am running Ubuntu 11.04, but my colleague running 11.10 has exactly the > same issues. > > I built using `./configure -opensourc

Re: [Development] Compiling Qt5 Alpha on Linux fails

2012-04-04 Thread simo.falt
Hi, Is there a reason why you are trying to build it without prefix? If you do the build in your home dir with "-prefix $PWD/qtbase" in your configure, you shouldn't need the sudo. Also if you really do have older qt in your path, please remove it and add $PWD/qtbase/bin in it instead. Simo On 4

[Development] Compiling Qt5 Alpha on Linux fails

2012-04-04 Thread Peter Rullmann
Hi, I'm trying to compile Qt5 Alpha on Linux, but got stuck. I am running Ubuntu 11.04, but my colleague running 11.10 has exactly the same issues. I built using `./configure -opensource -confirm-license -nomake tests` and `sudo ./build -j 2` Here are the Problems I had: * I had to run ./build