Re: [webkit-dev] RE: Error running Qt-launcher / safari

2007-10-20 Thread Charles Woloszynski
What is the state of QtWebKit? Can I build QtLauncher and run it against the latest Qtopia core 4.3.2 on a PowerPC? How about Qt core on a LInux x86? On Oct 20, 2007, at 2:28 AM, Adam Roben wrote: Yes, Safari will not work with a Qt build of WebKit. -Adam On Oct 19, 2007, at 9:58 PM,

[webkit-dev] Building WebKit over Qt on a Linux platform

2007-10-23 Thread Charles Woloszynski
I am trying to build WebKit over Qt on a Linux platform.I have looked at the source tree, but I did not find any Makefiles that look maintained for Unix development. I am willing to create these, but I need some sense of the organization of the project. I cannot use Objective-C (I'd l

[webkit-dev] Getting started on building WebKit under Qt for Linux

2007-10-23 Thread Charles Woloszynski
I did some more looking, and I found http://trac.webkit.org/projects/ webkit/wiki/BuildingQtOnLinux to help get me started. So, I downloaded gperf and installed it (configure; make; sudo make install) Then I installed the unix extras (cd WebKitTools/Scripts; sudo ./ install-unix-extras) T

[webkit-dev] Does Webkit support cross-compilation?

2007-10-25 Thread Charles Woloszynski
I am trying to get webkit/qt built for a PPC processor, using a cross- compiler. I have Qt cross-compiled and running on the target machine. When I try to build the webkti for the PPC, I get an error with dftables. Apparently, the build routine cross-compiled it instead of building it for

Re: [webkit-dev] Moving away from qmake

2007-11-12 Thread Charles Woloszynski
_ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev Charles Woloszynski Innovative Concepts, Inc. Sr. Director, Advanced Networking Systems [EMAIL PROTECTED] (703) 893-2007 x506 __

Re: [webkit-dev] Moving away from qmake

2007-11-12 Thread Charles Woloszynski
anges. The defect was there two weeks ago, and I don't think I've seen any changes in that area since... Charlie On Nov 12, 2007, at 8:19 AM, Simon Hausmann wrote: On Monday 12 November 2007 14:00:31 Charles Woloszynski wrote: I am working on a port of WebKit on Qt to a PowerPC platfor