When I try to build CDE on OpenBSD 5.9 using the build instructions in the wiki (https://sourceforge.net/p/cdesktopenv/wiki/OpenBSDBuild/) I get these error messages regarding dtlogin after I do a ‘make World’:
making Makefiles in programs/dtlogin...
*** Parse error in /root/cdesktopenv-code/cde/programs/dtlogin: Unassociated shell command " DEFINES = $(DTDEFINES) -DXDMCP" (Makefile:776)
cleaning in programs/dtlogin...
*** Parse error in /root/cdesktopenv-code/cde/programs/dtlogin: Unassociated shell command " DEFINES = $(DTDEFINES) -DXDMCP" (Makefile:776)
—
None of the CDE packages are built.
This happened because of #52, particularly
https://sourceforge.net/p/cdesktopenv/code/ci/ced27aa1f69a7c41bdf67f8d39f786899947aa26/
This should fix it.
I've applied this to git. Please send patches to the mailing list in the future :)
Thanks for the fix!