Hi Sven, we have (here at CS departmente) just installed a brand new debian boxed with all the ocaml stuff.
We have experienced some missing dependencies (cause starting from scratch is the best way to find them :), first of all my debian package of gtkmathview was missing dependencies on t1lib-dev and libgdome2-cpp-smart-dev so that it was impossible to build ocaml programs that needed libgtkmathview-ocaml-dev. Next we have had the need to manually install the following packages: - libgtkxmhtml-dev - libgdk-pixbuf-dev I therefore suspect that you have to had Depends on these packages in the liblablgtk-ocaml-dev package. Maybe some others are needed, but we solve the problem just installing these two. Cheers. -- Stefano Zacchiroli - undergraduate student of CS @ Univ. Bologna, Italy [EMAIL PROTECTED] | ICQ# 33538863 | http://www.cs.unibo.it/~zacchiro "I know you believe you understood what you think I said, but I am not sure you realize that what you heard is not what I meant!" -- G.Romney

