gcc in ubuntu natty beta 2

Colin Law clanlaw at googlemail.com
Tue Apr 19 16:59:12 UTC 2011


On 19 April 2011 13:51, Alain Muls <alain.muls at telenet.be> wrote:
> On 18 April 2011 22:41,  <ubuntu-users-request at lists.ubuntu.com> wrote:
>>>Hi All
>>>
>>>I am having trouble with the compiler in Ubuntu Natty beta 2.
>>>I have two programs I am working on, compilation is fine under Ubuntu
>>>10.10, but in 11.04 beta I get
>>>- compilation stops because the compiler runs out of virtual memory
>>>for program 1
>>>- program 2 uses uint8_t but in Natty I get that this type does not exist.
>>>
>>>Any suggestions are welcome
>>>
>>>bye/Alain
>>
>>
>> For the second case, you could try #including stdint.h
>>
>
> Hi
>
> I included stdint.h but it does not find uint8_t, uint16_t is also
> used and he has no complaints about that type.

Are you sure it compiled correctly previously?
You could try a global search in the headers for uint8_t

Colin




More information about the ubuntu-users mailing list