[Scribus] compile the 1.3.2 / libfreetype???

Karl Sinn news
Thu Feb 9 15:25:26 CET 2006


Hi,

Am Donnerstag 9 Februar 2006 09:57 schrieb Craig Ringer:
> Please post a bug on bugs.scribus.net with your config.log attached.
> I'll have a look at it when I get back from holidays if nobody else does
> it first.

Ups, I have to create an account...
Sounds scrry :-)

At the end you'll find the config.log.

Thanks
Karl


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = linux
uname -m = i686
uname -r = 2.6.13-15-default
uname -s = Linux
uname -v = #1 Tue Sep 13 14:56:15 UTC 2005

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/Karl/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1567: checking build system type
configure:1585: result: i686-pc-linux-gnu
configure:1593: checking host system type
configure:1607: result: i686-pc-linux-gnu
configure:1615: checking target system type
configure:1629: result: i686-pc-linux-gnu
configure:1676: checking for a BSD-compatible install
configure:1731: result: /usr/bin/install -c
configure:1746: checking for -p flag to install
configure:1759: result: yes
configure:1770: checking whether build environment is sane
configure:1813: result: yes
configure:1865: checking for gawk
configure:1881: found /usr/bin/gawk
configure:1891: result: gawk
configure:1901: checking whether make sets $(MAKE)
configure:1921: result: yes
configure:2103: result: not using lib directory suffix
configure:2126: checking for extra includes
configure:2154: result: no
configure:2158: checking for extra libs
configure:2187: result: no
configure:2202: checking for pkg-config
configure:2233: result: no
configure:2308: checking for style of include used by make
configure:2336: result: GNU
configure:2413: checking for g++
configure:2429: found /usr/bin/g++
configure:2439: result: g++
configure:2455: checking for C++ compiler version
configure:2458: g++ --version </dev/null >&5
g++ (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2461: $? = 0
configure:2463: g++ -v </dev/null >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,f95,java,ada --disable-checking 
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk 
--disable-libjava-multilib --with-slibdir=/lib --with-system-zlib 
--enable-shared --enable-__cxa_atexit --without-system-libunwind 
--host=i586-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
configure:2466: $? = 0
configure:2468: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:2471: $? = 1
configure:2494: checking for C++ compiler default output file name
configure:2497: g++    conftest.cc  >&5
configure:2500: $? = 0
configure:2546: result: a.out
configure:2551: checking whether the C++ compiler works
configure:2557: ./a.out
configure:2560: $? = 0
configure:2577: result: yes
configure:2584: checking whether we are cross compiling
configure:2586: result: no
configure:2589: checking for suffix of executables
configure:2591: g++ -o conftest    conftest.cc  >&5
configure:2594: $? = 0
configure:2619: result: 
configure:2625: checking for suffix of object files
configure:2646: g++ -c   conftest.cc >&5
configure:2649: $? = 0
configure:2671: result: o
configure:2675: checking whether we are using the GNU C++ compiler
configure:2699: g++ -c   conftest.cc >&5
configure:2705: $? = 0
configure:2709: test -z 
			 || test ! -s conftest.err
configure:2712: $? = 0
configure:2715: test -s conftest.o
configure:2718: $? = 0
configure:2731: result: yes
configure:2737: checking whether g++ accepts -g
configure:2758: g++ -c -g  conftest.cc >&5
configure:2764: $? = 0
configure:2768: test -z 
			 || test ! -s conftest.err
configure:2771: $? = 0
configure:2774: test -s conftest.o
configure:2777: $? = 0
configure:2788: result: yes
configure:2830: g++ -c -g -O2  conftest.cc >&5
configure:2836: $? = 0
configure:2840: test -z 
			 || test ! -s conftest.err
configure:2843: $? = 0
configure:2846: test -s conftest.o
configure:2849: $? = 0
configure:2875: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:16: error: 'exit' was not declared in this scope
configure:2881: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "scribus"
| #define VERSION "1.3.2"
| #define KDELIBSUFF ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2830: g++ -c -g -O2  conftest.cc >&5
configure:2836: $? = 0
configure:2840: test -z 
			 || test ! -s conftest.err
configure:2843: $? = 0
configure:2846: test -s conftest.o
configure:2849: $? = 0
configure:2875: g++ -c -g -O2  conftest.cc >&5
configure:2881: $? = 0
configure:2885: test -z 
			 || test ! -s conftest.err
configure:2888: $? = 0
configure:2891: test -s conftest.o
configure:2894: $? = 0
configure:2919: checking dependency style of g++
configure:3009: result: gcc3
configure:3028: checking whether g++ supports -fvisibility=hidden
configure:3066: rm -rf SunWS_cache; g++ -o conftest -g -O2 -fvisibility=hidden   
conftest.cc  1>&5
configure:3072: $? = 0
configure:3076: test -z 
			 || test ! -s conftest.err
configure:3079: $? = 0
configure:3082: test -s conftest
configure:3085: $? = 0
configure:3106: result: yes
configure:3117: checking whether to use gcc symbol visibility controls
configure:3129: result: no - disabled or no compiler support
configure:3141: checking for libart2-config
configure:3159: found /usr/bin/libart2-config
configure:3171: result: /usr/bin/libart2-config
configure:3305: checking for gcc
configure:3321: found /usr/bin/gcc
configure:3331: result: gcc
configure:3575: checking for C compiler version
configure:3578: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3581: $? = 0
configure:3583: gcc -v </dev/null >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,f95,java,ada --disable-checking 
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk 
--disable-libjava-multilib --with-slibdir=/lib --with-system-zlib 
--enable-shared --enable-__cxa_atexit --without-system-libunwind 
--host=i586-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
configure:3586: $? = 0
configure:3588: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3591: $? = 1
configure:3594: checking whether we are using the GNU C compiler
configure:3618: gcc -c   conftest.c >&5
configure:3624: $? = 0
configure:3628: test -z 
			 || test ! -s conftest.err
configure:3631: $? = 0
configure:3634: test -s conftest.o
configure:3637: $? = 0
configure:3650: result: yes
configure:3656: checking whether gcc accepts -g
configure:3677: gcc -c -g  conftest.c >&5
configure:3683: $? = 0
configure:3687: test -z 
			 || test ! -s conftest.err
configure:3690: $? = 0
configure:3693: test -s conftest.o
configure:3696: $? = 0
configure:3707: result: yes
configure:3724: checking for gcc option to accept ANSI C
configure:3794: gcc  -c -g -O2  conftest.c >&5
configure:3800: $? = 0
configure:3804: test -z 
			 || test ! -s conftest.err
configure:3807: $? = 0
configure:3810: test -s conftest.o
configure:3813: $? = 0
configure:3831: result: none needed
configure:3849: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:3855: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3990: checking dependency style of gcc
configure:4080: result: gcc3
configure:4098: checking whether byte ordering is bigendian
configure:4125: gcc -c -g -O2  conftest.c >&5
configure:4131: $? = 0
configure:4135: test -z 
			 || test ! -s conftest.err
configure:4138: $? = 0
configure:4141: test -s conftest.o
configure:4144: $? = 0
configure:4168: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:23: error: 'not' undeclared (first use in this function)
conftest.c:23: error: (Each undeclared identifier is reported only once
conftest.c:23: error: for each function it appears in.)
conftest.c:23: error: syntax error before 'big'
configure:4174: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "scribus"
| #define VERSION "1.3.2"
| #define KDELIBSUFF ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_LIBART 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:4309: result: no
configure:4335: checking for freetype-config
configure:4353: found /usr/bin/freetype-config
configure:4365: result: /usr/bin/freetype-config
configure:4378: checking for FT_Get_First_Char in -lfreetype
configure:4408: gcc -o conftest -g -O2   conftest.c -lfreetype -lfreetype -lz  
>&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot 
find -lz
collect2: ld returned 1 exit status
configure:4414: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "scribus"
| #define VERSION "1.3.2"
| #define KDELIBSUFF ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_LIBART 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char FT_Get_First_Char ();
| int
| main ()
| {
| FT_Get_First_Char ();
|   ;
|   return 0;
| }
configure:4440: result: no
configure:4448: checking for FT_Get_Next_Char in -lfreetype
configure:4478: gcc -o conftest -g -O2   conftest.c -lfreetype -lfreetype -lz  
>&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot 
find -lz
collect2: ld returned 1 exit status
configure:4484: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "scribus"
| #define VERSION "1.3.2"
| #define KDELIBSUFF ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_LIBART 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char FT_Get_Next_Char ();
| int
| main ()
| {
| FT_Get_Next_Char ();
|   ;
|   return 0;
| }
configure:4510: result: no
configure:2278: WARNING:
-------------------------------------------------------------------------------
The required library libfreetype could not be found. See the BUILDING file.

You may need to install some additional libraries or packages (on Linux,
that may mean -dev or -devel packages too). Also check your environment
variables. If you're on a 64 bit machine, maybe you need to add
--enable-libsuffix=64 to the configure arguments.
See the BUILDING file for further details and troubleshooting information. 
This library is required for Scribus to build. Configure will now terminate.
-------------------------------------------------------------------------------

configure:4526: error: You need at least freetype 2.1.0

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_freetype_FT_Get_First_Char=no
ac_cv_lib_freetype_FT_Get_Next_Char=no
ac_cv_objext=o
ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config
ac_cv_path_LIBART_CONFIG=/usr/bin/libart2-config
ac_cv_path_PKG_CONFIG=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_prog_cxx_fvisibility_hidden=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/Karl/download/installed/scribus-1.3.2/admin/missing 
--run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/Karl/download/installed/scribus-1.3.2/admin/missing 
--run tar'
AR=''
AUTOCONF='${SHELL} /home/Karl/download/installed/scribus-1.3.2/admin/missing 
--run autoconf'
AUTOHEADER='${SHELL} /home/Karl/download/installed/scribus-1.3.2/admin/missing 
--run autoheader'
AUTOMAKE='${SHELL} /home/Karl/download/installed/scribus-1.3.2/admin/missing 
--run automake-1.9'
AWK='gawk'
BOOST_PYTHON_CXXFLAGS=''
BOOST_PYTHON_LDFLAGS=''
BUILD_MAC_BUNDLE_FALSE=''
BUILD_MAC_BUNDLE_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
COMPILE_CAIRO_FALSE=''
COMPILE_CAIRO_TRUE='#'
COMPILE_DEBUG_FALSE=''
COMPILE_DEBUG_TRUE=''
COMPILE_PYTHON_FALSE=''
COMPILE_PYTHON_TRUE=''
COREFOUNDATION_LIBS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_PERMISSIVE_FLAG=''
EXEEXT=''
F77=''
FFLAGS=''
FONTCONFIG_CONFIG=''
FRAMEWORK_COREAUDIO=''
FREETYPE_CONFIG='/usr/bin/freetype-config'
GCC_CXX_VISIBILITY_FLAGS=''
GCC_C_VISIBILITY_FLAGS=''
GS_PATH=''
HAVE_SCRIPTER2_FALSE=''
HAVE_SCRIPTER2_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED=''
KDE_PLUGIN=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE=''
LDFLAGS=''
LIBART_CFLAGS='-I/usr/include/libart-2.0'
LIBART_CONFIG='/usr/bin/libart2-config'
LIBART_LIBS='-L/usr/lib -lart_lgpl_2 -lm'
LIBCAIRO_CFLAGS=''
LIBCAIRO_LIBS=''
LIBCOMPAT=''
LIBCRYPT=''
LIBCUPS=''
LIBDL2=''
LIBDL=''
LIBFONTCONFIG_CFLAGS=''
LIBFONTCONFIG_LIBS=''
LIBFREETYPE_CFLAGS='-I/usr/include/freetype2'
LIBFREETYPE_LIBS='-lfreetype -lz'
LIBJPEG=''
LIBLCMS=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBPYTHON=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTIFF=''
LIBTOOL=''
LIBUCB=''
LIBUTIL=''
LIBZ=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_X11=''
LIB_XEXT=''
LIB_XRENDER=''
LINK_PIXBUF_FALSE=''
LINK_PIXBUF_TRUE=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/Karl/download/installed/scribus-1.3.2/admin/missing 
--run makeinfo'
MOC=''
MODULE_LINK_FLAGS=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT='o'
PACKAGE='scribus'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG='no'
PYTHONINC=''
PYTHONLIB=''
PYTHONMODDIR=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=''
VERSION='1.3.2'
WOVERLOADED_VIRTUAL=''
XML_CFLAGS=''
XML_CONFIG=''
XML_LIBS=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
hacups_cfg=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/Karl/download/installed/scribus-1.3.2/admin/install-sh'
kde_qtver=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes='NONE'
x_libraries='NONE'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_LIBART 1
#define KDELIBSUFF ""
#define PACKAGE "scribus"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "1.3.2"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1




More information about the scribus mailing list