Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4240C596.4010906@poiema.org> Date: Tue, 22 Mar 2005 17:25:42 -0800 From: Steven Boothe User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: "Gerrit P. Haase" CC: cygwin AT cygwin DOT com Subject: Re: Cygwin/X11/QT3.3.3/Scribus1.3CVS: ./configure errors References: <4237C0E3 DOT 5090906 AT poiema DOT org> <423DC6A3 DOT 3000509 AT familiehaase DOT de> In-Reply-To: <423DC6A3.3000509@familiehaase.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Gerrit P. Haase wrote: > 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:anoncvs AT scribus DOT 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::clear(QMapNod e*)]+0x3f):pdflib.cpp: undefined reference to `QString::shared_null' .libs/pdflib.o(.text$_ZN11QMapPrivateI7QStringS0_E5clearEP8QMapNodeIS0_S0_E[QMapPrivate::clear(QMapNod e*)]+0x49):pdflib.cpp: undefined reference to `QStringData::deleteSelf()' .libs/pdflib.o(.text$_ZN11QMapPrivateI7QStringS0_E5clearEP8QMapNodeIS0_S0_E[QMapPrivate::clear(QMapNod e*)]+0x5e):pdflib.cpp: undefined reference to `QString::shared_null' .libs/pdflib.o(.text$_ZN11QMapPrivateI7QStringS0_E5clearEP8QMapNodeIS0_S0_E[QMapPrivate::clear(QMapNod e*)]+0x68):pdflib.cpp: undefined reference to `QStringData::deleteSelf()' .libs/pdflib.o(.text$_ZN10QPtrVectorI10VColorStopE10deleteItemEPv[QPtrVector::deleteItem(void*)]+0x35):pdfli b.cpp: undefined reference to `QString::shared_null' .libs/pdflib.o(.text$_ZN10QPtrVectorI10VColorStopE10deleteItemEPv[QPtrVector::deleteItem(void*)]+0x3f):pdfli b.cpp: undefined reference to `QStringData::deleteSelf()' .libs/pdflib.o(.text$_ZN9QMemArrayI6FPointE6detachEv[QMemArray::detach()]+0x11):pdflib.cpp: undefined reference to `QGArray::duplicate(QGArray const&)' .libs/pdflib.o(.text$_ZN9QMemArrayIcE6detachEv[QMemArray::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/