Re: tumble tiff to pdf converter

2017-12-27 Thread Eric Smith via cctalk
On Wed, Dec 20, 2017 at 3:30 AM, Christian Corti via cctalk <
cctalk@classiccmp.org> wrote:

> Ok, I see, whoever changed tumble as found on github forgot to change all
> version numbers, to update the README and many things more :-(
>

I can't find anywhere in the github repo that the version number was not
updated to 0.35.  (Just now updated to 0.36.)

But anyway, it compiles happily with two modifications in tumble_pbm.c:
> - add the following line in front of the first include statement:
> #define HAVE_BOOL
> - change the following line from
> #include 
>   to
> #include 
>

I'm happy to accept pull requests.

The HAVE_BOOL would probably be fine, but I'm not going to change the
include as it would then fail to build on Fedora and RHEL.


Re: tumble tiff to pdf converter

2017-12-20 Thread Christian Corti via cctalk

On Wed, 20 Dec 2017, Christian Corti wrote:

Huh?
# wc -l tumble_pbm.c
231 tumble_pbm.c

This is the last known version (part of tumble 0.33 from 2003):
* $Id: tumble_pbm.c,v 1.1 2003/04/10 00:47:30 eric Exp $


Ok, I see, whoever changed tumble as found on github forgot to 
change all version numbers, to update the README and many things more :-(


But anyway, it compiles happily with two modifications in tumble_pbm.c:
- add the following line in front of the first include statement:
#define HAVE_BOOL
- change the following line from
#include 
  to
#include 

# ./tumble
fatal error: either a control file or an output file (but not both) must 
be specified


tumble version 0.35 - Copyright 2001-2003 Eric Smith 
http://tumble.brouhaha.com/

usage:
./tumble [options] -c 
./tumble [options] ... -o 
./tumble -V
options:
-vverbose
-b   create bookmarks
-Vprint program version
bookmark format:
%F  file name (sans suffix)
%p  page number


# gcc --version
gcc (Debian 7.2.0-16) 7.2.0
Copyright (C) 2017 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.


Christian


Re: tumble tiff to pdf converter

2017-12-20 Thread Christian Corti via cctalk

On Wed, 20 Dec 2017, jim stephens wrote:
and the like that are included in the current system as installed, and there 
are problems now with the tumble_pbm.c code parameters (line 237 
specifically).


Huh?
# wc -l tumble_pbm.c
231 tumble_pbm.c

This is the last known version (part of tumble 0.33 from 2003):
 * $Id: tumble_pbm.c,v 1.1 2003/04/10 00:47:30 eric Exp $

Christian


tumble tiff to pdf converter

2017-12-20 Thread jim stephens via cctalk
Has anyone tried to build tumble on Ubuntu 16?  I've used the libtiff, 
libpbm and the like that are included in the current system as 
installed, and there are problems now with the tumble_pbm.c code 
parameters (line 237 specifically).


I had built up and saved a build with my own downloaded and built 
libtiff and libpbm, but those packages won't build anymore either.


Hoping not to rathole Al maybe Eric?  someone else who is using it to 
convert tiff to pdfs.  I've scanned some stuff and would prefer to use 
the full bitsavers toolchain, as well as have notes on how to build 
going forward.


I'll flail on it more if noone is interested, but spent enough times 
tonight trying to build it before asking.


thanks
Jim