2012/6/17 Christoph Egger <christ...@debian.org>:
> ../lib/stdint.h:295:18: error: 'gl_intptr_t' has a previous declaration as 
> 'typedef long int gl_intptr_t'

The problem is that lib/stdint.h is hijacking system headers with
definitions such as:

#define intptr_t gl_intptr_t
#define uintptr_t gl_uintptr_t

causing them to missbehave. These defines need to be removed. If you
want intptr_t, etc, you can get them from <stdint.h> as usual.

-- 
Robert Millan


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOfDtXN3YZ_rQQyFJx6KL4p3u28A8wxMfbOrqXFkH=okpnt...@mail.gmail.com

Reply via email to