QT/X11: Building Scribus

Steven Boothe steven at poiema.org
Fri Mar 18 20:11:48 CET 2005


Steven Boothe wrote:
> Just checked our Scribus Wiki pages and discovered some folks have 
> discovered my call for help compiling Scribus from cygwin and are now 
> pitching in and have moved the ball a bit further. :)
> 
> The ongoing discussion of these efforts can be found here:
> http://wiki.scribus.net/index.php/Win32_version_of_Scribus
> 
> The folks appear to be running into some QT/Cygwin related snags. If 
> anyone has a moment to give it a look over the output, any input would 
> be greatly appreciated.

Hmmm, well I just gave it a pass at running configure and came up with this 
in my config.log file:

gcc: ,-lqt-mt: No such file or directory

So I ran a find command to see whether one was around:

cboothe at IT-staff ~/src/Scribus
$ find /usr /opt ~/src -iname '*qt-mt*'
/home/cboothe/src/qt-3/bin/cygqt-mt-3.dll
/home/cboothe/src/qt-3/lib/libqt-mt.dll.a
/home/cboothe/src/qt-3/lib/libqt-mt.la
/home/cboothe/src/qt-3/lib/libqt-mt.prl
/home/cboothe/src/qt-3/lib/qt-mt.pc

cboothe at IT-staff ~/src/Scribus
$

So it appears I am missing that file. Can anyone tell me what I would need to 
do to reconcile this issue? Whether I need to install something else, or 
whether the reference to that file has been superceded by libqt-mt and I 
should look to change the code reference appropriately?

Thanks in advance!

Steven



More information about the kde-cygwin mailing list