ag70414%agipsm#@agip.geis.com said:
ag70414> On my aix 3.2.5 I tried to compile tkined-1.3.3 with
ag70414> patch 1.3.4. On objects.c I have these error messages
ag70414> Include file bitmaps/zoomin.xbm not found Include file
ag70414> bitmaps/zoomout.xbm not found
The first patch was incomplete. I replaced it with a complete patch on
29 September. Please get a new one or the complete tar file.
ag70414> With scotty-2.0.2 I had a simple problem with
ag70414> configure file. These are the line that I had
ag70414> remarked
ag70414> #if test "$have_tclsh" = yes ; then
ag70414> # file=`echo 'puts $tcl_library/configInfo' | tclsh`
ag70414> # if test -r $file ; then
ag70414> # save_cc=$CC
ag70414> # . $file
ag70414> # CC=$save_cc
ag70414> # dynamic=1
ag70414> # fi
ag70414> #fi
ag70414> configure wasn't be able to find
ag70414> $tcl_library/configInfo
This seems to happen if you have a pre 7.4 tclsh shell in your
path. To fix this problem, change the test command to:
test "$file" -a -r "$file"
Juergen