| |
Website :
https://tnsp.org/hg/sidinfo/
Credits :
Download :
Look for downloads on external sites:
Pokefinder.org
User Comment Submitted by ccr on 13 September 2024
Bugreports made here will most likely be unnoticed, just like the one below was, I just randomly happened to look here.
Anyway, based on the odd errors, I'd say there is something seriously wrong with compiler/build chain as <stdio.h> should most certainly already be #included.
The type mismatches may be more of an legitimate issue, but I don't have access to Apple stuff so can't really help. Sorry. | User Comment Submitted by Frantic on 29 March 2024
Didn't build on my machine (macos 10.13.6 in this particular case)
-E CC th-libs/endianchk.c
-E LINK endianchk
./endianchk > config.h
-E CC th-libs/th_util.c
-E CC th-libs/th_string.c
th-libs/th_string.c:258:12: warning: implicitly declaring library function 'vsnprintf' with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
[-Wimplicit-function-declaration]
return vsnprintf(buf, size, fmt, ap);
^
th-libs/th_string.c:258:12: note: include the header <stdio.h> or explicitly provide a declaration for 'vsnprintf'
1 warning generated.
-E CC th-libs/th_file.c
-E CC th-libs/th_args.c
th-libs/th_args.c:269:13: warning: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned long, const char *, ...)'
[-Wimplicit-function-declaration]
snprintf(fmtBuf, sizeof(fmtBuf), " -%c <%s>",
^
th-libs/th_args.c:269:13: note: include the header <stdio.h> or explicitly provide a declaration for 'snprintf'
1 warning generated.
-E CC th-libs/th_crypto.c
-E CC th-libs/th_datastruct.c
-E CC th-libs/th_ioctx.c
th-libs/th_ioctx.c:146:62: warning: format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
THERR("'%s' #%" PRIu_SIZE_T ": %s\n", ctx->filename, ctx->line, msg);
~~~ ^~~~~~~~~
1 warning generated.
-E CC th-libs/th_ioctx_stdio.c
th-libs/th_ioctx_stdio.c:40:12: warning: implicit declaration of function 'ftello' is invalid in C99 [-Wimplicit-function-declaration]
return ftello(CTX_FH);
^
th-libs/th_ioctx_stdio.c:46:15: warning: implicit declaration of function 'fseeko' is invalid in C99 [-Wimplicit-function-declaration]
int ret = fseeko(CTX_FH, pos, whence);
^
2 warnings generated.
-E AR obj/unix/thlibs.a obj/unix/th_util.o obj/unix/th_string.o obj/unix/th_file.o obj/unix/th_args.o obj/unix/th_crypto.o obj/unix/th_datastruct.o obj/unix/th_ioctx.o obj/unix/th_ioctx_stdio.o
-E RANLIB obj/unix/thlibs.a
-E CC sidlib.c
sidlib.c:54:13: warning: format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
len);
^~~
sidlib.c:62:13: warning: format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
len);
^~~
sidlib.c:408:13: warning: format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
pos);
^~~
sidlib.c:525:17: warning: format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
pos);
^~~
4 warnings generated.
-E CC sidutil.c
sidutil.c:355:55: warning: format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
THERR("[%s:%" PRIu_SIZE_T "] %s\n", fh->filename, fh->line, msg);
~~~ ^~~~~~~~
1 warning generated.
-E CC sidinfo.c
sidinfo.c:822:13: warning: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned long, const char *, ...)' [-Wimplicit-function-declaration]
snprintf(tmp, sizeof(tmp), "%s%s",
^
sidinfo.c:822:13: note: include the header <stdio.h> or explicitly provide a declaration for 'snprintf'
1 warning generated.
-E LINK sidinfo
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_sidutil_chconv_convert in sidutil.o
"_iconv_close", referenced from:
_sidutil_chconv_close in sidutil.o
"_iconv_open", referenced from:
_sidutil_chconv_init in sidutil.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [sidinfo] Error 1 | User Comment Submitted by apprentix on 22 December 2023
|
|
|
| Search CSDb |
| Navigate | |
|
| Detailed Info | |
|
| Fun Stuff | |
· Goofs · Hidden Parts · Trivia
|
|
| Forum | |
|
| Support CSDb | |
|
| |
|