On 02/02/2014 02:41 AM, Darrell Anderson wrote:
(1) There is no documentation available for /quanta/index.html
I have a handbook on my system.
Are you building tdewebdev with cmake or automake? cmake conversion never was completed. If you look at the top level CMakeLists.txt in tdewebdev you'll notice there is no configuration instruction to build docs and in the doc directory there is no CMakeLists.txt. IOW, no docs will be built if you use cmake.
OOOhhh...
msg "Starting cmake..." cmake ${srcdir}/${pkgname#*-} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=${TDEDIR} \ -DBUILD_ALL=ON
will have to fix that... Is that also the library problem?
(2) below:
01:37 valhalla:~> cat $TDEHOME/share/apps/quanta/plugins.rc cat: /home/david/.trinity/share/apps/quanta/plugins.rc: No such file or directory
Interesting. I wonder then what caused the dialog to appear, but if you are building with cmake then that might be the cause. As the cmake conversion is incomplete then other things might break too.
<snip>
I don't know why I don't have a local copy. Perhaps none needed?
To my knowledge, a user copy is not necessary or created when the environment matches the global plugins.rc file.
Darrell
will rebuild with autofoo and report back.