From ptolemy-hackers-owner Mon May 15 17:50:53 1995 Received: (majordom at localhost) by dewitt. eecs berkeley edu (8.6.10/8.6.4) id RAA29981 for ptolemy-hackers-outgoing at dewitt; Mon, 15 May 1995 17:40:36 -0700 Received: from markov. eecs berkeley edu (markov. eecs berkeley edu [128.32.240.62]) by dewitt. eecs berkeley edu (8.6.10/8.6.4) with ESMTP id RAA29976 for ; Mon, 15 May 1995 17:40:31 -0700 Received: from sangam.ncst.ernet.in (sangam.ncst.ernet.in [144.16.11.1]) by markov. eecs berkeley edu (8.6.10/8.6.4) with ESMTP id RAA14255; Mon, 15 May 1995 17:40:26 -0700 Received: from gmrt.UUCP (uucp at localhost) by sangam.ncst.ernet.in (8.6.12/8.6.6) with UUCP id BAA18840; Tue, 16 May 1995 01:50:12 +0530 Received: from rohini.gmrt.ernet.in by gmrt.ernet.in (4.1/SMI-4.1) id AA02695; Tue, 16 May 95 01:17:46 IST Date: Tue, 16 May 95 01:17:46 IST From: izhak at gmrt.ernet.in (S. Izhak) Message-Id: <9505151947.AA02695 at gmrt.ernet.in> Received: by rohini.gmrt.ernet.in (4.1/SMI-4.1) id AA01200; Tue, 16 May 95 01:17:24 IST To: ptolemy-hackers at markov. eecs berkeley edu, Christopher Hylands In-Reply-To: <199505121754.KAA21159 at markov. eecs berkeley edu> > >The real workaround would be to edit the code that calls make and have >it call gmake instead. I think pigilib/pigiLoader.cc might be the >place to start. > >Hope this helps > >-Christopher >-------- Sender: owner-ptolemy-hackers at dewitt. eecs berkeley edu Precedence: bulk Thanks. I could not locate pigiLib/pigiLoader.cc, so used a link. By the way, I didn't find the octools and vem source in pt-0.5.1.src.tar and pt-0.5.1.other.src.tar. The install.ps says that it needs to obtained seperately, but does not mention in which file. Could you tell me which tar file contains it ? thanks again, izhak PS : Has anybody has coded (stars) common adaptive signal processing algos like nlms, rls, rrls, ... (i am aware that LMS stars exists in DSP palette)? Few of us were planning to make stars of the same for these and more, so I was wondering whether it will be of interest to other ptolemy users. ---------------------------------------------------------------------------- Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: ptolemy-hackers-request at ptolemy eecs berkeley edu From ptolemy-hackers-owner Mon May 15 19:02:41 1995 Received: (majordom at localhost) by dewitt. eecs berkeley edu (8.6.10/8.6.4) id SAA00569 for ptolemy-hackers-outgoing at dewitt; Mon, 15 May 1995 18:58:01 -0700 Received: from markov. eecs berkeley edu (markov. eecs berkeley edu [128.32.240.62]) by dewitt. eecs berkeley edu (8.6.10/8.6.4) with ESMTP id SAA00561 for ; Mon, 15 May 1995 18:57:57 -0700 Received: from dewitt. eecs berkeley edu (dewitt. eecs berkeley edu [128.32.240.53]) by markov. eecs berkeley edu (8.6.10/8.6.4) with ESMTP id SAA14741 for ; Mon, 15 May 1995 18:57:56 -0700 Received: from mho eecs berkeley edu (localhost [127.0.0.1]) by dewitt. eecs berkeley edu (8.6.10/8.6.4) with ESMTP id SAA00557; Mon, 15 May 1995 18:57:38 -0700 Message-Id: <199505160157.SAA00557 at dewitt. eecs berkeley edu> To: izhak at gmrt.ernet.in (S. Izhak) cc: ptolemy-hackers at markov. eecs berkeley edu, Christopher Hylands In-reply-to: Your message of Tue, 16 May 1995 01:17:46 +0700. <9505151947.AA02695 at gmrt.ernet.in> Date: Mon, 15 May 1995 18:57:36 -0700 From: Christopher Hylands Sender: owner-ptolemy-hackers at dewitt. eecs berkeley edu Precedence: bulk > Thanks. I could not locate pigiLib/pigiLoader.cc, so used a link. By > the way, I didn't find the octools and vem source in pt-0.5.1.src.tar > and pt-0.5.1.other.src.tar. The install.ps says that it needs to > obtained seperately, but does not mention in which file. Could you > tell me which tar file contains it ? One trickyness to Ptolemy is that the different ptolemy/obj.$ARCH directories share a common ptolemy/src/ tree. So, there is no pigiLoader.cc file in ptolemy/obj.$ARCH/pigiloader, but there is one in ptolemy/src/pigiloader. We use the make VPATH facility to find the right files. BTW - pigiLoader.cc is for sure on the ptolemy ftp site in pub/ptolemy/ptolemy0.5.2/pt-0.5.2.src.tar.gz: cxh at messier 11% gtar -ztvf pt-0.5.2.src.tar.gz | grep pigiLoader -r--r--r-- ptolemy/ptpriv 14498 Apr 20 21:04 1995 ptolemy/src/pigilib/pigiLoader.cc -r--r--r-- ptolemy/ptpriv 1993 Mar 2 19:59 1995 ptolemy/src/pigilib/pigiLoader.h The octtools sources are in pub/ptolemy/ptolemy0.5.2/pt-0.5.2.other.src.tar.gz The INSTALL_0.5.2 file in that directory says: -start- The other.src tar file includes sources to a subset of octtools (including vem), tcl/tk and xv. If you wish to rebuild Ptolemy completely from source, then you will need this tar file. Alternatively, you may be able to use the octtools libraries from a binary tar file. e. If you are planning on porting Ptolemy, and you are really short on disk space, and you already have tcl/tk (comes with most Linux installations) then you can download pt-0.5.2.oct.src.tar.gz instead of pt-0.5.2.other.src.tar.gz. Note that as of 0.5.2, this file has not been tested. -end-- We could certainly make it clearer in the docs so that it says that either you have to download a binary tar file or get other.src and build it. > PS : Has anybody has coded (stars) common adaptive signal processing > algos like nlms, rls, rrls, ... (i am aware that LMS stars exists in > DSP palette)? Few of us were planning to make stars of the same for > these and more, so I was wondering whether it will be of interest to > other ptolemy users. This sounds like a good idea, if you get stars together we can attempt to include them like we have the src/domains/sdf/contrib stars. Good stars should have good documentation, good demos and, ideally, some tests. If you get some stars you would like to contribute, let me know. -Christopher ---------------------------------------------------------------------------- Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: ptolemy-hackers-request at ptolemy eecs berkeley edu From ptolemy-hackers-owner Mon May 15 19:29:47 1995 Received: (majordom at localhost) by dewitt. eecs berkeley edu (8.6.10/8.6.4) id TAA00678 for ptolemy-hackers-outgoing at dewitt; Mon, 15 May 1995 19:26:34 -0700 Received: from foucault. eecs berkeley edu (foucault. eecs berkeley edu [128.32.240.127]) by dewitt. eecs berkeley edu (8.6.10/8.6.4) with ESMTP id TAA00672 for ; Mon, 15 May 1995 19:26:31 -0700 Received: from mho eecs berkeley edu (localhost [127.0.0.1]) by foucault. eecs berkeley edu (8.6.10/8.6.4) with ESMTP id TAA11892; Mon, 15 May 1995 19:25:44 -0700 Message-Id: <199505160225.TAA11892 at foucault. eecs berkeley edu> To: izhak at gmrt.ernet.in (S. Izhak) Cc: ptolemy-hackers at foucault. eecs berkeley edu In-reply-to: Your message of Tue, 16 May 1995 01:17:46 +0700. <9505151947.AA02695 at gmrt.ernet.in> Date: Mon, 15 May 1995 19:25:43 -0700 From: "Edward A. Lee" Sender: owner-ptolemy-hackers at dewitt. eecs berkeley edu Precedence: bulk S. Izhak writes: >PS : Has anybody has coded (stars) common adaptive signal processing >algos like nlms, rls, rrls, ... (i am aware that LMS stars exists in >DSP palette)? Few of us were planning to make stars of the same for >these and more, so I was wondering whether it will be of interest to >other ptolemy users. I would certainly be interested, and am willing to do the work to install and test them, if you are willing to contribute them to the next release. Edward ---------------------------------------------------------------------------- Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: ptolemy-hackers-request at ptolemy eecs berkeley edu From ptolemy-hackers-owner Tue May 16 05:07:30 1995 Received: (majordom at localhost) by dewitt. eecs berkeley edu (8.6.10/8.6.4) id FAA01705 for ptolemy-hackers-outgoing at dewitt; Tue, 16 May 1995 05:04:40 -0700 Received: from mug1.gumbeers.elka.pg.gda.pl ([153.19.55.65]) by dewitt. eecs berkeley edu (8.6.10/8.6.4) with SMTP id FAA01699 for ; Tue, 16 May 1995 05:04:32 -0700 Received: by mug1.gumbeers.elka.pg.gda.pl (5.65/DEC-Ultrix/4.3) id AA28708; Tue, 16 May 1995 14:04:13 +0200 Date: Tue, 16 May 1995 14:04:12 +0200 (MET DST) From: Jaros/law Majewski To: "ptol-hack.dew" Subject: Error in compile sproct Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ptolemy-hackers at dewitt. eecs berkeley edu Precedence: bulk Could you tell me, please, what I have to do to compile sproct . I have trouble with "/bin/sh: makemakefile: not found". ---------------------------------------------------------------------------- Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: ptolemy-hackers-request at ptolemy eecs berkeley edu