pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Re: Hello (Chang Shi)


From: srinivas adicherla
Subject: Re: [pdf-devel] Re: Hello (Chang Shi)
Date: Tue, 28 Dec 2010 11:14:19 +0530

Hi,

    I also followed the same link, but still I couldn't resolve the libcheck dependency problem.
I pasted here the sequence of steps what I have done.

1) I tried with this link they have mentioned bzr branch bzr://bzr.sv.gnu.org/pdf/libgnupdf/trunk

         and I got this error as,
         bzr: ERROR: Connection error: failed to connect to bzr.sv.gnu.org:4155: Connection timed out

2) Next I followed the web link folders and got the path as bzr branch http://bzr.savannah.gnu.org/r/pdf/libgnupdf/trunk/
     - Now I have the source with trunk folder inside gnupdf directory (which I created).
     - My path is $HOME/gnupdf/trunk
3) then cd trunk
4) then sh autogen.sh

    Terminal output is:

    Bootstrapping the GNU PDF Library with:
  autoreconf -i
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/config.guess'
libtoolize: copying file `build-aux/config.sub'
libtoolize: copying file `build-aux/install-sh'
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:33: installing `build-aux/compile'
configure.ac:23: installing `build-aux/missing'
doc/Makefile.am:20: installing `build-aux/mdate-sh'
doc/Makefile.am:20: installing `build-aux/texinfo.tex'
lib/Makefile.am: installing `build-aux/depcomp'

Now run configure with your desired options, for instance:
  ./configure CFLAGS=-g

5) then ./configure CFLAGS=-g  

   Terminal Output is

   checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: autobuild project... GNU PDF Library
configure: autobuild revision... trunk
configure: autobuild hostname... srinivas-adicherla
configure: autobuild timestamp... 20101228T052705Z
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
configure: autobuild project... GNU PDF Library
configure: autobuild revision... trunk
configure: autobuild hostname... srinivas-adicherla
configure: autobuild timestamp... 20101228T052706Z
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking for dup2... yes
checking for fcntl... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freading... yes
checking for getdelim... yes
checking for getdtablesize... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for pathconf... yes
checking for pipe... yes
checking whether the preprocessor supports include_next... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for inline... inline
checking for working fcntl.h... yes
checking for fseeko... yes
checking whether stdin defaults to large file offsets... yes
checking whether getdelim is declared... yes
checking whether getline is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking whether getopt_clip is declared... no
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking whether gettimeofday is declared without a macro... yes
checking for nl_langinfo and CODESET... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mode_t... yes
checking for promoted mode_t type... mode_t
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking for working strerror function... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking whether stat file-mode macros are broken... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for struct timespec in <time.h>... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for wint_t... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether fflush works on input streams... no
checking whether fopen recognizes a trailing slash... yes
checking whether fpurge is declared... no
checking for ftello... yes
checking whether ftello works... yes
checking for working getdelim function... yes
checking for getline... yes
checking for working getline function... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking whether the compiler generally respects inline... no
checking for setlocale... yes
checking for uselocale... yes
checking for pthread_rwlock_t... yes
checking whether lseek detects pipes... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether acosl is declared without a macro... yes
checking whether asinl is declared without a macro... yes
checking whether atanl is declared without a macro... yes
checking whether ceilf is declared without a macro... yes
checking whether ceill is declared without a macro... yes
checking whether cosl is declared without a macro... yes
checking whether expl is declared without a macro... yes
checking whether floorf is declared without a macro... yes
checking whether floorl is declared without a macro... yes
checking whether frexpl is declared without a macro... yes
checking whether ldexpl is declared without a macro... yes
checking whether logb is declared without a macro... yes
checking whether logl is declared without a macro... yes
checking whether round is declared without a macro... yes
checking whether roundf is declared without a macro... yes
checking whether roundl is declared without a macro... yes
checking whether sinl is declared without a macro... yes
checking whether sqrtl is declared without a macro... yes
checking whether tanl is declared without a macro... yes
checking whether trunc is declared without a macro... yes
checking whether truncf is declared without a macro... yes
checking whether truncl is declared without a macro... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking whether open recognizes a trailing slash... yes
checking for pmccabe... false
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether rmdir works... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether stdint.h conforms to C99... yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking for random.h... no
checking for struct random_data... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... yes
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... no
checking whether ptsname is declared without a macro... yes
checking whether random_r is declared without a macro... yes
checking whether initstat_r is declared without a macro... no
checking whether srandom_r is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... yes
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... yes
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... yes
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... yes
checking for __secure_getenv... yes
checking whether tmpfile should be overridden... no
checking whether chown is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... yes
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking for stdint.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for size_t... yes
checking for off_t... yes
checking for int64_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
checking for libpthread... yes
checking how to link with libpthread... -lpthread
checking if zlib is wanted... checking for inflateEnd in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflateEnd in -lz... (cached) yes
checking zlib in ... ok
checking for libjpeg... yes
checking how to link with libjpeg... -ljpeg
checking for libjbig2dec... no
checking for libm... yes
checking how to link with libm... -lm
checking for libgpg-error... yes
checking how to link with libgpg-error... -lgpg-error
checking for libgcrypt... yes
checking how to link with libgcrypt... -lgcrypt -lgpg-error
checking for libcheck... yes
checking how to link with libcheck... /usr/local/lib/libcheck.so -Wl,-rpath -Wl,/usr/local/lib
checking for srunner_run in -lcheck... no
checking for libiconv... no
checking for gawk... (cached) gawk
checking for gawk... /usr/bin/gawk
checking for chmod... /bin/chmod
checking for makeinfo... yes
checking for texi2html... no
checking whether byte ordering is bigendian... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libgnupdf.pc
config.status: creating build-aux/Makefile
config.status: creating build-aux/generate-tsd.pl
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating src/extract-public-hdr
config.status: creating torture/Makefile
config.status: creating torture/testdata/Makefile
config.status: creating torture/unit/Makefile
config.status: creating utils/Makefile
config.status: creating prmgt/Makefile
config.status: creating prmgt/apic2wiki
config.status: creating prmgt/testlog2wiki
config.status: creating prmgt/docfuncs
config.status: creating prmgt/tsdfuncs
config.status: creating prmgt/srcinfo-extractor.pl
config.status: creating prmgt/check-api-doc-consistency.pl
config.status: creating doc/Makefile
config.status: creating doc/version.texi
config.status: creating src/config.h
config.status: creating src/pdf-config.h
config.status: executing depfiles commands
config.status: executing libtool commands

The following required libraries are too old:

   libcheck (svn required)

Please update them and rerun 'configure'.


Here I got the error as above.

6) Then I go to previous directory cd ..
7) Now I am in $HOME/gnupdf directory, then I executed the following command
       svn co https://check.svn.sourceforge.net/svnroot/check check
    Now I have the source with $HOME/gnupdf/check/trunk folder
8) then cd check/trunk
9) then autoreconf -i

     Terminal output as follow:

      libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/config.guess'
libtoolize: copying file `build-aux/config.sub'
libtoolize: copying file `build-aux/install-sh'
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:101: installing `build-aux/compile'
configure.ac:29: installing `build-aux/missing'
doc/Makefile.am:3: installing `build-aux/mdate-sh'
doc/Makefile.am:3: installing `build-aux/texinfo.tex'
lib/Makefile.am: installing `build-aux/depcomp'
Makefile.am: installing `./INSTALL'

10) ./configure

    last few lines of configure no errors:


    checking for putenv... yes
checking for setenv... yes
checking for sleep... yes
checking for strdup... yes
checking for strsignal... yes
checking for unsetenv... yes
checking whether fileno is declared... yes
checking whether localtime_r is declared... no
checking whether pipe is declared... yes
checking whether putenv is declared... yes
checking whether setenv is declared... yes
checking whether sleep is declared... yes
checking whether strdup is declared... yes
checking whether strsignal is declared... yes
checking whether unsetenv is declared... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for gawk... /usr/bin/gawk
configure: creating ./config.status
config.status: creating checkmk/checkmk
config.status: creating check.pc
config.status: creating Makefile
config.status: creating checkmk/Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating src/check.h
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/test_vars
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing checkmk-x commands

11) make

    Make was success. some of the output while making i put below.
       cd -;
/home/srinivas/office/work/gnupdf/check/trunk/doc
cd ../doc/example; \
    diff -u tests/check_money.6.c tests/check_money.7.c > /home/srinivas/office/work/gnupdf/check/trunk/doc/check_money.6-7.c.diff || test $? -eq 1; \
    cd -;
/home/srinivas/office/work/gnupdf/check/trunk/doc
Updating ./version.texi
restore=: && backupdir=".am$$" && \
    rm -rf $backupdir && mkdir $backupdir && \
    if (/bin/bash /home/srinivas/office/work/gnupdf/check/trunk/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
      for f in check.info check.info-[0-9] check.info-[0-9][0-9] check.i[0-9] check.i[0-9][0-9]; do \
        if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
      done; \
    else :; fi && \
    if /bin/bash /home/srinivas/office/work/gnupdf/check/trunk/build-aux/missing --run makeinfo   -I . \
     -o check.info `test -f 'check.texi' || echo './'`check.texi; \
    then \
      rc=0; \
    else \
      rc=$?; \
      $restore $backupdir/* `echo "./check.info" | sed 's|[^/]*$||'`; \
    fi; \
    rm -rf $backupdir; exit $rc
make[2]: Leaving directory `/home/srinivas/office/work/gnupdf/check/trunk/doc'
Making all in .
make[2]: Entering directory `/home/srinivas/office/work/gnupdf/check/trunk'
if [ -e .svn ] ; then \
    svn log -v /home/srinivas/office/work/gnupdf/check/trunk > SVNChangeLog ;\
    else \
    echo "SVN Changelog not available" > SVNChangeLog ;\
    fi

12) Then sudo make install



13) then I go to $HOME/gnupdf/trunk folder did ./configure  CFLAGS=-g
    Then I got the same problem again , Here the last few lines I pasted

config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: creating src/pdf-config.h
config.status: src/pdf-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

The following required libraries are too old:

   libcheck (svn required)

Please update them and rerun 'configure'.








PLEASE HELP ME OUT IN THIS, If I disable the dependency check for libcheck it is working. 


On Mon, Dec 27, 2010 at 8:15 PM, Albert Meroño Peñuela <address@hidden> wrote:
Hi,

I've just checked libcheck configuration steps explained in this post:
and sources retrieval, config, compilation and install work well for
me. As I'm not quite sure of what's exactly your problem, please paste
the steps followed, commands issued and output obtained in order to
solve it.

Cheers,

Albert Meroño

2010/12/27 srinivas adicherla <address@hidden>:
> In the information for Newcomers they have mentioned the following url
>
>      bzr branch bzr://bzr.savannah.gnu.org/pdf/libgnupdf/trunk
>
> I also tried that same thing happened for me. So I changed it to
>
>     bzr branch http://bzr.savannah.gnu.org/r/pdf/libgnupdf/trunk/
>
> it was working for me. But libcheck dependecy problem is there for me while
> configuring
> the package. Then I go through
>
>  http://blog.albertmeronyo.com/?p=19.
>
> I followed the same but still I got the same problem. It is asking for svn
> version, I downloaded from the path
> they have mentioned , then configured and installed still I have the same
> problem.
> If anybody knows please help me out.
>
> Thanks
> A Srinivas
>
>
> On Sat, Dec 25, 2010 at 10:30 PM, <address@hidden> wrote:
>>
>> Send pdf-devel mailing list submissions to
>>        address@hidden
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>        http://lists.gnu.org/mailman/listinfo/pdf-devel
>> or, via email, send a message with subject or body 'help' to
>>        address@hidden
>>
>> You can reach the person managing the list at
>>        address@hidden
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of pdf-devel digest..."
>>
>>
>> Today's Topics:
>>
>>   1. Hello (Chang Shi)
>>   2. GNU PDF Development Collaboration (Jonathan Jacobson)
>>   3. GNU PDF Development Collaboration (Jonathan Jacobson)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Fri, 24 Dec 2010 14:01:57 +0800
>> From: Chang Shi <address@hidden>
>> Subject: [pdf-devel] Hello
>> To: address@hidden
>> Message-ID:
>>        <address@hidden>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hi All,
>>
>> I'm interest in pdf development, and I wrote a pdf text extract programme
>> with C++ in my party time, may be I can give some contribute to the
>> project.
>> But I meet some problem geting source code, the bzr return "Connect
>> error:failed to connect to bzr.savannah.gnu.org:4155", it seeams a timeout
>> issue. And I do read the information for newcomers, but I'm still quite
>> unfamiliar with dev-process of gnu, Can anyboy give me some help?
>>
>> BR/Singo
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> http://lists.gnu.org/archive/html/pdf-devel/attachments/20101224/7322ef65/attachment.html
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Fri, 24 Dec 2010 11:57:56 +0200
>> From: Jonathan Jacobson <address@hidden>
>> Subject: [pdf-devel] GNU PDF Development Collaboration
>> To: address@hidden
>> Message-ID:
>>        <AANLkTi=address@hidden>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hello,
>>
>> I'm a math & CS student, with many years of experience in programming and
>> system administration.
>> If there is any way that I can collaborate in the development of GNU PDF,
>> it
>> would be great.
>>
>> Skills:
>> Good knowledge: Linux administration, C, shell, SQL, PL/SQL
>> Fair knowledge: Python
>>
>> Regards,
>> Jonathan Jacobson
>> Ein HaShlosha
>> Israel
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> http://lists.gnu.org/archive/html/pdf-devel/attachments/20101224/50f5295a/attachment.html
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Fri, 24 Dec 2010 11:57:56 +0200
>> From: Jonathan Jacobson <address@hidden>
>> Subject: [pdf-devel] GNU PDF Development Collaboration
>> To: address@hidden
>> Message-ID:
>>        <AANLkTi=address@hidden>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hello,
>>
>> I'm a math & CS student, with many years of experience in programming and
>> system administration.
>> If there is any way that I can collaborate in the development of GNU PDF,
>> it
>> would be great.
>>
>> Skills:
>> Good knowledge: Linux administration, C, shell, SQL, PL/SQL
>> Fair knowledge: Python
>>
>> Regards,
>> Jonathan Jacobson
>> Ein HaShlosha
>> Israel
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> http://lists.gnu.org/archive/html/pdf-devel/attachments/20101224/50f5295a/attachment-0001.html
>>
>> End of pdf-devel Digest, Vol 42, Issue 9
>> ****************************************
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]