Opened 5 years ago

Last modified 5 years ago

#58924 closed defect

libogg @1.3.4: error: unknown type name 'uint16_t' — at Version 1

Reported by: kencu (Ken) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: lion snowleopard Cc: cjones051073 (Chris Jones)
Port: libogg

Description (last modified by kencu (Ken))

I was working on this update yesterday and came across this error on 10.6.8 so I held back on the update -- the solution to which was not immediately obvious to me. Perhaps I was just tired. But I see Chris found it and bumped it, so now it's an official ticket!

/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-5.0 -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I/opt/local/include  -fno-common -O4 -Wall -fsigned-char -ffast-math -pipe -Os -arch x86_64 -arch i386 -c -o bitwise.lo bitwise.c
In file included from bitwise.c:23:
In file included from framing.c:29:
In file included from ../include/ogg/ogg.h:24:
../include/ogg/os_types.h:75:12: error: unknown type name 'uint16_t'
   typedef uint16_t ogg_uint16_t;
           ^
In file included from ../include/ogg/ogg.h:24:
../include/ogg/os_types.h:75:12: error: unknown type name 'uint16_t'
   typedef uint16_t ogg_uint16_t;
           ^
../include/ogg/os_types.h:77:12: error: unknown type name 'uint32_t'
   typedef uint32_t ogg_uint32_t;
           ^
../include/ogg/os_types.h:79:12: error: unknown type name 'uint64_t'
   typedef uint64_t ogg_uint64_t;
           ^
../include/ogg/os_types.h:77:12: error: unknown type name 'uint32_t'
   typedef uint32_t ogg_uint32_t;
           ^
../include/ogg/os_types.h:79:12: error: unknown type name 'uint64_t'
   typedef uint64_t ogg_uint64_t;
           ^
3 errors generated.
make[2]: *** [test_bitwise-bitwise.o] Error 1

I'm not sure at this moment which all systems are affected.

Change History (2)

Changed 5 years ago by kencu (Ken)

Attachment: libogg-fail-SL.log added

comment:1 Changed 5 years ago by kencu (Ken)

Description: modified (diff)
Note: See TracTickets for help on using tickets.