[Coco] ansifront compiling on Linux

Gene Heskett gheskett at shentel.net
Fri Nov 15 04:44:18 EST 2019


On Friday 15 November 2019 01:32:17 Walter Zambotti wrote:

> Hi
>
>
>
> I tried to compile ansifront on Linux and after creating about a
> hundred explicit function prototypes to avoid many warnings I got it
> going to some degree but not completely.
>
ansifront's main purpose is to convert any "void"s in the src code stream 
to int's, since our c compiler doesn't have a datatype of void.  As 
such, its a single purpose c.prep, a text processor. I'm not recalling 
now whether it even throws away the result of the of the converted to 
int code. It may even be automatic as its cleaning up the stack. Mike 
didn't exactly leave us with "explicit" docs.
>
>
> The code does a lot of interchanging pointers with integers and
> assumes they are 16 bit.  I don't have this luxury and on Linux  I can
> have 64 bits or 32 bits.
>
>
>
> Has anyone already got a working Linux version of ansifront by any
> chance?
>
Not here. On linux, it might be duplicatable by an awk or sed script but 
I have never had the need to try.
>
>
> Regards
>
>
>
> Walter


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>


More information about the Coco mailing list