Announcement

Collapse
No announcement yet.

Open Motif 2.2.3

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Open Motif 2.2.3

    hello,

    I am trying to install Open Motif 2.2.3 as it is required for a separate engineering software that I am trying to run, but continually crashes. When I go to install Open Motif 2.2.3, I follow the configure instructions that were included in the tar.gz package. I received a lex output error that I fixed by installing flex, so that the configure script runs without error. The next thing it says to do is the use the "make" function to compile the packages. When I run this I get a couple errors and several warnings:

    Errors - X11/Xos.h no such file or directory
    - [makestrs.o] Error1
    - [all-recursive] Error1
    Warning: Incompatible implicit declaration of built-in function (several times)

    Can anyone help me out with this?

    Thanks.

    #2
    Re: Open Motif 2.2.3

    the error message says Xos.h is missing.
    Code:
    root@crisps:~# apt-file find Xos.h
    tendra: usr/lib/TenDRA/lib/include/x5/mit.api/X11/Xos.h
    x11proto-core-dev: usr/include/X11/Xos.h
    do you have x11proto-core-dev installed?

    hth
    gnu/linux is not windoze

    Comment


      #3
      Re: Open Motif 2.2.3

      Yes. I found that idea elsewhere and have installed it. That got rid of that error, but is now giving me other X11 errors.

      X11/intrinsic.h
      X11/Shell.h
      X11/extension/Print.h

      Any ideas which package they might be so I don't just keep aimlessly installing packages?

      Thanks again.

      Comment


        #4
        Re: Open Motif 2.2.3

        no other way.
        sorry.
        if instructions for your motif installation don't mention anything, there's no other way.
        Code:
        root@crisps:~# apt-file find X11/Shell.h
        libxt-dev: usr/include/X11/Shell.h
        tendra: usr/lib/TenDRA/lib/include/x5/t.api/X11/Shell.h
        root@crisps:~# apt-file find X11/intrinsic.h
        root@crisps:~# apt-file find X11/extension/Print.h
        so...
        libxt-dev also needs to be installed
        don't know where to look for the other 2 header files, though.
        can't do much more.
        sorry...
        gnu/linux is not windoze

        Comment

        Working...
        X