tape calculator

John Summerfield debian at herakles.homelinux.org
Fri Nov 16 08:14:10 UTC 2007


Tony Nelson wrote:
> At 2:14 AM -0600 11/15/07, Frank Cox wrote:
>> For some number of years, my favourite calculator has been this:
>>
>> http://gtapecalc.sourceforge.net/screenshots.html
>>
>> For various reasons it no longer compiles with modern Linux versions, and I'm
>> now looking for a replacement that I can run on this x86_64 machine.
>>
>> The best "tape calculator" that I've found so far is this:
>>
>> http://www.mariottini.net/roberto/superbcalc/
>>
>> Does anyone have a recommendation for a better one?
> 
> I may have it working again (hacked the spec a bit, patched a bit).  See my
> packages at:
> 
>     <http://www.georgeanelson.com/gtapecalc-1.1.1-3_GAN.i686.rpm>
>     <http://www.georgeanelson.com/gtapecalc-debuginfo-1.1.1-3_GAN.i686.rpm>
>     <http://www.georgeanelson.com/gtapecalc-1.1.1-3_GAN.src.rpm>

I have compiled it on SL5.

First, I tried to build it. The copyright line in the spec has to be 
changed to
License: GNU Public License

and this to the source.

diff -wur ../gtapecalc_original-1.1.1/gtapecalc/gtc_utils.c 
../gtapecalc-1.1.1/gtapecalc/gtc_utils.c
--- ../gtapecalc_original-1.1.1/gtapecalc/gtc_utils.c   2002-11-02 
21:37:46.000000000 +0800
+++ ../gtapecalc-1.1.1/gtapecalc/gtc_utils.c    2007-11-16 
17:09:14.000000000 +0900
@@ -83,7 +83,7 @@

    twindow = get_toplevel_widget (widget);

-  (gpointer)vars = gtk_object_get_data (GTK_OBJECT(twindow), "vars");
+  vars =  gtk_object_get_data (GTK_OBJECT(twindow), "vars");
    return (vars);
  }




-- 

Cheers
John

-- spambait
1aaaaaaa at coco.merseine.nu  Z1aaaaaaa at coco.merseine.nu
-- Advice
http://webfoot.com/advice/email.top.php
http://www.catb.org/~esr/faqs/smart-questions.html
http://support.microsoft.com/kb/555375

Please do not reply off-list




More information about the fedora-list mailing list