:: Re: [DNG] Waterfox issues under Dev…
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Subject: Re: [DNG] Waterfox issues under Devuan ASCII
Hi,

On 10/5/20 14:41, aitor wrote:
>
> Hi,
>
> On 10/5/20 14:12, aitor wrote:
>>
>> After three hours building arcticfox, i've got a lot of unreferenced
>> rand, srand and strtol:
>>
>> https://paste.debian.net/1145954/
>>
>> Any hints?
>>
>> Aitor.
>>
> Some missing stdlib.h and time.h headers in the *.cpp files, maybe?
>
> Aitor.
>


... or the requirement of a C linkage?

extern "C" {

    #include "stdlib.h"

    [...]

}