Openmotif on freeBSD

Hello,

This is my first post, and i'm so happy to join you through this forum ;)

I want to install openmotif (mtw) how can i do that in freebsd platform ?

Thanks
 
% cd /usr/ports/x11-toolkits/open-motif
% su (change to root)
# make install clean
# ^D
% rehash

That assumes you have a reasonably up-to-date ports tree installed.
 
Hi guys,

I get some error message when i excute :
# make install clean
I assume that my wireless dial (LG-LDU-800) isn't configured for an internet access. but this is not a big problem because i have precompiled open-motif package in freebsd dvd.

dear DrJ how i can launch open-motif ? actually i use $ startx mwm but i get a numerous errors ?

Thanks
 
Without the errors, it's hard to tell what the problem is.

Also, mwm is not openmotif. mwm is a window manager that uses motif. There is a disctinction there.

Adam
 
adamk said:
Without the errors, it's hard to tell what the problem is.

Also, mwm is not openmotif. mwm is a window manager that uses motif. There is a disctinction there.

Adam

Ok, but after adding openmotif toolkit package i can able to find a mwm in /usr/X11R6/bin ! my principal aim is to launch openmotif. how ???:(

Thanks
 
openmotif is not an application that you launch. It is a GUI toolkit that you can use to write/run other applications.
 
That's right. I use it as a dependency to the plotting program "grace". To me it feels really archaic; I wish they would switch to either qt or gtk, but oh well...
 
Back
Top