Talk:Installing Scribus from CVS sources on Win32 with QT 3/Windows: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
I installed everything correctly i think, qt-3.3.3 and Scribus 1.2.2cvs and even ./configure worked without problems. But make gives the following output - i ripped off some of the lines as there were too much:
I installed everything correctly i think, qt-3.3.3 and Scribus 1.2.2cvs and even ./configure worked without problems. But make gives the following output - i ripped off some of the lines as there were too much:


<code>
<pre>
.libs/about.o(.text+0xc4b2):about.cpp: undefined reference to `QString::shared_null'
.libs/about.o(.text+0xc4b2):about.cpp: undefined reference to `QString::shared_null'
.libs/about.o(.text+0xc4bc):about.cpp: undefined reference to `QStringData::deleteSelf()'
.libs/about.o(.text+0xc4bc):about.cpp: undefined reference to `QStringData::deleteSelf()'
Line 25: Line 25:
make[1]: Leaving directory `/opt/scribus-1.2.2cvs'
make[1]: Leaving directory `/opt/scribus-1.2.2cvs'
make: *** [all] Error 2
make: *** [all] Error 2
</code>
</pre>

Revision as of 10:44, 1 March 2005

I installed everything correctly i think, qt-3.3.3 and Scribus 1.2.2cvs and even ./configure worked without problems. But make gives the following output - i ripped off some of the lines as there were too much:

.libs/about.o(.text+0xc4b2):about.cpp: undefined reference to `QString::shared_null'
.libs/about.o(.text+0xc4bc):about.cpp: undefined reference to `QStringData::deleteSelf()'
.libs/about.o(.text+0xc525):about.cpp: undefined reference to `QMetaObjectCleanUp::QMetaObjectCleanUp[in-charge](char const*, QMetaObject* (*)())'
.libs/about.o(.text+0x1c4):about.cpp: undefined reference to `QDialog::qt_cast(char const*)'
.libs/about.o(.text+0xc507):about.cpp: undefined reference to `QMetaObjectCleanUp::~QMetaObjectCleanUp [in-charge]()'
.libs/about.o(.rdata$_ZTV5About[vtable for About]+0x1fc):about.cpp: undefined reference to `QPaintDevice::fontInf(QFont*, int) const'
.libs/about.o(.rdata$_ZTV6QGList[vtable for QGList]+0xc):about.cpp: undefined reference to `QGList::clear()'
.libs/about.o(.rdata$_ZTV6QGList[vtable for QGList]+0x10):about.cpp: undefined reference to `QGList::~QGList [in-charge]()'
.libs/about.o(.rdata$_ZTV6QGList[vtable for QGList]+0x14):about.cpp: undefined reference to `QGList::~QGList [in-charge deleting]()'
.libs/about.o(.rdata$_ZTV6QGList[vtable for QGList]+0x18):about.cpp: undefined reference to `QPtrCollection::newItem(void*)'
.libs/about.o(.rdata$_ZTV6QGList[vtable for QGList]+0x20):about.cpp: undefined reference to `QGList::compareItems(void*, void*)'
.libs/about.o(.rdata$_ZTV6QGList[vtable for QGList]+0x24):about.cpp: undefined reference to `QGList::read(QDataStream&, void*&)'
.libs/about.o(.rdata$_ZTV6QGList[vtable for QGList]+0x28):about.cpp: undefined reference to `QGList::write(QDataStream&, void*) const'
.libs/about.o(.text$_ZN5AboutD1Ev[About::~About [in-charge]()]+0x1a):about.cpp: undefined reference to `QDialog::~QDialog [not-in-charge]()'
.libs/about.o(.text$_ZN5AboutD0Ev[About::~About [in-charge deleting]()]+0x1d):about.cpp: undefined reference to `QDialog::~QDialog [not-in-charge]()'
collect2: ld returned 1 exit status
make[3]: *** [libabout.la] Error 1
make[3]: Leaving directory `/opt/scribus-1.2.2cvs/scribus/libabout'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/scribus-1.2.2cvs/scribus'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/scribus-1.2.2cvs'
make: *** [all] Error 2