QT/X11: Building Scribus

Steven Boothe steven at poiema.org
Tue Mar 1 00:14:54 CET 2005


Just an update on my progress:

It may be of interest to note that this morning it was announced that 
the latest version of Scribus 1.3 that has been undergoing heavy closed 
development was made available for public cvs download so I decided to 
give that angle a try while waiting to see what feedback I might gain 
regarding my last report. So here is the steps and results of my testing:

   225  exit (starting from a fresh cygwin bash shell)
   226  cd src
   227  export CVSROOT=:pserver:anoncvs at scribus.info:/cvs
   228  cvs login
   229  cvs -z3 co -r Version13x Scribus
   230  cd Scribus/
   233  make -f Makefile.cvs
   234  CFLAGS="-fdata-sections" CXXFLAGS="-fdata-sections" 
LDFLAGS="-Wl, --enable-runtime-pseudo-reloc, --script, 
$QTDIR/mkspecs/cygwin-g++/i386pi.x-no-rdata" ./configure 
--prefix=/opt/scribus/1.3

Success this far!!!

(note: I had to remove the right/left parentheses around 
$QTDIR/mkspecs/etc. This would be good to fix in the README too.)

However that's as far as I get:

cboothe at IT-staff ~/src/Scribus
$ make CXXFLAGS="${CXXFLAGS} -I/usr/include/lcms"
make: *** No targets specified and no makefile found.  Stop.

cboothe at IT-staff ~/src/Scribus
$ export CXXFLAGS="${CXXFLAGS} -I/usr/include/lcms"

cboothe at IT-staff ~/src/Scribus
$ make $CXXFLAGS
make: *** No targets specified and no makefile found.  Stop.

cboothe at IT-staff ~/src/Scribus
$ make
make: *** No targets specified and no makefile found.  Stop.

cboothe at IT-staff ~/src/Scribus
$ ll
total 3542
-rw-r--r--   1 cboothe Administrators     892 Jan  3 06:08 AUTHORS
-rw-r--r--   1 cboothe Administrators   15131 May 13  2003 COPYING
drwxr-xr-x+  2 cboothe Administrators    4096 Feb 28 14:35 CVS/
drwxr-xr-x+  3 cboothe Administrators    4096 Feb 28 14:39 CVSROOT/
-rw-r--r--   1 cboothe Administrators   73798 Aug 26  2004 ChangeLog
-rw-r--r--   1 cboothe Administrators   16269 Feb 22 02:50 ChangeLogCVS
-rw-r--r--   1 cboothe Administrators   43603 Jan 20 14:04 Doxyfile
-rw-r--r--   1 cboothe Administrators    6970 May 13  2003 INSTALL
-rw-r--r--   1 cboothe Administrators    1195 Dec 11 15:02 Makefile.am
-rw-r--r--   1 cboothe Administrators     225 Dec  2 00:49 Makefile.cvs
-rw-r--r--   1 cboothe Administrators   25728 Feb 28 14:46 Makefile.in
-rw-r--r--   1 cboothe Administrators      61 Jan  3 06:08 NEWS
-rw-r--r--   1 cboothe Administrators    4600 Feb 14 02:02 README
-rw-r--r--   1 cboothe Administrators   95050 Feb 22 02:50 Scribus.pot
-rw-r--r--   1 cboothe Administrators   20780 Feb 22 02:50 Scribus.pro
-rw-r--r--   1 cboothe Administrators      91 Jan  3 06:08 TODO
-rw-r--r--   1 cboothe Administrators  356078 Feb 28 14:44 acinclude.m4
-rw-r--r--   1 cboothe Administrators   39513 Feb 28 14:45 aclocal.m4
drwxr-xr-x+  3 cboothe Administrators   12288 Feb 28 14:35 admin/
drwxr-xr-x+  2 cboothe Administrators    4096 Feb 28 14:45 autom4te.cache/
-rw-r--r--   1 cboothe Administrators    5348 Dec 11 15:02 config.h.in
-rw-r--r--   1 cboothe Administrators    9590 Feb 28 14:48 config.log
-rwxr-xr-x   1 cboothe Administrators 1244398 Feb 28 14:45 configure*
-rwxr-xr-x   1 cboothe Administrators 1244209 Feb 28 14:45 configure.bak*
-rw-r--r--   1 cboothe Administrators      33 Feb 28 14:44 configure.files
-rw-r--r--   1 cboothe Administrators   11615 Feb 28 14:44 configure.in
-rw-r--r--   1 cboothe Administrators     739 Dec  2 00:49 configure.in.bot
-rw-r--r--   1 cboothe Administrators    6955 Dec 11 15:02 configure.in.in
-rw-r--r--   1 cboothe Administrators   34235 Jan 16  2004 fparser.txt
drwxr-xr-x+ 17 cboothe Administrators  106496 Feb 28 14:46 scribus/
drwxr-xr-x+  3 cboothe Administrators  155648 Feb 28 14:39 scribus-api/
-rw-r--r--   1 cboothe Administrators    2041 Jan 11 14:27 scribus.desktop
-rw-r--r--   1 cboothe Administrators   59973 Oct 17 00:46 scribus.kdevprj
-rw-r--r--   1 cboothe Administrators    1282 Oct 17 00:46 scribus.kdevses
-rw-r--r--   1 cboothe Administrators     712 Jan  3 06:08 scribus.lsm
-rw-r--r--   1 cboothe Administrators      10 May 13  2003 stamp-h
-rw-r--r--   1 cboothe Administrators      10 Feb 28 14:46 stamp-h.in
-rw-r--r--   1 cboothe Administrators       8 Feb 28 14:44 subdirs

cboothe at IT-staff ~/src/Scribus
$


More information about the kde-cygwin mailing list