I'm attempting to install pdfedit but when I run ./configure I get the
following error.

 

checking for boostlib >= 1.20.0... yes

checking whether the Boost::IOStreams library is available... no

configure: error: Boost IOStreams is required by PDFedit

 

I have BOOST_ROOT set to /usr/local/boost_1_36_0

 

I checked the config.log file and it says it is looking for the
following:

 

conftest.cpp:23:48: boost/iostreams/filtering_stream.hpp: No such file
or directory

conftest.cpp:24:131: boost/range/iterator_range.hpp: No such file or
directory

 

but these files do exist.

 

I've included a copy of the config.log.

 

Thanks,

Jake

 

 

<<image001.gif>>

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

It was created by PDFedit configure 0.4.1, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --includedir=/usr/local/include/boost-1_36/boost

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

hostname = ppcadmtst
uname -m = ppc64
uname -r = 2.6.10-1.yhpc.1smp
uname -s = Linux
uname -v = #1 SMP Thu Mar 17 19:38:06 MST 2005

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

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

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


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

configure:1917: checking for g++
configure:1933: found /usr/bin/g++
configure:1944: result: g++
configure:1975: checking for C++ compiler version
configure:1982: g++ --version >&5
g++ (GCC) 3.3.3 (Yellow Dog Linux 3.3.3-16.ydl.7)
Copyright (C) 2003 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:1985: $? = 0
configure:1992: g++ -v >&5
Reading specs from /usr/lib/gcc-lib/ppc64-yellowdog-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/inf
o --enable-shared --enable-threads=posix --disable-checking --with-system-zlib 
--enable-__cx
a_atexit --enable-symvers=gnu --host=ppc64-yellowdog-linux 
--build=ppc64-yellowdog-linux --t
arget=ppc64-yellowdog-linux --with-cpu=default32 --enable-biarch
Thread model: posix
gcc version 3.3.3 (Yellow Dog Linux 3.3.3-16.ydl.7)
configure:1995: $? = 0
configure:2002: g++ -V >&5
g++: `-V' option must have argument
configure:2005: $? = 1
configure:2028: checking for C++ compiler default output file name
configure:2055: g++    conftest.cpp  >&5
configure:2058: $? = 0
configure:2096: result: a.out
configure:2113: checking whether the C++ compiler works
configure:2123: ./a.out
configure:2126: $? = 0
configure:2143: result: yes
configure:2150: checking whether we are cross compiling
configure:2152: result: no
configure:2155: checking for suffix of executables
configure:2162: g++ -o conftest    conftest.cpp  >&5
configure:2165: $? = 0
configure:2189: result:
configure:2195: checking for suffix of object files
configure:2221: g++ -c   conftest.cpp >&5
configure:2224: $? = 0
configure:2247: result: o
configure:2251: checking whether we are using the GNU C++ compiler
configure:2280: g++ -c   conftest.cpp >&5
configure:2286: $? = 0
configure:2303: result: yes
configure:2308: checking whether g++ accepts -g
configure:2338: g++ -c -g  conftest.cpp >&5
configure:2344: $? = 0
configure:2443: result: yes
configure:2514: checking for gcc
configure:2530: found /usr/bin/gcc
configure:2541: result: gcc
configure:2779: checking for C compiler version
configure:2786: gcc --version >&5
gcc (GCC) 3.3.3 (Yellow Dog Linux 3.3.3-16.ydl.7)
Copyright (C) 2003 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:2789: $? = 0
configure:2796: gcc -v >&5
Reading specs from /usr/lib/gcc-lib/ppc64-yellowdog-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/inf
o --enable-shared --enable-threads=posix --disable-checking --with-system-zlib 
--enable-__cx
a_atexit --enable-symvers=gnu --host=ppc64-yellowdog-linux 
--build=ppc64-yellowdog-linux --t
arget=ppc64-yellowdog-linux --with-cpu=default32 --enable-biarch
Thread model: posix
gcc version 3.3.3 (Yellow Dog Linux 3.3.3-16.ydl.7)
configure:2799: $? = 0
configure:2806: gcc -V >&5
gcc: `-V' option must have argument
configure:2809: $? = 1
configure:2812: checking whether we are using the GNU C compiler
configure:2841: gcc -c   conftest.c >&5
configure:2847: $? = 0
configure:2864: result: yes
configure:2869: checking whether gcc accepts -g
configure:2899: gcc -c -g  conftest.c >&5
configure:2905: $? = 0
configure:3004: result: yes
configure:3021: checking for gcc option to accept ISO C89
configure:3095: gcc  -c -g -O2  conftest.c >&5
configure:3101: $? = 0
configure:3124: result: none needed
configure:3142: checking whether make sets $(MAKE)
configure:3163: result: yes
configure:3215: checking for ranlib
configure:3231: found /usr/bin/ranlib
configure:3242: result: ranlib
configure:3270: checking whether ln -s works
configure:3274: result: yes
configure:3288: checking how to run the C++ preprocessor
configure:3324: g++ -E  conftest.cpp
configure:3330: $? = 0
configure:3361: g++ -E  conftest.cpp
conftest.cpp:8:28: ac_nonexistent.h: No such file or directory
configure:3367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "PDFedit"
| #define PACKAGE_TARNAME "pdfedit"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "PDFedit 0.4.1"
| #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ "
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3400: result: g++ -E
configure:3429: g++ -E  conftest.cpp
configure:3435: $? = 0
configure:3466: g++ -E  conftest.cpp
conftest.cpp:8:28: ac_nonexistent.h: No such file or directory
configure:3472: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "PDFedit"
| #define PACKAGE_TARNAME "pdfedit"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "PDFedit 0.4.1"
| #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ "
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3510: checking for grep that handles long lines and -e
configure:3584: result: /bin/grep
configure:3589: checking for egrep
configure:3667: result: /bin/grep -E
configure:3672: checking for ANSI C header files
configure:3702: g++ -c -g -O2  conftest.cpp >&5
configure:3708: $? = 0
configure:3804: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:3807: $? = 0
configure:3813: ./conftest
configure:3816: $? = 0
configure:3833: result: yes
configure:3857: checking for sys/types.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3857: checking for sys/stat.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3857: checking for stdlib.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3857: checking for string.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3857: checking for memory.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3857: checking for strings.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3857: checking for inttypes.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3857: checking for stdint.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3857: checking for unistd.h
configure:3878: g++ -c -g -O2  conftest.cpp >&5
configure:3884: $? = 0
configure:3900: result: yes
configure:3930: checking limits.h usability
configure:3947: g++ -c -g -O2  conftest.cpp >&5
configure:3953: $? = 0
configure:3967: result: yes
configure:3971: checking limits.h presence
configure:3986: g++ -E  conftest.cpp
configure:3992: $? = 0
configure:4006: result: yes
configure:4039: checking for limits.h
configure:4047: result: yes
configure:3920: checking for stdlib.h
configure:3926: result: yes
configure:3920: checking for string.h
configure:3926: result: yes
configure:3920: checking for unistd.h
configure:3926: result: yes
configure:4061: checking for stdbool.h that conforms to C99
configure:4154: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:43: error: syntax error before `:' token
configure:4160: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "PDFedit"
| #define PACKAGE_TARNAME "pdfedit"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "PDFedit 0.4.1"
| #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ "
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
|
| #include <stdbool.h>
| #ifndef bool
|  "error: bool is not defined"
| #endif
| #ifndef false
|  "error: false is not defined"
| #endif
| #if false
|  "error: false is not 0"
| #endif
| #ifndef true
|  "error: true is not defined"
| #endif
| #if true != 1
|  "error: true is not 1"
| #endif
| #ifndef __bool_true_false_are_defined
|  "error: __bool_true_false_are_defined is not defined"
| #endif
|
|       struct s { _Bool s: 1; _Bool t; } s;
|
|       char a[true == 1 ? 1 : -1];
|       char b[false == 0 ? 1 : -1];
|       char c[__bool_true_false_are_defined == 1 ? 1 : -1];
|       char d[(bool) 0.5 == true ? 1 : -1];
|       bool e = &s;
|       char f[(_Bool) 0.0 == false ? 1 : -1];
|       char g[true];
|       char h[sizeof (_Bool)];
|       char i[sizeof s.t];
|       enum { j = false, k = true, l = false * true, m = true * 256 };
|       _Bool n[m];
|       char o[sizeof n == m * sizeof n[0] ? 1 : -1];
|       char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
| #     if defined __xlc__ || defined __GNUC__
|        /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
|           reported by James Lemley on 2005-10-05; see
|           
http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
|           This test is not quite right, since xlc is allowed to
|           reject this program, as the initializer for xlcbug is
|           not one of the forms that C requires support for.
|           However, doing the test right would require a runtime
|           test, and that would make cross-compilation harder.
|           Let us hope that IBM fixes the xlc bug, and also adds
|           support for this kind of constant expression.  In the
|           meantime, this test will reject xlc, which is OK, since
|           our stdbool.h substitute should suffice.  We also test
|           this with GCC, where it should work, to detect more
|           quickly whether someone messes up the test in the
|           future.  */
|        char digs[] = "0123456789";
|        int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
| #     endif
|       /* Catch a bug in an HP-UX C compiler.  See
|          http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
|          http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
|        */
|       _Bool q = true;
|       _Bool *pq = &q;
|
| int
| main ()
| {
|
|       *pq |= q;
|       *pq |= ! q;
|       /* Refer to every declared value, to avoid compiler optimizations.  */
|       return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
|               + !m + !n + !o + !p + !q + !pq);
|
|   ;
|   return 0;
| }
configure:4175: result: no
configure:4177: checking for _Bool
configure:4207: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:55: error: syntax error before `;' token
conftest.cpp: In function `int main()':
conftest.cpp:59: error: `ac__type_new_' undeclared (first use this function)
conftest.cpp:59: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
conftest.cpp:59: error: syntax error before `)' token
configure:4213: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "PDFedit"
| #define PACKAGE_TARNAME "pdfedit"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "PDFedit 0.4.1"
| #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ "
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| typedef _Bool ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:4228: result: no
configure:4247: checking for an ANSI C-conforming const
configure:4322: g++ -c -g -O2  conftest.cpp >&5
configure:4328: $? = 0
configure:4343: result: yes
configure:4353: checking for inline
configure:4379: g++ -c -g -O2  conftest.cpp >&5
configure:4385: $? = 0
configure:4403: result: inline
configure:4422: checking for size_t
configure:4452: g++ -c -g -O2  conftest.cpp >&5
configure:4458: $? = 0
configure:4473: result: yes
configure:4485: checking whether struct tm is in sys/time.h or time.h
configure:4515: g++ -c -g -O2  conftest.cpp >&5
configure:4521: $? = 0
configure:4536: result: time.h
configure:4577: checking for boostlib >= 1.20.0
configure:4637: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
configure:4643: $? = 0
configure:4649: result: yes
configure:4850: checking whether the Boost::IOStreams library is available
configure:4888: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
conftest.cpp:23:48: boost/iostreams/filtering_stream.hpp: No such file or 
directory
conftest.cpp:24:131: boost/range/iterator_range.hpp: No such file or directory
conftest.cpp: In function `int main()':
conftest.cpp:29: error: `string' undeclared in namespace `std'
conftest.cpp:29: error: syntax error before `=' token
conftest.cpp:30: error: syntax error before `::' token
conftest.cpp:31: error: `io' undeclared (first use this function)
conftest.cpp:31: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
configure:4894: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "PDFedit"
| #define PACKAGE_TARNAME "pdfedit"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "PDFedit 0.4.1"
| #define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ "
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BOOST
| /* end confdefs.h.  */
| #include <boost/iostreams/filtering_stream.hpp>
|                                                                               
           #
include <boost/range/iterator_range.hpp>
|
| int
| main ()
| {
| std::string  input = "Hello World!";
|                                                                  namespace io 
= boost::ios
treams;
|                                                                          
io::filtering_ist
ream  in(boost::make_iterator_range(input));
|                                                                          
return 0;
|
|   ;
|   return 0;
| }
configure:4916: result: no
configure:5154: error: Boost IOStreams is required by PDFedit

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

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=time.h
ac_cv_type__Bool=no
ac_cv_type_size_t=yes
ax_cv_boost_iostreams=no

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

ADVANCED_INSTALL_TARGET=''
ADVANCED_TARGET=''
BOOST_CPPFLAGS='-I/usr/include'
BOOST_IOSTREAMS_LIB=''
BOOST_LDFLAGS='-L/usr/lib'
CC='gcc'
CFLAGS='-g -O2'
CPPFLAGS=''
CPPUNIT_CFLAGS=''
CPPUNIT_CONFIG=''
CPPUNIT_LIBS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DEBUG=''
DEFS=''
DOXYGEN_BIN=''
DOXYGEN_INSTALL_TARGET=''
DOXYGEN_TARGET=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
E_RELEASE=''
FT2_CFLAGS=''
FT2_CONFIG=''
FT2_LIBS=''
GREP='/bin/grep'
GUI_TARGET=''
INSTALL_TARGET=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
OBSERVER_CFLAGS=''
OBSERVER_CXXFLAGS=''
OPTIM=''
PACKAGE_BUGREPORT='BUGTRACKER - http://pdfedit.petricek.net/bt/ '
PACKAGE_NAME='PDFedit'
PACKAGE_STRING='PDFedit 0.4.1'
PACKAGE_TARNAME='pdfedit'
PACKAGE_VERSION='0.4.1'
PATH_SEPARATOR=':'
QMAKE=''
QSA_DIR=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STACK_PROTECTOR_FLAGS=''
TESTS_TARGET=''
UNINSTALL_TARGET=''
WARN=''
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_release=''
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='/usr/local/include/boost-1_36/boost'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
root_dir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
t1_CFLAGS=''
t1_LIBS=''
target_alias=''

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

#define PACKAGE_NAME "PDFedit"
#define PACKAGE_TARNAME "pdfedit"
#define PACKAGE_VERSION "0.4.1"
#define PACKAGE_STRING "PDFedit 0.4.1"
#define PACKAGE_BUGREPORT "BUGTRACKER - http://pdfedit.petricek.net/bt/ "
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_BOOST

configure: exit 1
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pdfedit-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdfedit-support

Reply via email to