LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error: M*tif has not been found (https://www.linuxquestions.org/questions/linux-newbie-8/error-m%2Atif-has-not-been-found-771735/)

sonu kumar 11-26-2009 10:51 AM

error: M*tif has not been found
 
hi everybody,

i tried to install xmgrace in SLED 11.0 x86_64 OS.

"zypper install grace" shows that xmgrace is not available in the repo.

zypper install grace

Loading repository data...
Reading installed packages...
'grace' not found.
Resolving package dependencies...
Nothing to do.
hcg:/home/hcg/Desktop/opium-v3.5-src/testdir/params #

zypper install xmgrace

Loading repository data...
Reading installed packages...
'xmgrace' not found.
Resolving package dependencies...
Nothing to do.


so i downloaded a tar file of xmgarce grace-5.1.14.tar.gz from

ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/.

But when i use ./configure script, it gives following error:

checking for XpmCreatePixmapFromData in -lXpm... yes
checking for xpm.h... no
checking for X11/xpm.h... yes
checking for a Motif >= 1002 compatible API... no
configure: error: M*tif has not been found
.

I checked the forum,found a thread

http://www.linuxquestions.org/questi...ight=Motif+API,

but rpm for 32 bit are there, which are openmotif-2.3.0-0.3.fc10.ccrma.i386.rpm
openmotif-devel-2.3.0-0.3.fc10.ccrma.i386.rpm.

But i want(i suppose) for 64 bit, am i right?

From where should i try to get Motif libraries etc.

thanks in advance

regards

sk

ozanbaba 11-26-2009 11:31 AM

Quote:

Originally Posted by sonu kumar (Post 3770458)
hi everybody,
but rpm for 32 bit are there, which are openmotif-2.3.0-0.3.fc10.ccrma.i386.rpm
openmotif-devel-2.3.0-0.3.fc10.ccrma.i386.rpm.

But i want(i suppose) for 64 bit, am i right?
sk

yes you need 64 bit libraries for 64 bit program compiles.

for LGPL http://lesstif.sourceforge.net/
for OpenMotif http://www.openmotif.org/filebrowser...otif/2.3/2.3.2

last one has rpms, too.

knudfl 11-26-2009 11:52 AM

Suse 11 SLED :

The Search option is : zypper se

# zypper se motif
.. replies : openmotif-devel

# zypper se grace
.. .. .. .. xmgrace

# zypper in openmotif-devel xmgrace
.. will install the packages, if you have a Suse account.
Else you can use the open suse = oss.repo's
http://www.linuxquestions.org/questi...79/highlight#7
The repo files are attached to post # 7 and # 9.
.....

sonu kumar 11-27-2009 04:18 AM

Quote:

Originally Posted by knudfl (Post 3770488)
Suse 11 SLED :

The Search option is : zypper se

# zypper se motif
.. replies : openmotif-devel

# zypper se grace
.. .. .. .. xmgrace

# zypper in openmotif-devel xmgrace
.. will install the packages, if you have a Suse account.
Else you can use the open suse = oss.repo's
http://www.linuxquestions.org/questi...79/highlight#7
The repo files are attached to post # 7 and # 9.
.....


Hi everybody,

i used the above said commands and get following :

hcg:/home/hcg/Desktop # zypper se motif
Loading repository data...
Reading installed packages...

S | Name | Summary | Type
--+----------------------------------+------------------------------+-----------
| 64bit-openmotif22-libs | 64bit version of openmotif-> | patch
i | dbgsp0-openmotif22-devel | Recommended update for Ope-> | patch
| openmotif | Open Motif | srcpackage
i | openmotif-debuginfo | Debug information for pack-> | package
i | openmotif-debugsource | Debug sources for package -> | package
i | openmotif-libs | Open Motif Runtime Libraries | package
i | openmotif-libs-32bit | Open Motif Runtime Libraries | package
| openmotif22-libs | Open Motif 2.2.4 Libraries | package
| openmotif22-libs | Open Motif 2.2.4 Libraries | srcpackage
| openmotif22-libs | openmotif22-libs: Motif ap-> | patch
| openmotif22-libs-32bit | Open Motif 2.2.4 Libraries | package
i | openmotif22-libs-debuginfo | Debug information for pack-> | package
i | openmotif22-libs-debuginfo-32bit | Debug information for pack-> | package
i | openmotif22-libs-debugsource | Debug sources for package -> | package
| sledsp0-openmotif22-devel | Recommended update for Ope-> | patch



# zypper se grace
Loading repository data...
Reading installed packages...
no grace packages found.



which means open motif stuff is there, but grace is not there, so i just downloaded the grace from

http://rpm.pbone.net/index.php3/stat...86_64.rpm.html

and then cheched....

zypper se grace
Loading repository data...
Reading installed packages...

S | Name | Summary | Type
--+---------+--------------------------------------------------------+--------
i | xmgrace | A 2D-Plot-Program for Visualisation of Scientific Data | package


and further checked grace by plotting graphs and things like this...

e.g :~/Desktop/opium-v3.5-src/testdir/params> ./../../opium c.param c.log plot wa

gives nice graph of functions.

So it is done.....so credit goes to all of you.

Thank You very much.

Sk


also on thing , i tried many grace versions from ftp://plasma-gate.weizmann.ac.il/pub/grace/src/

They all have same "motif not found" problem.


All times are GMT -5. The time now is 11:09 AM.