#endian.h not found
1 messages · Page 1 of 1 (latest)
i am trying to use ffmpeg
C:\Users\wozniak\AppData\Local\zig\p\12200a9194f9cdd05e9ff23729f4ed0e54f51abe09bd6eaf61b58609791647b141d2\include/compiler.h:101:11: error: 'endian.h' file not found
# include <endian.h>
^~~~~~~~~~~```
When i compile it this happens
it does exist i'm not really sure what the issue is
ah
well that fork doesn't work either.
i'll figure something out myself
C:\Users\wozniak\scoop\apps\zig-dev\0.14.0-dev.1570+8ddce90e6\lib\\libc\include\any-windows-any/string.h:52:18: note: previous declaration is here
void * __cdecl mempcpy (void *_Dst, const void *_Src, size_t _Size);
^
C:\Users\wozniak\AppData\Local\zig\p\1220827b7d2875381bafcb38753aa612c3a21d17230a4d520952d4051c940c33f1cc\include/compiler.h:249:21: error: static declaration of 'mempcpy' follows non-static declaration
static inline void *mempcpy(void *dst, const void *src, size_t n)```
prolly just change hasmempcpy
well yes, it's the same thing that the ffmpeg package uses. your compile error comes from nasm being built.