The latest snapshot worked as far as linking Webkit. However, the struct QGrayRaster is not within a namespace and the gui module failed to build initially. Placing QT_BEGIN_NAMESPACE & QT_END_NAMESPACE around the declaration and implementation worked.
Yan Shapochnik -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thiago Macieira Sent: Thursday, December 04, 2008 1:13 PM To: [email protected] Subject: Re: [Qt4-preview-feedback] Webkit fails to link with -qtlibinfix On Thursday 04 December 2008 19:03:00 Yan Shapochnik wrote: > I tried building Qt 4.5.0 tp1 on Linux with the -qtlibinfix MySuffix flag > and it created a Makefile for WebCore that links against > libJavaScriptCore.a instead of libJavaScriptCoreMySuffix.a. As a result > linking fails. We'll look into that. In any case, that JSC library is an intermediate file and doesn't get installed. So the infix should not apply. Also, the TP is now quite old. Can you test a recent snapshot, please? -- Thiago Macieira - thiago.macieira (AT) nokia.com Senior Software Engineer - Nokia, Qt Software Qt Software is hiring - ask me Sandakerveien 116, NO-0402 Oslo, Norway _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
