Re: [AD] Allegro 5.2.1.1 + latest MinGW = off_t undefined |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Allegro Developers <allegro-developers@xxxxxxxxxx>
- Subject: Re: [AD] Allegro 5.2.1.1 + latest MinGW = off_t undefined
- From: Elias Pschernig <elias@xxxxxxxxxx>
- Date: Sun, 9 Oct 2016 11:01:14 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=TRvPAmeWpeVOo5SWxubTb6Z+EvyFpNMcF+WdKwgjvUM=; b=0KgXOkeJA/VrWcONK6DTigq9UJOYcCMjQkZ9+nvSI6iq08emrAUXh44jdoXZTm4+UO ZHYsiZK/yIA1tC+STF8TAN1387fAvrfw1AIL5delxTDszLu33k7wGFBFUo7rHP66r/Il 70oYPvytJ8UzeZrdF7Q2NjEz11/d+YLMu6scdwXPjxALSjj7PgdlofQxxtOLt3h7mwkl ew5nv+RhvZC1KV2/Mo31CSFa4EQgpV5rBP0xsakIIsmHPx17nzM2PBheIblSfi4PVz5l a/L3q3Z/MDsBz9SHXQlrZ4Jo78ack/82wuEVjbcrHwGGuNzZLJfNS7or9nutPWJ+9oa6 sTqQ==
Or maybe replace off_t with int64_t - the uses I can see seem very suspicious, and most likely currently Allegro 5 will break if it is ever compiled on a system where off_t is only 32 bit.