Opened 15 months ago
Closed 15 months ago
#67956 closed defect (duplicate)
zvbi @0.2.35 +universal: error: use of undeclared identifier 'Z_BYTE_ORDER'
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | zvbi |
Description
:info:build /opt/local/bin/clang-mp-11 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -I/opt/local/include -I.. -D_REENTRANT -D_GNU_SOURCE -pipe -Os -arch x86_64 -arch i386 -c osc.c :info:build caption.c:217:7: error: use of undeclared identifier 'Z_BYTE_ORDER' :info:build if (Z_BYTE_ORDER == Z_BIG_ENDIAN) :info:build ^ :info:build 1 error generated. :info:build make[2]: *** [caption.o] Error 1
Attachments (1)
Change History (3)
Changed 15 months ago by barracuda156
comment:1 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)
Summary: | zvbi fails to build as universal on Intel: caption.c:217:7: error: use of undeclared identifier 'Z_BYTE_ORDER' → zvbi @0.2.35 fails to build as universal on Intel: caption.c:217:7: error: use of undeclared identifier 'Z_BYTE_ORDER' |
---|
comment:2 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Summary: | zvbi @0.2.35 fails to build as universal on Intel: caption.c:217:7: error: use of undeclared identifier 'Z_BYTE_ORDER' → zvbi @0.2.35 +universal: error: use of undeclared identifier 'Z_BYTE_ORDER' |
Note: See
TracTickets for help on using
tickets.
Duplicate of #64759.