[Qt-interest] problem building from git

Thiago Macieira thiago at kde.org
Wed Mar 10 08:20:00 CET 2010


Em Segunda-feira 8. Março 2010, às 23.32.46, Brian McGillion escreveu:
> Hi,
> 
> I just tried:
> 
> git clone git://gitorious.org/qt/qt.git
> cd qt

This gets you the master branch, which is halted until Qt 4.8 starts. Please 
add:

git checkout -b 4.7 origin/4.7

> ./configure -declarative -qt-sql-sqlite -qt-sql-mysql
> make
> 
> but when it starts to build the network component I get the following
> errors, does any one know how I might solve this?
> b/kernel/qobject.h:455: undefined reference to
> `QSslSocket::staticMetaObject' .obj/release-shared/qhttp.o: In function
> `QHttp::ignoreSslErrors()':

I haven't seen this error before but I'm willing to bet it's the same qmake 
issue that affects master. Don't use master, use 4.7.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100309/80b709ea/attachment.bin 


More information about the Qt-interest-old mailing list