[Swarm-Support] Prblems encountered when Installing swarm -2.2 on Ubuntu 5.1 solved

benutzer benutzer at 163.com
Fri Apr 14 13:02:46 EDT 2006


 Hi, Jakson,



Thank you for your reply. I have followed your advice and that web page
have helped me successfully compile swarm-2.2 on my Ubuntu 5.1. Now I
know before compiling, I have to have the following packages on my
computer first:



gobj

emacs21

gperf

blt-dev

libxpm-dev

libpng12-dev, and

libhdf5-serial-dev



and of course their required packages also a must. jdk is optional. It
is worth note that there may be some conflicting packages exist (I ever
tried to install deb package of swarm-2.1.1 and it always prompts me
errors when I compile the sample programs. Its installation has
required to install these conflicting packages.)and this could lead to
compiling error. I have one such problem and it confused me quite much
in the previous couple of days. But I have synaptic and after the
remove of a few installed packages it helped me fix it.



I did not use the cvs version of swarm-2.2. I only compiled the
official one. After commenting that line in mframe.m and correcting the
conflicting package problem, make does its work finally. I do not know
much about cvs and so I did not get one and compile it successfully. I
tried to copy downloaded cvs files to cover the official one's old
files. But during the compiling, it just prompts me that automake-1.9
is needed and even I got the automake-1.9 installed, it still tells
that. I think I will need to know more about cvs and see if it's the
automake's problem.



Thanks again for your kind help.



Jerry

      
-----ԭʼÓʼþ-----
·¢¼þÈË:support-request at swarm.org
·¢ËÍʱ¼ä:2006-04-12 00:13:28
ÊÕ¼þÈË:support at swarm.org
³­ËÍ:(ÎÞ)
Ö÷Ìâ:Support Digest, Vol 22, Issue 3


From: support-request at swarm.org
To: support at swarm.org
Date: Wed, 12 Apr 2006 00:13:28 +0800 (CST)
Subject: Support Digest, Vol 22, Issue 3



> 
> Send Support mailing list submissions to
> 	support at swarm.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.swarm.org/mailman/listinfo/support
> or, via email, send a message with subject or body 'help' to
> 	support-request at swarm.org
> 
> You can reach the person managing the list at
> 	support-owner at swarm.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Support digest..."
> 
> 
> Today's Topics:
> 
>    1. xpm-4.2 package problem encountered insta lling swarm-2.2 on
>       Ubuntu (benutzer)
>    2. Re: xpm-4.2 package problem encountered insta lling	swarm-2.2
>       on Ubuntu (Jakson A. Aquino)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 11 Apr 2006 00:57:24 +0800 (CST)
> From: "benutzer" 
> Subject: [Swarm-Support] xpm-4.2 package problem encountered insta
> 	lling swarm-2.2 on Ubuntu
> To: support at swarm.org
> Message-ID: <443A8E74.0000E3.15227 at bj163app27.163.com>
> Content-Type: text/plain; charset="gb2312"
> 
> Hello,
> 
> 
> 
> I just got a problem while installing swarm-2.2 on my Ubuntu. 
> 
> 
> 
> I downloaded the swarm src tar ball on /pub/swarm/src/swarm. Detar it under my
> 
> home directory and run
> 
> 
> 
> cd
> 
> cd swarm-2.2
> 
> ./configure
> 
> 
> 
> it then prompts me that
> 
> 
> 
> checking directory of libXpm... /usr/lib
> 
> configure: error: Please use --with-xpmlibdir to specify location of XPM.
> 
> 
> 
> Does that mean I still need to install xpm-4.2? I searched the web and could
> 
> only find xpm-3.4k.tar.gz. I downloaded the tar ball but could not install it
> 
> either after I edited the Imakefile as it says. Could anyone tell me where I
> 
> can get xpm-4.2? Is there a deb package available for it?
> 
> 
> 
> Thanks so much.
> 
> 
> 
> Jerry Li   
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://www.swarm.org/pipermail/support/attachments/20060411/f1a9d35a/attachment-0001.htm
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 10 Apr 2006 18:33:10 +0000
> From: "Jakson A. Aquino" 
> Subject: Re: [Swarm-Support] xpm-4.2 package problem encountered insta
> 	lling	swarm-2.2 on Ubuntu
> To: "Swarm Support" 
> Message-ID:
> 	<58b046340604101133w3972d6b4tdc125bb94ff757fb at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
> 
> Hi,
> 
> I have some tips on how to install swarm (Objective-C) on
> Debian that might be useful to you:
> 
> http://distante.dyndns.org:8280/swarm.en.html
> 
> I think that Ubuntu (since it's derived from Debian) doesn't
> install libXpm where swarm expects to find it, but there is
> no need of installing from source any of swarm dependencies.
> The Debian repositories (and, I think, the Ubuntu Universe)
> have packages of all dependencies.
> 
> Regarding the libxpm, you can use the command
> "dpkg -L libxpm-dev" to find where the library is.
> 
> I hope that this help...
> 
> Jakson
> 
> 
> 
> 2006/4/10, benutzer :
> > Hello,
> >
> >
> >
> > I just got a problem while installing swarm-2.2 on my Ubuntu.
> >
> >
> >
> > I downloaded the swarm src tar ball on /pub/swarm/src/swarm. Detar it under
> > my
> >
> > home directory and run
> >
> >
> >
> > cd
> >
> > cd swarm-2.2
> >
> > ./configure
> >
> >
> >
> > it then prompts me that
> >
> >
> >
> > checking directory of libXpm... /usr/lib
> >
> > configure: error: Please use --with-xpmlibdir to specify location of XPM.
> >
> >
> >
> > Does that mean I still need to install xpm-4.2? I searched the web and could
> >
> > only find xpm-3.4k.tar.gz. I downloaded the tar ball but could not install
> > it
> >
> > either after I edited the Imakefile as it says. Could anyone tell me where I
> >
> > can get xpm-4.2? Is there a deb package available for it?
> >
> >
> >
> > Thanks so much.
> >
> >
> >
> > Jerry Li
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Support mailing list
> Support at swarm.org
> http://www.swarm.org/mailman/listinfo/support
> 
> 
> End of Support Digest, Vol 22, Issue 3
> **************************************
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.swarm.org/pipermail/support/attachments/20060415/25be048b/attachment-0001.htm


More information about the Support mailing list