Re: [webkit-dev] Build Errors on windows

2007-10-14 Thread Fuenty, Chris
Amit Joshi wrote:
> I have been trying to build webkit on my XP box (running cygwin). I
> installed QT from a pre-compiled binary, but my qmake version seems to
> point to in-correct QT_INSTALL_PREFIX.
> As a result I am getting build errors ..
>  
> Calling 'qmake -r OUTPUT_DIR=c:\ydev\webkit\WebKitBuild/Debug
> CONFIG+=qt-port c:\ydev\webkit/WebKit.pro CONFIG-=release
> CONFIG+=debug' in c:\ydev\webkit\WebKitBuild/Debug ...
> Failure to read QMAKESPEC conf file
> /usr/lib/qt3/mkspecs/cygwin-g++\qmake.conf.
> Error processing project file: c:/ydev/webkit/WebKit.pro
> Failed to setup build environment using qmake
>
> Is there any way to build webkit using visual studio (2005) and
> without the qmake ...?
>
> I would appreciate any suggestions on this -
>
> Thanks
>
> Amit
>
>  
>
> 
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>   
I believe that QtWebKit on win32 must be compiled via MinGW gcc, not
Cygwin, that's what the trac wiki states.

Make sure the GNUWin32 utils bin and the MinGW bin (usually C:\Program
files\GnuWin32\bin and C:\MinGW\bin), along with your Qt bin dir
(C:\Qt\(version)\bin) is in your path, along with the QTBIN enviroment
variable (check the Qt Command prompt for the exact varname) set to the
Qt Bindir.

If I made an error here, someone feel free to correct it.

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


[webkit-dev] Build Errors on windows

2007-10-14 Thread Amit Joshi
I have been trying to build webkit on my XP box (running cygwin). I
installed QT from a pre-compiled binary, but my qmake version seems to
point to in-correct QT_INSTALL_PREFIX. 
As a result I am getting build errors ..
 
Calling 'qmake -r OUTPUT_DIR=c:\ydev\webkit\WebKitBuild/Debug
CONFIG+=qt-port c:\ydev\webkit/WebKit.pro CONFIG-=release CONFIG+=debug'
in c:\ydev\webkit\WebKitBuild/Debug ...
Failure to read QMAKESPEC conf file
/usr/lib/qt3/mkspecs/cygwin-g++\qmake.conf.
Error processing project file: c:/ydev/webkit/WebKit.pro
Failed to setup build environment using qmake
Is there any way to build webkit using visual studio (2005) and without
the qmake ...?

I would appreciate any suggestions on this -

Thanks

Amit

 

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


[webkit-dev] Trunk is open

2007-10-14 Thread Maciej Stachowiak


All layout tests are now passing on the Tiger release buildbot.

Trunk is once again open for all approved patches (including patches  
previously only approved for feature-branch that have not landed yet).


However, I still recommend a primary focus on getting the remaining  
buildbots to green and getting all tests passing.


Regards,
Maciej

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