[Scribus] Re: QT/X11: Building Scribus 1.3 from CVS
Steven Boothe
steven
Wed Mar 23 00:16:47 CET 2005
Just another update on my progress:
513 rm -fr Scribus
514 export CVSROOT=:pserver:anoncvs at scribus.info:/cvs
515 cvs -z3 co -r Version13x Scribus
516 cd Scribus
517 tar cvf Scribus-fresh-cvs.tar Scribus/
518 ls -l
519 cd Scribus
520 make -f Makefile.cvs
521 ./configure
522 make
523 history | tail -n 15
$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
/usr/bin/autoconf: line 312: 1640 Broken pipe
${AUTO_STABLE}/bin/autoconf --version
/usr/bin/autoheader: line 278: 1304 Broken pipe
${AUTO_STABLE}/bin/autoheader --version
/usr/bin/automake: line 327: 116 Broken pipe
${AUTO_STABLE}/bin/automake --version
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
/usr/share/aclocal/vorbis.m4:8: warning: underquoted definition of AM_PATH_VORBIS
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/ogg.m4:8: warning: underquoted definition of AM_PATH_OGG
/usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of
AC_CHECK_FT2
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of AM_PATH_AO
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
Don't forget to run ./configure
If you haven't done so in a while, run ./configure --help
$ ./configure
...
Configuration Summary:
Libraries:
Freetype2 installed: Yes
Fontconfig found: Yes
CUPS installed: No
LittleCMS installed: Yes
libtiff installed: Yes
Libxml2 installed: Yes
The Scripter-Plugin will not be compiled.
Configuration options:
Debugging enabled: No
Good - your configure finished. Start make now
$ make
...
.libs/pdflib.o(.text$_ZN11QMapPrivateI7QStringS0_E5clearEP8QMapNodeIS0_S0_E[QMapPrivate<QString,
QString>::clear(QMapNod
e<QString, QString>*)]+0x3f):pdflib.cpp: undefined reference to
`QString::shared_null'
.libs/pdflib.o(.text$_ZN11QMapPrivateI7QStringS0_E5clearEP8QMapNodeIS0_S0_E[QMapPrivate<QString,
QString>::clear(QMapNod
e<QString, QString>*)]+0x49):pdflib.cpp: undefined reference to
`QStringData::deleteSelf()'
.libs/pdflib.o(.text$_ZN11QMapPrivateI7QStringS0_E5clearEP8QMapNodeIS0_S0_E[QMapPrivate<QString,
QString>::clear(QMapNod
e<QString, QString>*)]+0x5e):pdflib.cpp: undefined reference to
`QString::shared_null'
.libs/pdflib.o(.text$_ZN11QMapPrivateI7QStringS0_E5clearEP8QMapNodeIS0_S0_E[QMapPrivate<QString,
QString>::clear(QMapNod
e<QString, QString>*)]+0x68):pdflib.cpp: undefined reference to
`QStringData::deleteSelf()'
.libs/pdflib.o(.text$_ZN10QPtrVectorI10VColorStopE10deleteItemEPv[QPtrVector<VColorStop>::deleteItem(void*)]+0x35):pdfli
b.cpp: undefined reference to `QString::shared_null'
.libs/pdflib.o(.text$_ZN10QPtrVectorI10VColorStopE10deleteItemEPv[QPtrVector<VColorStop>::deleteItem(void*)]+0x3f):pdfli
b.cpp: undefined reference to `QStringData::deleteSelf()'
.libs/pdflib.o(.text$_ZN9QMemArrayI6FPointE6detachEv[QMemArray<FPoint>::detach()]+0x11):pdflib.cpp:
undefined reference
to `QGArray::duplicate(QGArray const&)'
.libs/pdflib.o(.text$_ZN9QMemArrayIcE6detachEv[QMemArray<char>::detach()]+0x11):pdflib.cpp:
undefined reference to `QGAr
ray::duplicate(QGArray const&)'
collect2: ld returned 1 exit status
make[3]: *** [libpdf.la] Error 1
make[3]: Leaving directory `/home/cboothe/src/Scribus/scribus/libpdf'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cboothe/src/Scribus/scribus'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cboothe/src/Scribus'
make: *** [all] Error 2
More information about the scribus
mailing list