Age | Commit message (Collapse) | Author |
|
|
|
|
|
Now it's giving a build error (at link time) with clang:
/usr/bin/ld: error: LLVM gold plugin: call to _ZZN9valptridxIN3dcx6playerEE22check_index_range_sizeINS2_21index_range_exceptionESt4lessEEjPKcjmPKNS2_18array_managed_typeEEN25DXX_ALWAYS_ERROR_FUNCTION33dxx_trap_handle_index_range_errorEv marked "dontcall-error": invalid index used in array subscript
It started to build fine with gcc again, as it's currently building
without problems when using it.
|
|
It currently fails to build with sdl1[1] and gcc 12.1.0[2].
[1] https://aur.archlinux.org/packages/d1x-rebirth-git#comment-866582
[2] https://github.com/dxx-rebirth/dxx-rebirth/issues/638#issuecomment-1140335715
|
|
References
----------
https://github.com/dxx-rebirth/dxx-rebirth/commit/3114874713fb8f9fa8ca1ae966a7a5825950437a
|
|
|
|
|
|
|
|
|
|
|