Package: inventor-demo Version: 2.1.5-10-3 Severity: normal I'm describing situation in /usr/share/doc/inventor-demo/src/apps/examples/data/, so the paths in other directories may need some adjustment.
Code in examples refers to /usr/share/src/Inventor/examples/data/, but there's no such directory. The "less incorrect" path would be /usr/share/doc/inventor-demo/src/apps/examples/data/, but the data files are compressed there. The correct path is ../../data - the expected way of using the examples is copying them to local directory, gunziping everything, then running. To fix it quickly just run in the source directory: $ perl -i -ple 's!/usr/share/src/Inventor/examples/!../../!' *.c++ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]