swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swarm-Support] Re: Support Digest, Vol 46, Issue 5


From: beyier wang
Subject: [Swarm-Support] Re: Support Digest, Vol 46, Issue 5
Date: Fri, 16 May 2008 08:49:45 +0800

please see the article in my blogger to find your answer:
http://hi.baidu.com/83951150/blog/item/8bcdd2fb17cfe261034f568e.html
 
------------------------------------------------------------------------------------------------------------------------

On Fri, May 16, 2008 at 12:00 AM, <address@hidden> wrote:
Send Support mailing list submissions to
       address@hidden

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
       address@hidden

You can reach the person managing the list at
       address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Support digest..."


Today's Topics:

  1. Installing Swarm on Xubuntu 8.04 (Camacho David)
  2. Re: Installing Swarm on Xubuntu 8.04 (Marcus G. Daniels)
  3. Re: Leopard and libtool woes (Marcus G. Daniels)
  4. Re: Installing Swarm on Xubuntu 8.04 (Paul Johnson)
  5. RE: Installing Swarm on Xubuntu 8.04 (Camacho David)


----------------------------------------------------------------------

Message: 1
Date: Thu, 15 May 2008 11:26:57 +0200
From: "Camacho David" <address@hidden>
Subject: [Swarm-Support] Installing Swarm on Xubuntu 8.04
To: <address@hidden>
Message-ID:
       <address@hidden>
Content-Type: text/plain;       charset="iso-8859-1"


Hi All,


I am installing Swarm on Xubuntu following the directions from Jackson Aquino.(B.T.W. thanks!)
Unfortunately, it does not work smoothly in my case:
(I am using an "old" machine in this case, therefore I use Xubuntu which supose to be small version of Ubuntu)
After installing (and reinstalling, all the necessary packages and/or libraries) I try:

  ./configure --disable-jar --without-jdkdir --enable-onefile --with-pic \
       --with-gnu-ld --with-tclincludedir=/usr/include/tcl8.4/ \
       --with-tclscriptdir=/usr/lib/tcl8.4/ --with-tkscriptdir=/usr/lib/tk8.4/ \
       --with-tcl=/usr/lib/tcl8.4/ --with-tk=/usr/lib/tk8.4/

On the tar.ball provided by Paul Johnson, but at the end I get:

checking for tclsh8.4... yes
checking directory of tcl.h... /usr/include/tcl8.4/
checking directory and version of libtcl... /usr/lib, tcl8.4
configure: error: Please use --with-tclscriptdir to specify location of init.tcl

I've checked for the tcl and tk packages, tey are on their place:
/usr/lib/tcl8.4/
/usr/lib/tk8.4/

But I have not any init.tcl file. No where on my system. (I've checked with Beagle)
So I do not know how to obtain the proper file for my system (Intel pentium 4 2.6 Mhz running Xubuntu 8.04) or if it is generated by another like:
/home/david/swarm-2.2.3/src/tclobjc/TclInterp.m

Many thanks for any direction.

David Camacho









------------------------------

Message: 2
Date: Thu, 15 May 2008 07:20:09 -0600
From: "Marcus G. Daniels" <address@hidden>
Subject: Re: [Swarm-Support] Installing Swarm on Xubuntu 8.04
To: Swarm Support <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Camacho David wrote:
> I am installing Swarm on Xubuntu following the directions from Jackson Aquino.(B.T.W. thanks!)
> Unfortunately, it does not work smoothly in my case:
> (I am using an "old" machine in this case, therefore I use Xubuntu which supose to be small version of Ubuntu)
> After installing (and reinstalling, all the necessary packages and/or libraries) I try:
>
>    ./configure --disable-jar --without-jdkdir --enable-onefile --with-pic \
>         --with-gnu-ld --with-tclincludedir=/usr/include/tcl8.4/ \
>       --with-tclscriptdir=/usr/lib/tcl8.4/ --with-tkscriptdir=/usr/lib/tk8.4/ \
>         --with-tcl=/usr/lib/tcl8.4/ --with-tk=/usr/lib/tk8.4/
>
After making sure all of the -devel packages are installed for Tk and
Tcl.  The next thing I'd do is install Tcl and Tk from source code.
Also, I'm not sure that Tcl 8.5 and Tk 8.5 work with Swarm-- I haven't
tested them.

Marcus


------------------------------

Message: 3
Date: Thu, 15 May 2008 07:24:39 -0600
From: "Marcus G. Daniels" <address@hidden>
Subject: Re: [Swarm-Support] Leopard and libtool woes
To: Swarm Support <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Keith Fligg wrote:
> Undefined symbols:
>   "___builtin_avcall", referenced from:
>       _objc_call in fcall_objc.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
This should be defined in avcall/avcall.o (avcall.c).  I would remove
the .o files and the libavcall.la (or "make clean") in avcall/ and try
again.   As far as compilers go, I believe it is necessary on Leopard
(but not Tiger) to compile using the FSF compiler, not Apple's.   The
-fnested-functions thing is a Apple feature, which is why I mention
it.   I'm not sure about FSF compilers distributed with Fink, but they
will probably work.


------------------------------

Message: 4
Date: Thu, 15 May 2008 09:36:36 -0500
From: Paul Johnson <address@hidden>
Subject: Re: [Swarm-Support] Installing Swarm on Xubuntu 8.04
To: Swarm Support <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Camacho David wrote:
> Hi All,
>
>
> I am installing Swarm on Xubuntu following the directions from Jackson Aquino.(B.T.W. thanks!)
> Unfortunately, it does not work smoothly in my case:
> (I am using an "old" machine in this case, therefore I use Xubuntu which supose to be small version of Ubuntu)
> After installing (and reinstalling, all the necessary packages and/or libraries) I try:
>
>    ./configure --disable-jar --without-jdkdir --enable-onefile --with-pic \
>         --with-gnu-ld --with-tclincludedir=/usr/include/tcl8.4/ \
>       --with-tclscriptdir=/usr/lib/tcl8.4/ --with-tkscriptdir=/usr/lib/tk8.4/ \
>         --with-tcl=/usr/lib/tcl8.4/ --with-tk=/usr/lib/tk8.4/
>
> On the tar.ball provided by Paul Johnson, but at the end I get:
>
> checking for tclsh8.4... yes
> checking directory of tcl.h... /usr/include/tcl8.4/
> checking directory and version of libtcl... /usr/lib, tcl8.4
> configure: error: Please use --with-tclscriptdir to specify location of init.tcl
>
> I've checked for the tcl and tk packages, tey are on their place:
> /usr/lib/tcl8.4/
> /usr/lib/tk8.4/
>
> But I have not any init.tcl file. No where on my system. (I've checked with Beagle)

Well, I don't do beagle, but "find /usr -name "init.tcl" does show that,
in Fedora 8, that file is found under /usr/share/tcl8.4/init.tcl, which
comes from this package

tcl-8.4.17-1.fc8

pj

--
Paul E. Johnson                       email: address@hidden
Dept. of Political Science            http://pj.freefaculty.org
1541 Lilac Lane, Rm 504
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66044-3177           FAX: (785) 864-5700


------------------------------

Message: 5
Date: Thu, 15 May 2008 17:38:27 +0200
From: "Camacho David" <address@hidden>
Subject: RE: [Swarm-Support] Installing Swarm on Xubuntu 8.04
To: "Swarm Support" <address@hidden>
Message-ID:
       <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Thanks a lot P.J.

I found the file on:
/usr/share/tcltk/tcl8.4$
( So now I am a bit disappointed of Beagle...maybe I have to learn more on how to use it, but I thought it to be more simple or intuitive)

So, what works for me was:

./configure --disable-jar --without-jdkdir --enable-onefile --with-pic         --with-gnu-ld --with-tclincludedir=/usr/include/tcl8.4/ --with-tclscriptdir=/usr/share/tcltk/tcl8.4  --with-tkscriptdir=/usr/share/tcltk/tk8.4       --with-tcl=/usr/lib/tcl8.4/ --with-tk=/usr/lib/tk8.4/

Many thanks!
David Camacho





-----Original Message-----
From: address@hidden on behalf of Paul Johnson
Sent: Thu 5/15/2008 4:36 PM
To: Swarm Support
Subject: Re: [Swarm-Support] Installing Swarm on Xubuntu 8.04

Camacho David wrote:
> Hi All,
>
>
> I am installing Swarm on Xubuntu following the directions from Jackson Aquino.(B.T.W. thanks!)
> Unfortunately, it does not work smoothly in my case:
> (I am using an "old" machine in this case, therefore I use Xubuntu which supose to be small version of Ubuntu)
> After installing (and reinstalling, all the necessary packages and/or libraries) I try:
>
>    ./configure --disable-jar --without-jdkdir --enable-onefile --with-pic \
>         --with-gnu-ld --with-tclincludedir=/usr/include/tcl8.4/ \
>       --with-tclscriptdir=/usr/lib/tcl8.4/ --with-tkscriptdir=/usr/lib/tk8.4/ \
>         --with-tcl=/usr/lib/tcl8.4/ --with-tk=/usr/lib/tk8.4/
>
> On the tar.ball provided by Paul Johnson, but at the end I get:
>
> checking for tclsh8.4... yes
> checking directory of tcl.h... /usr/include/tcl8.4/
> checking directory and version of libtcl... /usr/lib, tcl8.4
> configure: error: Please use --with-tclscriptdir to specify location of init.tcl
>
> I've checked for the tcl and tk packages, tey are on their place:
> /usr/lib/tcl8.4/
> /usr/lib/tk8.4/
>
> But I have not any init.tcl file. No where on my system. (I've checked with Beagle)

Well, I don't do beagle, but "find /usr -name "init.tcl" does show that,
in Fedora 8, that file is found under /usr/share/tcl8.4/init.tcl, which
comes from this package

tcl-8.4.17-1.fc8

pj

--
Paul E. Johnson                       email: address@hidden
Dept. of Political Science            http://pj.freefaculty.org
1541 Lilac Lane, Rm 504
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66044-3177           FAX: (785) 864-5700
_______________________________________________
Support mailing list
address@hidden
http://www.swarm.org/mailman/listinfo/support

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3861 bytes
Desc: not available
Url : http://www.swarm.org/pipermail/support/attachments/20080515/cd7dffcf/attachment-0001.bin

------------------------------

_______________________________________________
Support mailing list
address@hidden
http://www.swarm.org/mailman/listinfo/support


End of Support Digest, Vol 46, Issue 5
**************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]