Advertisement
Guest User

Untitled

a guest
Feb 18th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. In file included from /home/marc/rockbox/apps/plugin.h:38,
  2. from /home/marc/rockbox/apps/bookmark.c:42:
  3. /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)'}
  4. 73 | char *itoa(char *buf, size_t bufsz, long int i); /* Not std */
  5. | ^~~~
  6. In file included from /home/marc/rockbox/apps/bookmark.c:22:
  7. /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)'
  8. 713 | char *__cdecl itoa(int _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  9. | ^~~~
  10. make: *** [/home/marc/rockbox/tools/root.make:456: /home/marc/rockbox/error/apps/bookmark.o] Error 1
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement