Hi list,

I tried to build cde on

   `.::///+:/-.        --///+//-:``    [email protected]
 `+oooooooooooo:   `+oooooooooooo:    --------------------
/oooo++//ooooo: ooooo+//+ooooo. OS: Raspbian GNU/Linux 12 (bookworm) armv7l
  `+ooooooo:-:oo-  +o+::/ooooooo:     Host: Raspberry Pi 2 Model B Rev 1.1
   `:oooooooo+``    `.oooooooo+-      Kernel: 5.10.103-v7+
     `:++ooo/.        :+ooo+/.`       Uptime: 2 days, 4 mins
        ...`  `.----.` ``..           Packages: 2290 (dpkg)
     .::::-``:::::::::.`-:::-`        Shell: bash 5.2.15
    -:::-`   .:::::::-`  `-:::-       Resolution: 1280x720
   `::.  `.--.`  `` `.---.``.::`      Terminal: /dev/pts/0
       .::::::::`  -::::::::` `       CPU: BCM2835 (4) @ 1.000GHz
 .::` .:::::::::- `::::::::::``::.    Memory: 178MiB / 680MiB
-:::` ::::::::::.  ::::::::::.`:::-
::::  -::::::::.   `-::::::::  ::::
-::-   .-:::-.``....``.-::-.   -::-
 .. ``       .::::::::.     `..`..
   -:::-`   -::::::::::`  .:::::`
   :::::::` -::::::::::` :::::::.
   .:::::::  -::::::::. ::::::::
    `-:::::`   ..--.`   ::::::.
      `...`  `...--..`  `...`
            .::::::::::
             `.-::::-`


First of all, the build wiki needs to be updated to honor configure

I was successful to run

 ./configure --enable-german --enable-french --enable-italian

(I don't need others, I guess jp and gr will work as well)


gencat fails e.g. with

LANG=it_IT.UTF-8 gencat dtpad.cat dtpad.msg || rm -f dtpad.cat
dtpad.msg:102: invalid character: message ignored
dtpad.msg:120: invalid character: message ignored
dtpad.msg:153: invalid character: message ignored



I was able to fix this with adding

$ codeset=utf-8

as first line to all affectes msg and tmsg files.

root@pi2:~/cde-2.5.2/programs/localized/de_DE.UTF-8/msg# head -5  dtpad.msg
$ codeset=utf-8
$ $TOG: dtpad.msg /main/20 1999/09/15 14:19:25 mgreess $
$ *************************************<+>************************************* $ *****************************************************************************
$ **

This might also work on other OS

Best regards.

  Jürgen.




_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to