swarm-support
[Top][All Lists]
Advanced

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

Re: swarm-2002-05-14 compilation error


From: Jan Peters
Subject: Re: swarm-2002-05-14 compilation error
Date: Tue, 27 Aug 2002 23:55:44 +0200
User-agent: KMail/1.4.1

Hello,

sorry, the hack did not work with gcc 3.2, I am  still encountering these 
errors. I will now install gcc 3.0.4.

But thanks for the suggestion

Jan

> You could do a useful service for me and the Hive in general if you
> would hack one part of the swarm source and then compile/install swarm,
> and then let me know if it works.
>
> The part you need to hack is this one line in Swarm's file interface.el.
> You need to insert the semicolon before the line
> (load-dispatch-hash-table protocol phase ht).
>
>
> This change is equivalient to reversing this patch:
>
>
> *** interface.el-original     Sun Jul  8 19:22:33 2001
> --- interface.el      Sun Jul  8 19:22:56 2001
> ***************
> *** 625,631 ****
>
>    (defun create-dispatch-hash-table (protocol phase)
>      (let ((ht (make-hash-table)))
> !     ;(load-dispatch-hash-table protocol phase ht)
>        ht))
>
>    (defun c-objc-type (type)
> --- 625,631 ----
>
>    (defun create-dispatch-hash-table (protocol phase)
>      (let ((ht (make-hash-table)))
> !     (load-dispatch-hash-table protocol phase ht)
>        ht))
>
>    (defun c-objc-type (type)


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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