From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Dmitry Ananjev To: community@altlinux.ru Subject: Re: [Comm] kde headers Date: Fri, 31 Dec 2004 14:06:07 +0400 User-Agent: KMail/1.6.2 References: <200412302203.59036.vadzzim198@mail.ru> <200412310052.08165.altex@crazy.ru> <20041231111240.7596bb2d.vikerness@mail.ru> In-Reply-To: <20041231111240.7596bb2d.vikerness@mail.ru> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Message-Id: <200412311406.07454.altex@crazy.ru> X-Antivirus: Dr.Web (R) for Mail Servers on merfolk.samara.net host X-Antivirus-Code: 100000 X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 10:06:23 -0000 Archived-At: List-Archive: List-Post: =F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 =F0=D1=D4=CE=C9=C3=C1 31 =E4=C5=CB= =C1=C2=D2=D8 2004 12:12 Michael Isachenkov =CE=C1=D0=C9=D3=C1=CC(a): > =CE=C1=C4=CF =D3=CF=C2=C9=D2=C1=D4=D8 qt-=D0=D2=C9=CC=CF=D6=C5=CE=C9=D1 = =D4=CF=CA =D6=C5 =D7=C5=D2=D3=C9=C5=CA gcc, =D3 =CB=CF=D4=CF=D2=CF=CA =D3= =CF=C2=D2=C1=CE=D9 qt-=DB=CE=D9=C5 > =CC=C9=C2=D9. =E1 =CE=D5 =D4=CF =DE=D4=CF =D7 =CD=C1=D3=D4=C5=D2=C5 =C2=D9=CC=C9 - =D4=CF= =C9 =C9=D3=D0=CF=CC=D8=DA=D5=C0 :-) =E9=CC=C9 =D1 =DE=D4=CF-=D4=CF =CE=C9= =D4=C1=CB=20 =D0=CF=CE=C9=CD=C1=C0 :-)) ? > =C9 =CE=C5 =DA=C1=C2=D9=D4=D8 =D0=CF=D3=D4=C1=D7=C9=D4=D8 qt3-devel :) =EE=C5=C1, =CE=C5 =DA=C1=C2=D9=CC. =E9=CE=C1=DE=C1=C2=D9 =D0=C9=D3=C1=CC=CF= =D3=D8 =CB=C1=CB =D5 =C1=D7=D4=CF=D2=C1 =D4=D2=C5=C4=C1 :) =F7 =CC=CF=C7=C1=C8 =D7=CF=D4 =DE=D4=CF =D0=CF =DC=D4=CF=CD=D5 =D0=CF=D7= =CF=C4=D5: =2D------------ configure:28375: checking for Qt configure: 28443: /usr/lib/qt3//include/qstyle.h taking that tried NO configure:28558: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -I/usr/lib/qt3//include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT =20 =2DL/usr/lib/qt3//lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXe= xt -lX11 -lSM -lICE -lpthread 1>&5 /tmp/cc5p4A5V.o(.text+0x8): In function `main': : undefined reference to `QString::null' /tmp/cc5p4A5V.o(.text+0xd): In function `main': : undefined reference to `QStyleFactory::create(QString const &)' /tmp/cc5p4A5V.o(.text+0x1a): In function `main': : undefined reference to `QCursor::QCursor(int)' /tmp/cc5p4A5V.o(.text+0x24): In function `main': : undefined reference to `QCursor::~QCursor(void)' collect2: ld returned 1 exit status configure:28561: $? =3D 1 configure: failed program was: #include "confdefs.h" #include #include #include #include #include #if ! (QT_VERSION >=3D 0x030200) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } configure:28601: error: Qt (>=3D Qt 3.2) (library qt-mt) not found. Please = check=20 your installation! =46or more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support!