freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft] FreeTpye building log on a real Amiga 600


From: Nagy K?roly
Subject: [ft] FreeTpye building log on a real Amiga 600
Date: Tue, 13 Nov 2018 20:21:19 +0000

I have just tried to compile FreeType on my real Amiga 600 computer...

AmigaOS v2.1
Kikstart v37.300
Workbench v38.36
SAS/C v6.50

...and I write the simplest program to detect how many bytes are in type INT:

#include <stdio.h>

int main (int argv, const char *argv[])
{
printf("sizeof(int)=%d\n", sizeof(int));
return 0;
}

It results: "sizeof(int)=4" (namely 4 bytes are 32 bits)

Well, Amiga 600 is a 32 bit computer!

Attachment: build_log_1.txt
Description: build_log_1.txt

Attachment: build_log_2.txt
Description: build_log_2.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]