Received: from mail-yh0-f58.google.com ([209.85.213.58]:64706) by stodi.digitalkingdom.org with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80.1) (envelope-from ) id 1XBba7-0007mI-3b for lojban-list-archive@lojban.org; Sun, 27 Jul 2014 20:26:36 -0700 Received: by mail-yh0-f58.google.com with SMTP id i57sf2147485yha.13 for ; Sun, 27 Jul 2014 20:26:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=date:from:to:message-id:in-reply-to:references:subject:mime-version :x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:list-post:list-help:list-archive :sender:list-subscribe:list-unsubscribe:content-type; bh=Z3v3UANF6zh2DNh9I8RMaL/bPsIYmUTD30gwKWdgct8=; b=l/bvjmwbgvBy29QT5DH/vzuEzgEU3ou7U8kkFipSC+i/uvZdmBvgh7RviG43cZXUe8 NHVdp0JG8RKTojreHenOMg2lx+92fBuDtAJKgmDKsII61YMa3E0NHvY39C0SUgb22kqC PHFsrqBlLr9GaEVB4eEDrbK3kw6cqOYrim3RFi2toIgLuEgqbiBkqsSVnorgNk8d+bk8 nsNdCITWEbht4TnwYyV+glVeFK6eOLT075Ehn0M0GjkT0lw6vKODMPQAmNy2EgXBI7iu whs4wS8lEoizfUjHyd5L1hvzSCTDiVZXqJvQZcDz1V7cby5q/OX85EF4hq8/NjIWRh7y aD7A== X-Received: by 10.140.92.225 with SMTP id b88mr705qge.25.1406517988582; Sun, 27 Jul 2014 20:26:28 -0700 (PDT) X-BeenThere: lojban@googlegroups.com Received: by 10.140.93.198 with SMTP id d64ls282336qge.30.gmail; Sun, 27 Jul 2014 20:26:28 -0700 (PDT) X-Received: by 10.236.168.101 with SMTP id j65mr13238695yhl.30.1406517987993; Sun, 27 Jul 2014 20:26:27 -0700 (PDT) Received: from mail-qg0-x236.google.com (mail-qg0-x236.google.com [2607:f8b0:400d:c04::236]) by gmr-mx.google.com with ESMTPS id j43si613058yhh.5.2014.07.27.20.26.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Jul 2014 20:26:27 -0700 (PDT) Received-SPF: pass (google.com: domain of durka42@gmail.com designates 2607:f8b0:400d:c04::236 as permitted sender) client-ip=2607:f8b0:400d:c04::236; Received: by mail-qg0-f54.google.com with SMTP id z60so7905235qgd.41 for ; Sun, 27 Jul 2014 20:26:27 -0700 (PDT) X-Received: by 10.224.43.196 with SMTP id x4mr51917100qae.63.1406517987774; Sun, 27 Jul 2014 20:26:27 -0700 (PDT) Received: from [192.168.1.2] (c-69-249-31-89.hsd1.nj.comcast.net. [69.249.31.89]) by mx.google.com with ESMTPSA id r4sm27182330qah.39.2014.07.27.20.26.25 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 27 Jul 2014 20:26:26 -0700 (PDT) Date: Sun, 27 Jul 2014 23:26:23 -0400 From: Alex Burka To: lojban@googlegroups.com Message-ID: In-Reply-To: References: <69c54739-eed7-4426-a0af-5b40d6705cc3@googlegroups.com> Subject: Re: [lojban] parser-3.0.00 and logflash up on github X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 X-Original-Sender: durka42@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of durka42@gmail.com designates 2607:f8b0:400d:c04::236 as permitted sender) smtp.mail=durka42@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Reply-To: lojban@googlegroups.com Precedence: list Mailing-list: list lojban@googlegroups.com; contact lojban+owners@googlegroups.com List-ID: X-Google-Group-Id: 1004133512417 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Content-Type: multipart/alternative; boundary="53d5c2df_767725ab_19d" X-Spam-Score: -1.9 (-) X-Spam_score: -1.9 X-Spam_score_int: -18 X-Spam_bar: - --53d5c2df_767725ab_19d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I=E2=80=99m assuming you use Windows. I tried this on a Windows 8 virtual m= achine, but it should work on anything older than that... =20 1. Install Free Pascal from here (http://sourceforge.net/projects/freepasca= l/files/Win32/2.6.4/). Below I assume you accepted the default installation= options. 2. Install Git from here (http://git-scm.com/download/win), open up Git Bas= h and run the following commands: git clone https://github.com/lojban/logflash cd logflash /c/FPC/2.6.4/bin/i386-win32/ppcrossx64.exe -Sg lf.pas /c/FPC/2.6.4/bin/i386-win32/ppcrossx64.exe -Sg lf1bldwd.pas ./lf1bldwd ./lf 3. After that, to run LogFlash, open Git Bash and run cd logflash ./lf That last command should start LogFlash! If these instructions work I=E2=80= =99ll add them to the README. There is an alternative using DosBox and Turb= o Pascal (http://turbopascal.eu/install-turbo-pascal-7-windows-8-32bit-64bi= t/), which seems to run a little faster in the end, but it=E2=80=99s tricki= er to build. I can detail it if Free Pascal doesn=E2=80=99t work for you. mu=E2=80=99o mi=E2=80=99e la durka =20 On Sunday, July 27, 2014 at 7:40 AM, MorphemeAddict wrote: > I don't have Linux. Can I still use the program? =20 > =20 > stevo > =20 > =20 > On Sun, Jul 27, 2014 at 1:35 AM, Alex Burka wrote: > > If you=E2=80=99re working on Linux like me, open up a terminal and clon= e the repository: > > =20 > > $ git clone https://github.com/lojban/logflash.git =20 > > $ cd logflash > > =20 > > From there the README.txt file should cover it. Let me know if it is co= nfusing or faulty. > > =20 > > mu=E2=80=99o mi=E2=80=99e la durka > > =20 > > On Sunday, July 27, 2014 at 1:12 AM, MorphemeAddict wrote: > > =20 > > =20 > > =20 > > > I lost my copy of Logflash a couple of computers ago. I've missed it.= =20 > > > Can you walk me through the download? =20 > > > =20 > > > stevo > > > =20 > > > =20 > > > On Sun, Jul 27, 2014 at 12:24 AM, la durka wrote: > > > > I may be duplicating the efforts of others, but I wanted to see if = I could get LogFlash running, mostly as a historical curiosity. I did, thou= gh I had to comment out some of the memory management!* > > > > =20 > > > > The source code I used came from John Cowan's website. Once I got i= t to compile and run, I figured I should put it up in our Github organizati= on for posterity or the enjoyment of others or something. And once I had do= ne that, I figured I might as well put up the old parser as well (which I h= ad previously fiddled with and at one point had running as an IRC bot). The= repositories are: > > > > =20 > > > > https://github.com/lojban/logflash > > > > https://github.com/lojban/cll-parser > > > > =20 > > > > If I've violated someone's copyright, license or wishes by making t= his software available on Github, say the word and I'll take it down. > > > > =20 > > > > mu'o mi'e la durka > > > > =20 > > > > * If someone knows what I should change "release(heaporg);" to, as = opposed to simply commenting it out and presumably introducing a memory lea= k, let me know. > > > > -- =20 > > > > You received this message because you are subscribed to the Google = Groups "lojban" group. > > > > To unsubscribe from this group and stop receiving emails from it, s= end an email to lojban+unsubscribe@googlegroups.com (mailto:lojban+unsubscr= ibe@googlegroups.com). > > > > To post to this group, send email to lojban@googlegroups.com (mailt= o:lojban@googlegroups.com). > > > > Visit this group at http://groups.google.com/group/lojban. > > > > For more options, visit https://groups.google.com/d/optout. > > > =20 > > > -- =20 > > > You received this message because you are subscribed to a topic in th= e Google Groups "lojban" group. > > > To unsubscribe from this topic, visit https://groups.google.com/d/top= ic/lojban/9pjd9pQCDco/unsubscribe. > > > To unsubscribe from this group and all its topics, send an email to l= ojban+unsubscribe@googlegroups.com (mailto:lojban+unsubscribe@googlegroups.= com). > > > =20 > > > To post to this group, send email to lojban@googlegroups.com (mailto:= lojban@googlegroups.com). > > > Visit this group at http://groups.google.com/group/lojban. > > > For more options, visit https://groups.google.com/d/optout. > > =20 > > -- =20 > > You received this message because you are subscribed to the Google Grou= ps "lojban" group. > > To unsubscribe from this group and stop receiving emails from it, send = an email to lojban+unsubscribe@googlegroups.com (mailto:lojban+unsubscribe@= googlegroups.com). > > To post to this group, send email to lojban@googlegroups.com (mailto:lo= jban@googlegroups.com). > > Visit this group at http://groups.google.com/group/lojban. > > For more options, visit https://groups.google.com/d/optout. > =20 > -- =20 > You received this message because you are subscribed to a topic in the Go= ogle Groups "lojban" group. > To unsubscribe from this topic, visit https://groups.google.com/d/topic/l= ojban/9pjd9pQCDco/unsubscribe. > To unsubscribe from this group and all its topics, send an email to lojba= n+unsubscribe@googlegroups.com (mailto:lojban+unsubscribe@googlegroups.com)= . > To post to this group, send email to lojban@googlegroups.com (mailto:lojb= an@googlegroups.com). > Visit this group at http://groups.google.com/group/lojban. > For more options, visit https://groups.google.com/d/optout. --=20 You received this message because you are subscribed to the Google Groups "= lojban" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to lojban+unsubscribe@googlegroups.com. To post to this group, send email to lojban@googlegroups.com. Visit this group at http://groups.google.com/group/lojban. For more options, visit https://groups.google.com/d/optout. --53d5c2df_767725ab_19d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
I=E2=80=99m assuming you use Windows. I tried this on a= Windows 8 virtual machine, but it should work on anything older than that.= ..

1. Install Free Pascal from = h= ere. Below I assume you accepted the default installation options.
2. Install Git from = here, open up Git Bash and run the following commands:
git clone https:= //github.com/lojban/logflash
cd logflash
/c/FPC/2.6.4/bin/i386-win32/ppcros= sx64.exe -Sg lf.pas
/c/FPC/2.6.4/bin/i386-win32/ppcrossx64.exe -Sg lf1bldwd= .pas
./lf1bldwd
./lf
3. After that, to run LogFlash, open Git Bas= h and run
cd logflash
./lf

That last command shoul= d start LogFlash! If these instructions work I=E2=80=99ll add them to the R= EADME. There is an alternative using DosBox and Turbo Pascal, whic= h seems to run a little faster in the end, but it=E2=80=99s trickier to bui= ld. I can detail it if Free Pascal doesn=E2=80=99t work for you.
=
mu=E2=80=99o mi=E2=80=99e la durka
=20

On Sunday, July 27, 2014 at 7:= 40 AM, MorphemeAddict wrote:

I don't have Linux. Can I still use the program?=  

stevo


On Sun, Jul 27, 2014 at 1:35 AM, Alex Burka <= durka42@gmail.com> wrote:
If you= =E2=80=99re working on Linux like me, open up a terminal and clone the repo= sitory:

$ cd logflash

From there the README.txt file = should cover it. Let me know if it is confusing or faulty.
<= br>
mu=E2=80=99o mi=E2=80=99e la durka
=20 =20

On Sunday, July 27, 2014 at 1:12= AM, MorphemeAddict wrote:

I lost my copy of Logflash a couple = of computers ago. I've missed it. 
Can you walk me through the download? 

stevo


On Sun, Jul 27, 2014 at 12:24 AM, la durka &= lt;durka42@gmail.com= > wrote:
I may be duplicating the efforts of others, but I wanted t= o see if I could get LogFlash running, mostly as a historical curiosity. I = did, though I had to comment out some of the memory management!*

The source code I used came from John Cowan's website. Once I got it to com= pile and run, I figured I should put it up in our Github organization for p= osterity or the enjoyment of others or something. And once I had done that,= I figured I might as well put up the old parser as well (which I had previ= ously fiddled with and at one point had running as an IRC bot). The reposit= ories are:

https:= //github.com/lojban/logflash
https://github.com/lojban/cll-parser
If I've violated someone's copyright, license or wishes by making this sof= tware available on Github, say the word and I'll take it down.

mu'o mi'e la durka

* If someone knows what I should change "rele= ase(heaporg);" to, as opposed to simply commenting it out and presumably in= troducing a memory leak, let me know.

--
You received this message because you are subscribed to the Google Groups "= lojban" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to lojban+unsubscribe@googlegroups.com.
To post to this group, send email to lojban@googlegroups.com.
Visit this group at http://groups.google.com/group/lojban.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Goog= le Groups "lojban" group.
To unsubscribe from this topic, visit https://groups.go= ogle.com/d/topic/lojban/9pjd9pQCDco/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lojban+un= subscribe@googlegroups.com.

To post to this group, send email to lojban@googlegroups.com.
Visit this group at http://groups.google.com/group/lojban.
For more options, visit https://groups.google.com/d/optout.
=20 =20 =20 =20
=20

=20

--
You received this message because you are subscribed to the Google Groups "= lojban" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to lojban+unsubscribe@googlegroups.com.
To post to this group, send email to lojban@googlegroups.com.
Visit this group at http://groups.google.com/group/lojban.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Goog= le Groups "lojban" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/l= ojban/9pjd9pQCDco/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lojban+unsubscribe@googlegr= oups.com.
To post to this group, send email to lojban@googlegroups.com.
Visit this group at http:= //groups.google.com/group/lojban.
For more options, visit http= s://groups.google.com/d/optout.
=20 =20 =20 =20 =20

=20

--
You received this message because you are subscribed to the Google Groups &= quot;lojban" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to lojban+unsub= scribe@googlegroups.com.
To post to this group, send email to lojban@googlegroups.com.
Visit this group at http:= //groups.google.com/group/lojban.
For more options, visit http= s://groups.google.com/d/optout.
--53d5c2df_767725ab_19d--