Win32 version of Scribus: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
* preconfigure:
* preconfigure:
* make -f Makefile.dist
* make -f Makefile.dist
* 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.2
* "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.2"
 
* make CXXFLAGS="${CXXFLAGS} -I/usr/include/lcms"
* make CXXFLAGS="${CXXFLAGS} -I/usr/include/lcms"
-----------------------
-----------------------

Revision as of 01:46, 8 March 2005

I've created this as a sort of scratch page for keeping track of the ongoing effort to compile Scribus 1.3 from CVS.

Please feel free to add and subtract as you feel so inclined to help!

Compiling from Scribus under Cygwin is a work in progress. As yet I haven't been successful. So far I have had gotten as far as a successful configure of the 1.3 version from CVS.

Here are some of my notes and other pastes for reference:

Release Name: scribus-1.2cvs

Notes: Compiling instructions:

  • unpack scribus-1.2.1-src.tar.bz2
  • preconfigure:
  • make -f Makefile.dist
  • "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.2"
  • make CXXFLAGS="${CXXFLAGS} -I/usr/include/lcms"

Notes for reference:

cboothe@IT-staff ~/src
$ cd scribus-1.2.1cvs/

cboothe@IT-staff ~/src/scribus-1.2.1cvs
$ make -f Makefile.dist
This Makefile is only for the CVS repository
This will be deleted before making the distribution

autoconf: not found
*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set the
    environment variable M4 to something including "--nesting-limit=500"
*** Creating aclocal.m4
aclocal: not found
make[1]: *** [cvs] Error 127
make: *** [all] Error 2

cboothe@IT-staff ~/src/scribus-1.2.1cvs
$