Steven Boothe wrote:
Hello all:
I've just been taking some time to return to looking into compiling Scribus 1.3 from Scribus CVS and thought after looking at the errors in the config.log that I would start here as they looked to be more related to compiling under cygwin than issues related to the Scribus code.
As Mr. Scribus F. Schmid himself told me a week ago at the CeBIT there was a successful build of scribus recently, nd shows me the posting where I see that it was actually you who makes it possible: http://irc.altmuehlnet.de/pipermail/scribus/2005-March/009535.html
configure:2620: gcc -fdata-sections -Wl, --enable-runtime-pseudo-reloc,
--script, /opt/qt/3.3/mkspecs/cygwin-g++/i386pi.x-no-rdata conftest.c >&5
gcc: /opt/qt/3.3/mkspecs/cygwin-g++/i386pi.x-no-rdata: No such file or directory
cc1: error: unrecognized option `-fenable-runtime-pseudo-reloc,'
cc1: error: unrecognized option `-fscript,'
configure:2623: $? = 1
configure: failed program was:
| /* confdefs.h. */
What are all the flags doing? Have you tried without using them?
Hello Gerrit:
Thanks for inquiring and offering the suggestion. It appears we have made some headway beyond this being the configure process now. In fact at this point I'm not sure the problem is likely very related to cygwin as much as it is QT. Here is why I think that (does anyone think I may find some help from cygwin-xfree?):
513 rm -fr Scribus 514 export CVSROOT=:pserver:[EMAIL PROTECTED]:/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/nobody/src/Scribus/scribus/libpdf'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nobody/src/Scribus/scribus'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nobody/src/Scribus'
make: *** [all] Error 2
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/