Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /home/marc/rockbox/apps/plugin.h:38,
- from /home/marc/rockbox/apps/bookmark.c:42:
- /home/marc/rockbox/firmware/include/string-extra.h:73:7: error: conflicting types for 'itoa'; have 'char *(char *, size_t, long int)' {aka 'char *(char *, unsigned int, long int)'}
- 73 | char *itoa(char *buf, size_t bufsz, long int i); /* Not std */
- | ^~~~
- In file included from /home/marc/rockbox/apps/bookmark.c:22:
- /home/linuxbrew/.linuxbrew/Cellar/mingw-w64/12.0.0_2/toolchain-i686/i686-w64-mingw32/include/stdlib.h:713:17: note: previous declaration of 'itoa' with type 'char *(int, char *, int)'
- 713 | char *__cdecl itoa(int _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- | ^~~~
- make: *** [/home/marc/rockbox/tools/root.make:456: /home/marc/rockbox/error/apps/bookmark.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement