Re: [webkit-dev] Unable to compile the webkit on the Redhat enterprise linux 9

2008-10-18 Thread Ariya Hidayat

 I am getting the following error.
 Calling  'qmake CONFIG+=qt-port –r
 OUTPUT_DIR=/home/seamless/Webkit/WebKit.pro CONFIG=+release CONFIG-=debug'
 in /home/seamless/Webkit/WebKitBuilt/Release
 ***Unknown option –r

Something is seriously wrong with your Qt 4 setup. Just try to build a simple 
Qt 4 program and see whether your Qt 4 libraries and tools are properly 
installed.


-- 
Ariya Hidayat, Software Engineer
Nokia, Qt Software
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Unable to compile the webkit on the Redhat enterprise linux 9

2008-10-15 Thread Julien Chaffraix
Hi,

On Tue, Oct 14, 2008 at 8:02 PM, Gustavo Noronha Silva [EMAIL PROTECTED] 
wrote:
 Hello,

 Disclaimer: I'm more of a GTK+/Debian guy =).

 On Tue, 2008-10-14 at 10:31 -0400, Ramesh Satyavaram wrote:
  I am new to webkit. Yester day I downloaded the sources on to my Red
 hat enterprise linux 9. I tried to compile with the following command.

 There is no such thing as Red Hat Enterprise 9. Either you are using Red
 Hat 9, or Fedora 9. If you're using the former it is already way old,
 and you probably have a too old version of qmake. Do check if qmake's
 version is current.

Just chiming in. This is line:

***Unknown option –r

indicates that you are using a too old version of qmake (as Gustavo
pointed out). You need at least qmake 4.3. I would advice you to have
a look at http://trac.webkit.org/wiki/BuildingQtOnLinux and check you
meet all the requirements.

Regards,
Julien
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Unable to compile the webkit on the Redhat enterprise linux 9

2008-10-14 Thread Ramesh Satyavaram
Hi,



 I am new to webkit. Yester day I downloaded the sources on to my Red hat
enterprise linux 9. I tried to compile with the following command.





QTDIR=/usr/share/qt4/ WebKit/WebKitTools/Scripts/build-webkit





I am getting the following error.



Calling  'qmake CONFIG+=qt-port –r
OUTPUT_DIR=/home/seamless/Webkit/WebKit.pro CONFIG=+release CONFIG-=debug'
in /home/seamless/Webkit/WebKitBuilt/Release





***Unknown option –r







Could you please help me in this?



Thank you,

S.Ramesh Chandra.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Unable to compile the webkit on the Redhat enterprise linux 9

2008-10-14 Thread Gustavo Noronha Silva
Hello,

Disclaimer: I'm more of a GTK+/Debian guy =).

On Tue, 2008-10-14 at 10:31 -0400, Ramesh Satyavaram wrote:
  I am new to webkit. Yester day I downloaded the sources on to my Red
 hat enterprise linux 9. I tried to compile with the following command.

There is no such thing as Red Hat Enterprise 9. Either you are using Red
Hat 9, or Fedora 9. If you're using the former it is already way old,
and you probably have a too old version of qmake. Do check if qmake's
version is current.

See you,

-- 
Gustavo Noronha Silva [EMAIL PROTECTED]
GNOME contributor: http://www.gnome.org/

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev