################################################################################
#
Packaged on FC5  2007/06
#
# 必要なら ./configure を実行する前にディレクトリーの指定を変更してください
#   packagehelpdir   :htmlヘルプを導入する場所             (現在値は/usr/local/share/gnome/help/gxe)
#   packagepixmapsdir:iconのイメージファイルを導入する場所 (現在値は/usr/local/share/pixmaps/gxe)
# バイナリー導入する場所はconfigureのコマンドラインパラメータで configure --bindir=PATH
#                                                          (現在値は/usr/local/bin)
#
################################################################################
#
#導入手順
#
    tar -zxvf gxe-v.rr.tar.gz    (v.rr : version)
    cd gxe-v.rr
    ./configure
    make
    make install
      以下のバイナリーが導入されます。
        gxe   :エディター,X(GTK) 版
        xe    :エディター,console 版
        xprint:印刷コマンドラインツール
        gxp   :GnomePrint版 xprint
        xfc   :ファイル比較コマンドラインツール
        xdc   :デレクトリー比較コマンドラインツール
      その他は必要に応じてマニュアルで導入してください。

     /usr/local/bin/gxe .

     ? (xe's help command)

xeのマニュアルはdocディレクトリーのxej.docに1ファイルとなっています。

################################################################################
#
#トラブルシューティング
#                導入テスト  --RH9,FC5,Kubuntu6,Ubuntu7,openSUSE10,Vine4,TurbolinuxFUJItrial
#                              Debian4.0r2(2008/01/25)
#
# 必要なパッケージの導入は各ディストリビューションのパッケージマネージャー依存です。
#   vine/Debian ではそれは synaptics(デスクトップ->システム管理->Synapticパッケージ管理)です。
#       (一度データベースのリフレッシュが必要かもしれません; 編集->再ロード)
#
#   コマンドラインから呼び出すのは
#     RedHat    rpm -i ncurses-devel-5.4-7.i686.rpm
#     Ubuntu    apt-get install libc6-dev
#               auto-apt は指定のファイルを含むパーケージ名を探してくれます。
#               ex) auto-apt search "libgnomeprintui*".
#               Auto-apt もまたapt-getで導入が必要かもしれません.
#               Kubuntu6では, apt-get で auto-apt を導入できませんでした.
#               auto-apt.---.deb を web サイトで探して、
#               "dpkg -i ---.deb"で導入しました.
#               一度だけauto-apt updateを実行。
#
#   TurbolinuxFUJI trial version:
#        turboplus がパッケージMgrです
#        licence updated が必要なようです。
#
##(A) configure
    (1) no acceptable C compiler found in $PATH
        ===> install gcc
    (1-1) crt1.o no such file   (Debian 4.0)
        ===> install libglib2.0-dev
    (2) ncurses.h not found.
        ===> install ncurses-develop.
    (3) cups/cups.h not found.
        ===> install cups-devel
    (4) No package libgnomeui-2.0 found
        No package gnome-vfs-module-2.0 found
        No package libgnomeprint-2.2 found
        ===> install libgnomeui-devel
             install libgnomeprint-devel
        (mutual dependency may start another package instalation)
##(B) make
    (1) "term.h" not found
        ===> install ncurses-develop.
    (2) Cannot find the librarly libssl (On TurbolinuxFUJI trial version)
        ===> install openssp
    (3) Cannot find the librarly libpopt.la
        ===> install popt from ftp site
    (4) X error'BadDevice invalid or uninitialized device 168  (Ubuntu-7)
        :        major 145 .. minor 3 resource 0x00
        Failed to open Device
        ===> /etc/X11/xorg.conf was changed.

        Following lines are comment out

        ##Section "InputDevice"
        ##  Driver        "wacom"
        ##  Identifier    "stylus"
        ##  Option        "Device"        "/dev/wacom"          # Change to
        ##                                                      # /dev/input/event
        ##                                                      # for USB
        ##  Option        "Type"          "stylus"
        ##  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
        ##EndSection

        ##Section "InputDevice"
        ##  Driver        "wacom"
        ##  Identifier    "eraser"
        ##  Option        "Device"        "/dev/wacom"          # Change to
        ##                                                      # /dev/input/event
        ##                                                      # for USB
        ##  Option        "Type"          "eraser"
        ##  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
        ##EndSection

        ##Section "InputDevice"
        ##  Driver        "wacom"
        ##  Identifier    "cursor"
        ##  Option        "Device"        "/dev/wacom"          # Change to
        ##                                                      # /dev/input/event
        ##                                                      # for USB
        ##  Option        "Type"          "cursor"
        ##  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
        ##EndSection

                And in Section "ServerLayout"

        ##    InputDevice     "stylus" "SendCoreEvents"
        ##    InputDevice     "cursor" "SendCoreEvents"
        ##    InputDevice     "eraser" "SendCoreEvents"
    (5) /bin/sh' /usr/bin/esd: not found (Ubuntu-7)
        ===> install esound
##(C) execution
    (1)  WARNING **:Could'nt find pixmap file gxe/wxe.png
        ===> do "make install" by root user

    (2) WARNING **: IPP request failed with status 1030
        ===> setup printer. Add any supported printer type even if you have not it.

    (3) WARNING **: IPP request failed with status 1280
        ===> start service cups.
    (4) ??? xe:serach for gnome-terminal by "which" cmd failed ???
        ===> This is not err if  "xe: use konsole for shell terminal" is followed.
            else install gnome-terminal or konsole.
    (5) Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG)
        ===> Ignore.
             (imlib call gdk_property_get with length=MAX_INT,callee issue warning length+3>G_MAXLONG,then use G_MAXLONG as length.)

    (6) WARNING **: failed request with status 200
        ===> Ignore.
             I donot know why but may be not harmfull.
    (7) GnomePrintCupsPlugin-WARNING **: failed iconv dose not support ppd character encoding: ISOLatin1, trying CSISOLatin1
        ===> Ignore.
             I donot know why but may be not harmfull.
    (8) WARNING ***: Owner of /tmp/xx-username is not the current user
                     Failed to initialize Panel Agent!
        ===> You changed UID number. Delete displayed directory
             and /tmp/scim-panel-socket-username... of old UID.
    (9) GnomePrint-CRITICAL ... assertion face != NULL failed
        ===> This means font face name(Bold/Italic ..) is missing.
             "Regular" is inserted after once change Print Font and Screen Font and save(normal exit).
             Note) xe use screen font to printScr.
    (10) xe help command fail
         (default action not defined for MIME type text/html
          On gnome desktop,it is defined in /usr/share/mime-info/gnome-vfs-keys.)
        ===> install desktop-file-utils
             /usr/share/applications/defaults.list-->/etc/gnome/defaults.list is installed.
    (11) Gtk WARNING : Cannot open display   (Debian 4.0 when started from console)
        ===> execute once `xhost +local:username`    (username is your user-id)
             (check also environment variable DISPLAY=)