I am trying to get TImage/TASImage stuff working. There seems to be several problems. I am using ROOT and libAfterImage and libAfterBase from respective CVS repositories as of today on x86 Debian GCC 2.95.4. - AFterImage in CVS is broken into libAfterImage and libAfterBase with header files installed in $prefix/include/libAfterImage/ and $prefix/include/libAfterBase/ but ROOT expects all AI headers in one dir. Kludge fix: cd $prefix/include ln -s libAfterBase/* libAfterImage/* . - libAfterImage depends on libAfterBase but only the former gets loaded in by the plugin manager. I don't have any .rootrc settings for this. This might fix the problem, but I'm not sure of what settings I need. - libAfterBase/audit.h uses "delete" as a variable in a function declaration. Kludge fix: edit file and rename it. - Both libAfterBase and libAfterImage don't install well if installing to a non-system directory as it tries to run ldconfig. Kludge fix: "make -k install". I just noticed the 3.03/08 release notes say to get a version of AI from the root ftp site. It seems down at the moment, but I'll try that version once it opens up again. -Brett.
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:06 MET