On 2009/10/10 jagginess wrote: > i managed to get the box example functioning (as described from > file:///usr/share/doc/opencascade-doc/doc/index.htm) > > i did > apt-get install libopencascade-dev > > > then followed the guide.. i suppose the "pload all" must of been looking for > files from that other package..
Right, I guess that this symlink /usr/lib/libTKTopTest.so -> libTKTopTest-6.2.so shipped in libopencascade-dev is the culprit. OpenCascade documentation mentions that env.csh file must be run first to set environment variables. The Debian package is patched to not require any enviironment variable, this is why there are some differences between official documentation and contents of Debian packages. Packaging has been reworked for OpenCascade 6.3.0, I just checked after uninstalling everything but opencascade-draw and its dependencies : $ DRAWEXE Draw[1]> Draw[2]> pload ALL could not open: FWOSPlugin ; reason: libFWOSPlugin.so: cannot open shared object file: No such file or directory Cannot load Debug Browser library. DFBrowser command is not attached could not open: FWOSPlugin ; reason: libFWOSPlugin.so: cannot open shared object file: No such file or directory 1 Draw[3]> There is no more exception, but libFWOSPlugin.so symlink is missing. I will check whether opencascade-draw should Depends or Recommends a -dev package. > the commands after starting DRAWEXE > axo > box b -10 -10 -10 20 20 20 > > then showed a box this time but i dont know if this is a bug, so i'll > mention it if you dont mind :/ --> > typing "pload all" shows this message instead of the tktoptest error message > > " > Cannot load Debug Browser library. DFBrowser command is not attached > 1 > Draw[6]> > " This is normal, this DFBrowser think comes in upstream tarball as binary only for x86 and is not included in the Debian package, AFAICT it is unused anyway. Thanks for your feedback. Denis -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org