Building of dtinfo is not yet activated because it needs some more
testing. If you want to build you can activate it in programs/Imakefile
or you can use the first patch in the attachment.
If you want to install it you can use the second patch. It will prevent
the installer script from some 'missing files' messages.

But these patches shouldn't go into git master at the moment!

Not to forget: For building on Linux you need the package libxaw7-dev
installed (or equivalent name on other Linuxes).


--
Ulrich Wilkens
Email: m...@uwilkens.de




>From 8730d2cc2ccd3fafead427f4aa9ad6979b967e3b Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens <m...@uwilkens.de>
Date: Sun, 14 Oct 2012 22:26:07 +0200
Subject: [PATCH] activation of dtinfo build

---
 cde/programs/Imakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile
index f628ce3..9c199bc 100644
--- a/cde/programs/Imakefile
+++ b/cde/programs/Imakefile
@@ -11,7 +11,7 @@ XCOMM some of these cannot be built on linux yet.
 XCOMM dtksh dtinfo
 #if defined(LinuxArchitecture)
 DTKSHDIR = 
-DTINFODIR = 
+DTINFODIR = dtinfo
 DTCMDIR = dtcm
 DTLOGINDIR = dtlogin
 #elif defined(OpenBSDArchitecture)
@@ -21,7 +21,7 @@ DTCMDIR = dtcm
 DTLOGINDIR = dtlogin
 #elif defined(FreeBSDArchitecture)
 DTKSHDIR = dtksh
-DTINFODIR =
+DTINFODIR = dtinfo
 DTCMDIR = dtcm
 DTLOGINDIR = dtlogin
 #else
-- 
1.7.11.5




>From 984d68f437c92883c34e862272f1aa260353245c Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens <m...@uwilkens.de>
Date: Mon, 15 Oct 2012 09:19:57 +0200
Subject: [PATCH] activation of dtinfo localization files

---
 cde/programs/localized/templates/app-defaults.tmpl | 12 +++++-------
 cde/programs/localized/templates/msg.C.tmpl        |  9 ++++-----
 cde/programs/localized/templates/types.tmpl        | 15 ++++++---------
 3 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/cde/programs/localized/templates/app-defaults.tmpl 
b/cde/programs/localized/templates/app-defaults.tmpl
index 9198b02..06eac96 100644
--- a/cde/programs/localized/templates/app-defaults.tmpl
+++ b/cde/programs/localized/templates/app-defaults.tmpl
@@ -8,11 +8,11 @@ SHELL=/bin/ksh
 .NO_PARALLEL:
 #endif
 
-#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture) || 
defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if defined(OpenBSDArchitecture)
+XCOMM no dtinfo for obsd
 DTINFO=
 #else
-DTINFO="Dtinfo"
+DTINFO= Dtinfo
 #endif
 
 OBJS =  \
@@ -56,8 +56,7 @@ LinkFile(Dtcm.nls,$(CDESRC)/dtcm/dtcm/Dtcm.ad)
 LinkFile(Dtterm.nls,$(CDESRC)/dtterm/Dtterm.ad)
 LinkFile(Dtmail.nls,$(CDESRC)/dtmail/dtmail/Dtmail)
 LinkFile(Dtbuilder.nls,$(CDESRC)/dtappbuilder/src/ab/Dtbuilder.ad)
-#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && 
!defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if !defined(OpenBSDArchitecture)
 LinkFile(Dtinfo.nls,$(CDESRC)/dtinfo/dtinfo/src/Dtinfo)
 #endif
 LinkFile(Dtudcfonted.nls,$(CDESRC)/dtudcfonted/resource/Dtudcfonted)
@@ -80,8 +79,7 @@ DtstyleDescRule(Dtcm,Dtcm)
 DtstyleDescRule(Dtterm,Dtterm)
 DtstyleDescRule(Dtmail,Dtmail)
 DtstyleDescRule(Dtbuilder,Dtbuilder)
-#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && 
!defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if !defined(OpenBSDArchitecture)
 DtstyleDescRule(Dtinfo,Dtinfo)
 #endif
 DtstyleDescRule(Dtudcfonted,Dtudcfonted)
diff --git a/cde/programs/localized/templates/msg.C.tmpl 
b/cde/programs/localized/templates/msg.C.tmpl
index 61f144a..74294ff 100644
--- a/cde/programs/localized/templates/msg.C.tmpl
+++ b/cde/programs/localized/templates/msg.C.tmpl
@@ -8,11 +8,11 @@ SHELL=/bin/ksh
 .NO_PARALLEL:
 #endif
 
-#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture) || 
defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if defined(OpenBSDArchitecture)
+XCOMM no dtinfo for obsd
 DTINFOCATS=
 #else
-DTINFOCATS="dtinfo.cat dtinfo_start.cat"
+DTINFOCATS= dtinfo.cat dtinfo_start.cat
 #endif
 
 
@@ -94,8 +94,7 @@ 
LinkFile(dthelpgen.msg,$(CDESRC)/dthelp/dthelpgen/dthelpgen.msg)
 LinkFile(dthelpprint.msg,$(CDESRC)/dthelp/dthelpprint/dthelpprint.msg)
 LinkFile(dticon.msg,$(CDESRC)/dticon/dticon.msg)
 LinkFile(dtimsstart.msg,$(CDESRC)/dtimsstart/dtimsstart.msg)
-#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && 
!defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if !defined(OpenBSDArchitecture)
 LinkFile(dtinfo.msg,$(CDESRC)/dtinfo/dtinfo/src/dtinfo.msg.updated)
 
LinkFile(dtinfo_start.msg,$(CDESRC)/dtinfo/clients/dtinfo_start/dtinfo_start.msg)
 #endif
diff --git a/cde/programs/localized/templates/types.tmpl 
b/cde/programs/localized/templates/types.tmpl
index 4deea4a..6d28bed 100644
--- a/cde/programs/localized/templates/types.tmpl
+++ b/cde/programs/localized/templates/types.tmpl
@@ -4,11 +4,11 @@ XCOMM $TOG: types.tmpl /main/9 1998/08/05 18:05:45 mgreess $
 SHELL=/bin/ksh
 #endif
 
-#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture) || 
defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if defined(OpenBSDArchitecture)
+XCOMM no dtinfo for obsd
 DTINFODT=
 #else
-DTINFODT="dtinfo.dt"
+DTINFODT= dtinfo.dt
 #endif
 
 OBJS1 =  \
@@ -63,8 +63,7 @@ LinkFile(datatypes.dt.nls,$(CDESRC)/types/datatypes.dt)
 LinkFile(dtappman.dt.nls,$(CDESRC)/types/dtappman.dt)
 LinkFile(dtfile.dt.nls,$(CDESRC)/types/dtfile.dt)
 LinkFile(dtims.dt.nls,$(CDESRC)/types/dtims.dt)
-#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && 
!defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if !defined(OpenBSDArchitecture)
 LinkFile(dtinfo.dt.nls,$(CDESRC)/types/dtinfo.dt)
 #endif
 LinkFile(dtpad.dt.nls,$(CDESRC)/types/dtpad.dt)
@@ -99,8 +98,7 @@ LinkFile(datatypes.dt.tmsg,_common.dt.tmsg)
 LinkFile(dtappman.dt.tmsg,_common.dt.tmsg)
 LinkFile(dtfile.dt.tmsg,_common.dt.tmsg)
 LinkFile(dtims.dt.tmsg,_common.dt.tmsg)
-#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && 
!defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if !defined(OpenBSDArchitecture)
 LinkFile(dtinfo.dt.tmsg,_common.dt.tmsg)
 #endif
 LinkFile(dtpad.dt.tmsg,_common.dt.tmsg)
@@ -134,8 +132,7 @@ DtstyleDescRule(datatypes.dt,datatypes.dt)
 DtstyleDescRule(dtappman.dt,dtappman.dt)
 DtstyleDescRule(dtfile.dt,dtfile.dt)
 DtstyleDescRule(dtims.dt,dtims.dt)
-#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && 
!defined(OpenBSDArchitecture)
-XCOMM no dtinfo for linux/fbsd
+#if !defined(OpenBSDArchitecture)
 DtstyleDescRule(dtinfo.dt,dtinfo.dt)
 #endif
 DtstyleDescRule(dtpad.dt,dtpad.dt)
-- 
1.7.11.5


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to