Discouraged
Posted: 2011-04-30T05:19:58-07:00
Hi, my aim is to create contact sheets from large directories of scanned film, trying to mimic film layout the most is possible. I started with Q16 and Win32, it worked quite smooth until I get across an example of vertical alignment:
So I started using cygwin and bash for Win32 and again I found troubles in the second piped command:
I tried to compile in cygwin but ./configure ends with error:
(Sometimes I wander how other does, this should not be an uncommon task)
HELP
Teebe
Here Win32 starts making trouble with pipe commands, especially when trying to translate bash to command metacharacters like in "miff:-".
montage font_*.gif -tile 1x3 -geometry 16x16+1+1 miff:- |\
montage - -geometry +0+0 -tile 5x1 montage_columns.gif
So I started using cygwin and bash for Win32 and again I found troubles in the second piped command:
There are many suspect points: version of libraries does not match, double slash on path, etc etc$ montage POSC*.jpg -tile 1x3 -geometry 16x16+1+1 miff:- | montage - -geometry +0+0 -tile 5x1 montage_col.gif
montage: unable to read font `/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
montage: unable to read font `/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
I tried to compile in cygwin but ./configure ends with error:
Considering that I would like to resolve the main objective in time to deliver the whole job and the time spent on google trying to find a solution and repeat source and binary download and installation I am now more on the surrender side than other.checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/home/tiberio_b/ImageMagick-6.6.9-6':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
(Sometimes I wander how other does, this should not be an uncommon task)
HELP
Teebe