From owner-freebsd-questions@FreeBSD.ORG Tue Jun 18 11:40:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 09FEDFDC; Tue, 18 Jun 2013 11:40:41 +0000 (UTC) (envelope-from paul-freebsd@fletchermoorland.co.uk) Received: from hydra.fletchermoorland.co.uk (78-33-207-170.static.enta.net [78.33.207.170]) by mx1.freebsd.org (Postfix) with ESMTP id A3F5E11BB; Tue, 18 Jun 2013 11:40:39 +0000 (UTC) Received: from demophon.fletchermoorland.co.uk ([192.168.0.112]) by hydra.fletchermoorland.co.uk (8.14.3/8.14.3) with ESMTP id r5IBVBZt068367; Tue, 18 Jun 2013 12:31:12 +0100 (BST) (envelope-from paul-freebsd@fletchermoorland.co.uk) Message-ID: <51C044FF.6030902@fletchermoorland.co.uk> Date: Tue, 18 Jun 2013 12:31:11 +0100 From: Paul Wootton User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120530 Thunderbird/12.0.1 MIME-Version: 1.0 To: Chris Maness Subject: Re: Any BASIC Gurus around? References: <51BF4CF2.4060403@FreeBSD.org> <51BF6622.7050209@FreeBSD.org> In-Reply-To: <51BF6622.7050209@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.9 required=7.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on hydra.fletchermoorland.co.uk Cc: glarkin@freebsd.org, "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 11:40:41 -0000 On 06/17/13 20:40, Greg Larkin wrote: > Hi Chris, > > I prepared a new patch that incorporates my fixes, yours and > Michael's. I found the coredump - multiple missing right parens on > line 1170. Then I ran into another problem on line 430 and made an > educated guess with the fix. > > The new patch is here, and you'll need to apply it to the original > version of the program: > http://people.freebsd.org/~glarkin/diffs/prog.bas.2.diff > > Hope that works, > Greg Hi Chris and Greg, I have gone through the code and found a load more differences. I dont know if the sun and moon positions are correct though As a side note, the the first page of code on the PDF page number 5 is different from the PDF page number 34. I have used page numbers 34 -> 38 as my code reference. I have a patch file at http://www.caspersworld.co.uk/FreeBSD/basic.diff HTH Paul