From: Matt B. <wal...@ma...> - 2020-12-08 13:17:22
|
> On Dec 8, 2020, at 7:03 AM, Steve Letter via Gimp-print-devel <gim...@li...> wrote: > > Glad to see I'm not the only one seeing this. I was beginning to think I had a bad install of Xcode. > > In file included from gutenprint.c:40:^M > In file included from ./genppd.h:56:^M > In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/cups/raster.h:20:^M > In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/cups/cups.h:27:^M > In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/cups/ipp.h:18:^M > In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/cups/http.h:39:^M > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip.h:86:2: error: ^M > unknown type name 'u_int'^M > u_int ip_hl:4, /* header length */^M > ^^M > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip.h:90:2: error: ^M > unknown type name 'u_int'^M > u_int ip_v:4, /* version */^M > ^^M > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip.h:90:10: error: ^M > duplicate member 'ip_v'^M > u_int ip_v:4, /* version */^M > ^^M > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip.h:87:6: note: ^M > previous declaration is here^M > ip_v:4; /* version */^M > ^^M > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip.h:91:6: error: ^M > duplicate member 'ip_hl'^M > ip_hl:4; /* header length */^M > ^^M > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip.h:86:10: note: ^M > previous declaration is here^M > u_int ip_hl:4, /* header length */^M > ^^M > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip.h:94:2: error: ^M > unknown type name 'u_char'; did you mean 'char'?^M > u_char ip_tos; /* type of service */^M > ^^M > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip.h:95:2: error: ^M > unknown type name 'u_short'; did you mean 'n_short'?^M > > Steve Letter You're never to old to learn something stupid. -- unknown > > > On Tuesday, December 8, 2020, 12:04:53 AM EST, Solomon Peachy <pi...@sh...> wrote: > > > On Mon, Dec 07, 2020 at 10:56:48PM -0600, Matt Broughton wrote: > > CC backend_gutenprint-backend_sinfonia.o > > CC backend_gutenprint-backend_common.o > > CC backend_gutenprint-backend_shinkos1245.o > > CC backend_gutenprint-backend_shinkos6145.o > > CC backend_gutenprint-backend_shinkos6245.o > > CC backend_gutenprint-backend_mitsup95d.o > > CC backend_gutenprint-backend_magicard.o > > CC backend_gutenprint-backend_mitsud90.o > > CC backend_gutenprint-backend_hiti.o > > CC backend_gutenprint-backend_mitsu.o > > CCLD backend_gutenprint > > The backend's good, apparently... > > > > CC gutenprint_5.3-gutenprint.o > > In file included from gutenprint.c:40: > > In file included from ./genppd.h:56: > > > ... but the main CUPS filter is not. We'll need the rest of the failure > log to know exactly what's going on, but genppd.h:56 is refrencing > <cups/raster.h> -- I wonder if Big Sur finally nuked the long-deprecated > classic CUPS filter/driver functionality? > > - Solomon I sent you the full dump last night Solomon. Steve, Robert, do either if you want the full dump? Matt |