I just wanted to say thanks for the help from about a week ago, especially to Olaf Meeuwissen. I was able to get iscan to work on my computer. For the record, to get it to work, I installed an older version of gtk, gtk+-1.2.10, and used the suggested version of iscan, iscan-1.5.2-1.redhat.8.0.tar.gz. I At that point, I got compile errors relating to libgdk_imlib. I had the file /usr/lib/libgdk_imlib.so.1 on my machine but not gdk_imlib.h. To get around this, I deleted the lines including gdk_imlib.hfrom pisa_structs.h. and pisa_view_manager.cc. I also changed some lines of pisa_view_manager.cc from ::gdk_imlib_init ( ); ::gtk_widget_push_visual ( ::gdk_imlib_get_visual ( ) ); ::gtk_widget_push_colormap ( ::gdk_imlib_get_colormap ( ) ); to ::gtk_widget_push_visual ( ::gdk_rgb_get_visual ( ) ); ::gtk_widget_push_colormap ( ::gdk_rgb_get_cmap ( ) ); I'm not sure what this did, but it seemed to work. Again, thanks for your help. Bye, Andy
> > If you insist on compiling from "source" with gcc-3.2 or later, please > get the correct tar-ball: iscan-1.5.2-1.redhat.8.0.tar.gz. > > The C++ ABI changed a few times between 2.9x and 3.2 and the iscan > "sources" contain several closed C++ source based binary objects. The > regular iscan-1.5.2-1.tar.gz is for g++-2.9x, the one mentioned above > is for g++-3.2 or later. > > Hope this helps, > -- > Olaf Meeuwissen EPSON KOWA Corporation, ECS > GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97 976A 16C7 F27D 6BE3 7D90 > Penguin's lib! -- I hack, therefore I am -- LPIC-2 > > -- > sane-devel mailing list: [email protected] > http://lists.alioth.debian.org/mailman/listinfo/sane-devel > Unsubscribe: Send mail with subject "unsubscribe your_password" > to [email protected]
