Hi Roger, The default backdrop has been changed to Knit Light as of commit #210a83, so I'm going to close this ticket. Thank you for the report.
Hi Leo, All of the changes necessary to compile on SPARC should now be in git master. Please let me know if you are still having difficulties either building or running CDE.
Hi Roger, The default backdrop has been changed to Knit Light as of commit #210a83, so I'm going close this ticket. Thank you for the report.
Desktop background with graduated fade has odd bar at bottom on large screens.
Hi, I'm sorry to hear that CDE's not working for you. Do you think it is still worthwhile to commit the build fixes I have for SPARC? I'd be willing to look at any backtraces or core dumps if you have them.
I had, but 'make includes' should do that for you, i.e., exports shouldn't exist beforehand but will after running that command. I am concerned the build system might not function properly if it thinks that exports has been updated after the fact because it is all based on timestamps. I certainly don't mean to indicate that you should delete your changes, but perhaps move that directory to a backup location.
Sorry for the delay. Unfortunately, CDE is very sensitive to the proper functioning of ToolTalk because all of its components use it as a form of inter-process communication. Here's what I would recommend: a) Start from a clean build directory (applying the patch but nothing else) Ideally, this would be straight from unpacking the tarball or running 'git clean -dfx' 'git checkout .' if you have cloned the repository. b) Run the following commands in sequence from the CDE directory root: make Makefile.boot...
Sorry for the delay. Unfortunately, CDE is very sensitive to the proper functioning of ToolTalk because all of its components use it as a form of inter-process communication. Here's what I would recommend: a) Start from a clean build directory (applying the patch but nothing else) b) Run the following commands in sequence from the CDE directory root: make Makefile.boot make Makefiles make includes make depend c) Change directory to lib/tt and run 'make 2>&1 | tee build.log' This should be significantly...