[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libs-base cast nil to GSIArrayItem compile error
From: |
Patryk Laurent |
Subject: |
libs-base cast nil to GSIArrayItem compile error |
Date: |
Sat, 13 Nov 2021 08:40:56 -0800 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 |
Hello,
I've noticed the latest GNUstep (libs-base) from source builds with an
error under Clang[1]. See the CI failure log here[2]. Does anyone know
what the error means and how to fix it?
Thank you,
Patryk
[1]
Compiling file NSLengthFormatter.m ...
1 warning generated.
Compiling file NSLinguisticTagger.m ...
NSKeyedUnarchiver.m:856:33: error: cast to union type from type 'void *'
not present in union
GSIArrayAddItem(_objMap, (GSIArrayItem)nil);
^ ~~~
1 error generated.
make[4]: *** [/usr/GNUstep/System/Library/Makefiles/rules.make:521:
obj/libgnustep-base.obj/NSKeyedUnarchiver.m.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: ***
[/usr/GNUstep/System/Library/Makefiles/Instance/library.make:286:
internal-library-all_] Error 2
make[2]: ***
[/usr/GNUstep/System/Library/Makefiles/Master/rules.make:297:
libgnustep-base.all.library.variables] Error 2
make[1]: ***
[/usr/GNUstep/System/Library/Makefiles/Master/library.make:37:
internal-all] Error 2
make: ***
[/usr/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53:
internal-all] Error 2
[2]
https://github.com/gnustep/libs-base/runs/4193956364?check_suite_focus=true#step:12:689
- libs-base cast nil to GSIArrayItem compile error,
Patryk Laurent <=