discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error when building NSView...


From: Gregory Casamento
Subject: Error when building NSView...
Date: Mon, 15 Nov 2021 08:50:57 -0500

????


clang-9 NSView.m -c \
      -MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"x86_64\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"ng-gnu-gnu\" -DGNUSTEP_BASE_HAVE_LIBXML=1 -DBACKEND_BUNDLE=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -fobjc-runtime=gnustep-2.0 -fblocks -Wall -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I./. -I. -I/root/GNUstep/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/System/Library/Headers -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/libpng16 \
       -o obj/libgnustep-gui.obj/NSView.m.o
NSView.m:698:38: error: cast to union type from type 'void *' not present in union
                  GSIArraySetItemAtIndex(nKV(tmp), (GSIArrayItem)nil, 0);
                                                   ^             ~~~
NSView.m:730:38: error: cast to union type from type 'void *' not present in union
                  GSIArraySetItemAtIndex(pKV(tmp), (GSIArrayItem)nil, 0);
                                                   ^             ~~~
NSView.m:3649:42: error: cast to union type from type 'void *' not present in union
                      GSIArraySetItemAtIndex(pKV(tmp), (GSIArrayItem)nil, 0);
                                                       ^             ~~~
NSView.m:3655:42: error: cast to union type from type 'void *' not present in union
              GSIArraySetItemAtIndex(nKV(self), (GSIArrayItem)nil, 0);
                                                ^             ~~~
NSView.m:3669:34: error: cast to union type from type 'void *' not present in union
      GSIArrayAddItem(nKV(self), (GSIArrayItem)nil);
                                 ^             ~~~
NSView.m:3689:35: error: cast to union type from type 'void *' not present in union
      GSIArrayAddItem(pKV(aView), (GSIArrayItem)nil);
                                  ^             ~~~
NSView.m:3712:35: error: cast to union type from type 'void *' not present in union
          GSIArrayInsertItem(pKV(aView), (GSIArrayItem)nil, 0);
                                         ^             ~~~
NSView.m:3737:37: error: cast to union type from type 'void *' not present in union
          GSIArraySetItemAtIndex(pKV(tmp), (GSIArrayItem)nil, 0);

--
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
https://www.patreon.com/bePatron?u=352392 - Become a Patron
https://gf.me/u/x8m3sx - My GNUstep GoFundMe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]