Closed BastianZuehlke closed 1 year ago
No building errors with: CC=gcc-12 CXX=g++-12 gmake all all-sdk SHELL=$(brew --prefix)/bin/bash NDK=3.2 PREFIX=${PREFIX}
However, any include file in proto has a L After removing all Ls it seems to work.
/* Automatically generated header (sfdc 1.11f)! Do not edit! */ #ifndef PROTO_AHI_H #define PROTO_AHI_H #include L<clib/ahi_protos.h> #ifndef _NO_INLINE # if defined(__GNUC__) # ifdef __AROS__ # include L<defines/ahi.h> # else # include L<inline/ahi.h> # endif # else # include L<pragmas/ahi_pragmas.h> # endif #endif /* _NO_INLINE */ #ifdef __amigaos4__ # include <interfaces/ahi.h> # ifndef __NOGLOBALIFACE__ extern struct AHIIFace *IAHI; # endif /* __NOGLOBALIFACE__*/ #endif /* !__amigaos4__ */ #ifndef __NOLIBBASE__ extern struct Library * # ifdef __CONSTLIBBASEDECL__ __CONSTLIBBASEDECL__ # endif /* __CONSTLIBBASEDECL__ */ AHIBase; #endif /* !__NOLIBBASE__ */ #endif /* !PROTO_AHI_H */
Just noticed, same issue as: https://github.com/bebbo/amiga-gcc/issues/134
and thus closing as duplicate.
install and use proper tools.
No building errors with: CC=gcc-12 CXX=g++-12 gmake all all-sdk SHELL=$(brew --prefix)/bin/bash NDK=3.2 PREFIX=${PREFIX}
However, any include file in proto has a L After removing all Ls it seems to work.