[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: biblioteca QT



On Sat, 19 Jul 2003 22:36:29 -0300
"Gustavo R. Montesino" <ikki_gerrard@yahoo.com.br> wrote:

> 	Estou tentando instalar um software atraves de código fonte, mas
> quando  executo o comando ./configure aparece a seguinte mensagem de erro
> checking for Qt... configure: error: Qt (>= Qt 3.0.2) (headers and
> libraries) not found. Please check your installation! 
> For more details about this problem, look at the end of config.log.
> 	Mas eu instalei a qt, dpkg -l | grep libqt
> libqt3-compat- 3.1.1-8        Qt 1.x and 2.x compatibility includes
> libqt3-dev     3.1.1-8        Qt development files
> libqt3-headers 3.1.1-8        Qt3 header files
> libqt3c102     3.1.1-8        Qt Library
> libqt3c102-mt  3.1.1-8        Qt GUI Library (Threaded runtime version)
> 
> Você têm o pacote libqt3-mt-dev instalado? 

	Se por acaso eu instalo o pacote libqt3-mt-dev ele remove o pacote
libqt3-dev. Mesmo instalando qualquer um deles a mensagem de erro continua
aparecendo.

> Quais são as linha relevantes do config.log?

conftest.C:2:21: qglobal.h: No such file or directory
conftest.C:3:26: qapplication.h: No such file or directory
conftest.C:4:21: qcursor.h: No such file or directory
conftest.C:5:27: qstylefactory.h: No such file or directory
conftest.C:6:34: private/qucomextra_p.h: No such file or directory
conftest.C:8:2: #error 1
conftest.C: In function `int main()':
conftest.C:12: error: `QStyleFactory' undeclared (first use this function)
conftest.C:12: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
conftest.C:12: error: syntax error before `::' token
conftest.C:13: error: `QCursor' undeclared (first use this function)
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 302)
#error 1
#endif

-- 

[ ]'s
 
  *******************    .''`.
* idic@terra.com.br  *  : :'  :
* GNU/Linux Debian   *  `. `'`
  *******************     `-
Gnupg ID 0x01186BE1
Key fingerprint =3D F17E 75C6 CE00 0E09 F63B  71B0 A0D2 FAD9 0118 6BE1


Fazer dinheiro é arte, trabalhar é arte e bons negócios são a melhor arte
de todas

--Andy Warhol



Reply to: