* [sisyphus] пЫЙВЛЙ ЛПНРЙМСГЙЙ РТЙМПЦЕОЙК Qt/KDE
@ 2003-12-12 7:58 "Alex Maltsev"
2003-12-15 9:03 ` Sergey V Turchin
0 siblings, 1 reply; 6+ messages in thread
From: "Alex Maltsev" @ 2003-12-12 7:58 UTC (permalink / raw)
To: sisyphus
оЕ ЛПНРЙМЙТХЕФУС ОЙ ПДОП РТЙФПЦЕОЙЕ, configure ОЕ ОБИПДЙФ Qt (ОБИПДЙМ ЛБЛПЕ-ФП
ЧТЕНС РПУМЕ БРДЕКФБ libqt3, ОП РПФПН РЕТЕУФБМ....).
рТЙ ЛПНРЙМСГЙЙ ЧПФ ФБЛПК РТПЗЙ
#include <qapplication.h>
#include <qpushbutton.h>
int main( int argc, char **argv )
{
QApplication a(argc, argv );
QPushButton hello( "Hello world!", 0 );
hello.resize( 100, 30 );
a.setMainWidget( &hello );
hello.show();
return a.exec();
}
РПМХЮБА УМЕДХАЭЙЕ УППВЭЕОЙС
qt.o: In function `main':
qt.o(.text+0x21): undefined reference to `QApplication::QApplication(int &,
char **)'
qt.o(.text+0x2e): undefined reference to `QString::QString(char const *)'
qt.o(.text+0x42): undefined reference to `QPushButton::QPushButton(QString
const &, QWidget *, char const *)'
qt.o(.text+0x5a): undefined reference to `QString::shared_null'
qt.o(.text+0x65): undefined reference to `QStringData::deleteSelf(void)'
qt.o(.text+0x7b): undefined reference to `QPushButton::resize(int, int)'
qt.o(.text+0x87): undefined reference to `QApplication::setMainWidget(QWidget
*)'
qt.o(.text+0x8f): undefined reference to `QWidget::show(void)'
qt.o(.text+0x97): undefined reference to `QApplication::exec(void)'
qt.o(.text+0xa4): undefined reference to `QPushButton::~QPushButton(void)'
qt.o(.text+0xae): undefined reference to `QApplication::~QApplication(void)'
collect2: ld returned 1 exit status
make: *** [hello] пЫЙВЛБ 1
нПЦЕФ ЛФП ЪОБЕФ, ЙЪ-ЪБ ЮЕЗП configure ОЕ ОБИПДЙФ Qt? (ОБУЛПМШЛП С РПОЙНБА, ЧУЕ
ПЫЙВЛЙ ЙНЕООП ЙЪ-ЪБ ЬФПЗП)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] пЫЙВЛЙ ЛПНРЙМСГЙЙ РТЙМПЦЕОЙК Qt/KDE
2003-12-12 7:58 [sisyphus] пЫЙВЛЙ ЛПНРЙМСГЙЙ РТЙМПЦЕОЙК Qt/KDE "Alex Maltsev"
@ 2003-12-15 9:03 ` Sergey V Turchin
2003-12-15 15:54 ` [sisyphus] ошибки компиляции приложений Qt/KDE Alex
0 siblings, 1 reply; 6+ messages in thread
From: Sergey V Turchin @ 2003-12-15 9:03 UTC (permalink / raw)
To: Alex Maltsev, sisyphus
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 1791 bytes --]
В сообщении от 12 Декабрь 2003 10:58 Alex Maltsev написал(a):
> оЕ ЛПНРЙМЙТХЕФУС ОЙ ПДОП РТЙФПЦЕОЙЕ, configure ОЕ ОБИПДЙФ Qt
> (ОБИПДЙМ ЛБЛПЕ-ФП ЧТЕНС РПУМЕ БРДЕКФБ libqt3, ОП РПФПН
> РЕТЕУФБМ....).
> рТЙ ЛПНРЙМСГЙЙ ЧПФ ФБЛПК РТПЗЙ
>
> #include <qapplication.h>
> #include <qpushbutton.h>
>
> int main( int argc, char **argv )
> {
> QApplication a(argc, argv );
> QPushButton hello( "Hello world!", 0 );
> hello.resize( 100, 30 );
> a.setMainWidget( &hello );
> hello.show();
> return a.exec();
> }
>
> РПМХЮБА УМЕДХАЭЙЕ УППВЭЕОЙС
>
> qt.o: In function `main':
> qt.o(.text+0x21): undefined reference to
> `QApplication::QApplication(int &, char **)'
> qt.o(.text+0x2e): undefined reference to `QString::QString(char
> const *)' qt.o(.text+0x42): undefined reference to
> `QPushButton::QPushButton(QString const &, QWidget *, char const
> *)'
> qt.o(.text+0x5a): undefined reference to `QString::shared_null'
> qt.o(.text+0x65): undefined reference to
> `QStringData::deleteSelf(void)' qt.o(.text+0x7b): undefined
> reference to `QPushButton::resize(int, int)' qt.o(.text+0x87):
> undefined reference to `QApplication::setMainWidget(QWidget *)'
> qt.o(.text+0x8f): undefined reference to `QWidget::show(void)'
> qt.o(.text+0x97): undefined reference to
> `QApplication::exec(void)' qt.o(.text+0xa4): undefined reference
> to `QPushButton::~QPushButton(void)' qt.o(.text+0xae): undefined
> reference to `QApplication::~QApplication(void)' collect2: ld
> returned 1 exit status
> make: *** [hello] пЫЙВЛБ 1
>
> нПЦЕФ ЛФП ЪОБЕФ, ЙЪ-ЪБ ЮЕЗП configure ОЕ ОБИПДЙФ Qt? (ОБУЛПМШЛП С
> РПОЙНБА, ЧУЕ ПЫЙВЛЙ ЙНЕООП ЙЪ-ЪБ ЬФПЗП)
Компилятор проверьте
--
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] ошибки компиляции приложений Qt/KDE
2003-12-15 9:03 ` Sergey V Turchin
@ 2003-12-15 15:54 ` Alex
2003-12-16 9:45 ` Sergey V Turchin
0 siblings, 1 reply; 6+ messages in thread
From: Alex @ 2003-12-15 15:54 UTC (permalink / raw)
To: Sisyphus
Sergey V Turchin пишет:
>В сообщении от 12 Декабрь 2003 10:58 Alex Maltsev написал(a):
>
>
>>оЕ ЛПНРЙМЙТХЕФУС ОЙ ПДОП РТЙФПЦЕОЙЕ, configure ОЕ ОБИПДЙФ Qt
>>(ОБИПДЙМ ЛБЛПЕ-ФП ЧТЕНС РПУМЕ БРДЕКФБ libqt3, ОП РПФПН
>>РЕТЕУФБМ....).
>>рТЙ ЛПНРЙМСГЙЙ ЧПФ ФБЛПК РТПЗЙ
>>
>>#include <qapplication.h>
>>#include <qpushbutton.h>
>>
>>int main( int argc, char **argv )
>> {
>> QApplication a(argc, argv );
>> QPushButton hello( "Hello world!", 0 );
>> hello.resize( 100, 30 );
>> a.setMainWidget( &hello );
>> hello.show();
>> return a.exec();
>> }
>>
>>РПМХЮБА УМЕДХАЭЙЕ УППВЭЕОЙС
>>
>>qt.o: In function `main':
>>qt.o(.text+0x21): undefined reference to
>>`QApplication::QApplication(int &, char **)'
>>qt.o(.text+0x2e): undefined reference to `QString::QString(char
>>const *)' qt.o(.text+0x42): undefined reference to
>>`QPushButton::QPushButton(QString const &, QWidget *, char const
>>*)'
>>qt.o(.text+0x5a): undefined reference to `QString::shared_null'
>>qt.o(.text+0x65): undefined reference to
>>`QStringData::deleteSelf(void)' qt.o(.text+0x7b): undefined
>>reference to `QPushButton::resize(int, int)' qt.o(.text+0x87):
>>undefined reference to `QApplication::setMainWidget(QWidget *)'
>>qt.o(.text+0x8f): undefined reference to `QWidget::show(void)'
>>qt.o(.text+0x97): undefined reference to
>>`QApplication::exec(void)' qt.o(.text+0xa4): undefined reference
>>to `QPushButton::~QPushButton(void)' qt.o(.text+0xae): undefined
>>reference to `QApplication::~QApplication(void)' collect2: ld
>>returned 1 exit status
>>make: *** [hello] пЫЙВЛБ 1
>>
>>нПЦЕФ ЛФП ЪОБЕФ, ЙЪ-ЪБ ЮЕЗП configure ОЕ ОБИПДЙФ Qt? (ОБУЛПМШЛП С
>>РПОЙНБА, ЧУЕ ПЫЙВЛЙ ЙНЕООП ЙЪ-ЪБ ЬФПЗП)
>>
>>
>Компилятор проверьте
>
>
>
У меня стоит gcc3.2 и gcc3.2-c++ c альтовского диска. Вроде компилит
норматьно. Все кроме КДЕшных.... А на чем его можно проверить?
P.S. sorry за кодиковку. При следующем ответе переписать надо?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] ошибки компиляции приложений Qt/KDE
2003-12-15 15:54 ` [sisyphus] ошибки компиляции приложений Qt/KDE Alex
@ 2003-12-16 9:45 ` Sergey V Turchin
2003-12-16 15:44 ` Alex
0 siblings, 1 reply; 6+ messages in thread
From: Sergey V Turchin @ 2003-12-16 9:45 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 895 bytes --]
В сообщении от 15 Декабрь 2003 18:54 Alex написал(a):
<skip/>
> >Компилятор проверьте
>
> У меня стоит gcc3.2 и gcc3.2-c++ c альтовского диска. Вроде
> компилит норматьно. Все кроме КДЕшных.... А на чем его можно
> проверить?
Убедитесь, что сборка производиться именно c помощью 3.2
select-gcc переключает компилер по-умолчанию
Так же убедитесь, что программа линкуется при сборке с
теми библиотеками, функции из которых использует.
> P.S. sorry за кодиковку. При следующем ответе переписать надо?
Нет, писем с похожей проблемой много, я уже так вижу :-)
В большинстве случаев несобираемости Qt-шных программ
проблемма в том, что пытаются собрать не тем компилятором,
которым собран Qt.
Обычно последняя версия Qt собрана последней версией
компилятора из имеющихся.
--
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] ошибки компиляции приложений Qt/KDE
2003-12-16 9:45 ` Sergey V Turchin
@ 2003-12-16 15:44 ` Alex
2003-12-16 19:28 ` Andrey Rahmatullin
0 siblings, 1 reply; 6+ messages in thread
From: Alex @ 2003-12-16 15:44 UTC (permalink / raw)
To: sisyphus
Sergey V Turchin пишет:
>В сообщении от 15 Декабрь 2003 18:54 Alex написал(a):
>
><skip/>
>
>
>
>>>Компилятор проверьте
>>>
>>>
>>У меня стоит gcc3.2 и gcc3.2-c++ c альтовского диска. Вроде
>>компилит норматьно. Все кроме КДЕшных.... А на чем его можно
>>проверить?
>>
>>
>Убедитесь, что сборка производиться именно c помощью 3.2
>select-gcc переключает компилер по-умолчанию
>
>Так же убедитесь, что программа линкуется при сборке с
>теми библиотеками, функции из которых использует.
>
>
>
>>P.S. sorry за кодиковку. При следующем ответе переписать надо?
>>
>>
>Нет, писем с похожей проблемой много, я уже так вижу :-)
>
>В большинстве случаев несобираемости Qt-шных программ
>проблемма в том, что пытаются собрать не тем компилятором,
>которым собран Qt.
>Обычно последняя версия Qt собрана последней версией
>компилятора из имеющихся.
>
>
>
Спасибо, написал gcc-3.2 qt.cpp -I/usr/lib/qt3/include
-I/usrusr/X11R6/lib -L/usr/lib/qt3/lib -lqt, все скомпилировалось без
ошибок.
>------------------------------------------------------------------------
>
>_______________________________________________
>Sisyphus mailing list
>Sisyphus@altlinux.ru
>http://altlinux.ru/mailman/listinfo/sisyphus
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] ошибки компиляции приложений Qt/KDE
2003-12-16 15:44 ` Alex
@ 2003-12-16 19:28 ` Andrey Rahmatullin
0 siblings, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2003-12-16 19:28 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
On Tue, Dec 16, 2003 at 08:44:56PM +0500, Alex wrote:
> Спасибо, написал gcc-3.2 qt.cpp -I/usr/lib/qt3/include
> -I/usrusr/X11R6/lib -L/usr/lib/qt3/lib -lqt, все скомпилировалось без
> ошибок.
Все-таки правильнЕе было бы select-gcc 3.2
--
> А в чем дело было?
Дурь добавили... Ну должны же там хоть что-то изгадить, чтобы всем было
плохо :)
-- vsu in community@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-12-16 19:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-12 7:58 [sisyphus] пЫЙВЛЙ ЛПНРЙМСГЙЙ РТЙМПЦЕОЙК Qt/KDE "Alex Maltsev"
2003-12-15 9:03 ` Sergey V Turchin
2003-12-15 15:54 ` [sisyphus] ошибки компиляции приложений Qt/KDE Alex
2003-12-16 9:45 ` Sergey V Turchin
2003-12-16 15:44 ` Alex
2003-12-16 19:28 ` Andrey Rahmatullin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git