I've successfully built the latest CDE revision on NetBSD, but the Build
instructions need some updates:

Section 2: Install Packages
===========================

Under NetBSD 7.0 the ast-ksh built is broken, however it can be installed
by issuing :

export PKG_PATH="
ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/6.1/All/";
pkg_add -v ast-ksh
unset PKG_PATH

for 64-bit platform use
ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.0/All/

Section 3: Building Motif
=========================

The patch to the Makefile breaks all other motif builds, and one would
suspect that some might want to use the Motif flavoured variants of VIM or
Emacs for better visual integration. That's why the following patch is
needed after building motif:

cat >> /usr/pkgsrc/mk/motif.buildlink3.mk << EOF
.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/printproto/buildlink3.mk"
EOF

Section 7: Symlinks
===================

On Systems that use the modular-xorg package from pkgsrc instead of
NetBSD's native X11, need to add the following symlink

ln -s /usr/pkg /usr/X11R7

Two more symlinks to the ones listed are needed, else several programs will
not compile:

cd cdesktopenv-code/cde
mkdir -p imports/x11/include
ln -s /usr/X11R7/include/X11 imports/x11/include/
ln -s /usr/pkg/include/Xm imports/x11/include/
ln -s /usr/pkg/include/fontconfig imports/x11/include/
ln -s /usr/pkg/include/freetype2/ft2build.h imports/x11/include/

Now CDE builds properly.

Cheers,
The Hippo
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to