You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2019. It is now read-only.
Hi, I am trying to build gnfingerprint to be used wit Podmapper, but I am unable to. Is it possible to get either some help, or the built gnfingerprint? That would work to. Here's the log when I try to make it:
dylans-mbp:musicid_stream dylanreich$ sudo make
Password:
Gathering sources for 'mac_x86-64' build...
Gathering libraries for 'mac_x86-64' build...
GNSDK Headers...
Local Headers...
if [ -d _output/mac_x86-64/debug ]; then rm -f -r _output/mac_x86-64/debug; fi
mkdir -p _output/mac_x86-64/debug/
Hi, I am trying to build gnfingerprint to be used wit Podmapper, but I am unable to. Is it possible to get either some help, or the built gnfingerprint? That would work to. Here's the log when I try to make it:
dylans-mbp:musicid_stream dylanreich$ sudo make
Password:
Gathering sources for 'mac_x86-64' build...
Gathering libraries for 'mac_x86-64' build...
GNSDK Headers...
Local Headers...
if [ -d _output/mac_x86-64/debug ]; then rm -f -r _output/mac_x86-64/debug; fi
mkdir -p _output/mac_x86-64/debug/
PLATFORM : mac_x86-64
TARGET : ./sample
SOURCES : main.c
DEPENDS : libgnsdk_musicid.3.07.0.dylib libgnsdk_lookup_local.3.07.0.dylib libgnsdk_storage_sqlite.3.07.0.dylib libgnsdk_dsp.3.07.0.dylib libgnsdk_musicid_stream.3.07.0.dylib libgnsdk_lookup_localstream.3.07.0.dylib libgnsdk_manager.3.07.0.dylib
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -g -arch x86_64 -mmacosx-version-min=10.7 -fPIC -funsigned-char -Wall -pedantic -Wextra -Wno-long-long -Wno-variadic-macros -Wno-missing-field-initializers -Wpointer-arith -D_DEBUG -DGNSDK_MUSICID=1 -DGNSDK_LOOKUP_LOCAL=1 -DGNSDK_STORAGE_SQLITE=1 -DGNSDK_DSP=1 -DGNSDK_MUSICID_STREAM=1 -DGNSDK_LOOKUP_LOCALSTREAM=1 -DGNSDK_MANAGER=1 -D_THREAD_SAFE -D_REENTRANT -DGCSL_STRICT_HANDLES -DGNSDK_STRICT_HANDLES -I_include -Imac -I../../builds/../include -I../../builds/../include/mac_x86-64 -c main.c -o _output/mac_x86-64/debug/main.o
main.c:92:43: warning: passing 'const char _' to parameter of type 'char *'
discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
do_sample_musicid_stream(user_handle, file_path);
^~~~~~~~~
main.c:55:12: note: passing argument to parameter 'file' here
char file
^
main.c:172:75: error: too few arguments to function call, expected 3, have 2
...error = gnsdk_manager_user_create(serialized_user_string, &user_handle);
~~~~~~~~~~~~~~~~~~~~~~~~~ ^
../../builds/../include/gnsdk_manager.h:300:1: note:
'gnsdk_manager_user_create' declared here
gnsdk_error_t GNSDK_API
^
main.c:194:12: warning: implicit declaration of function
'gnsdk_manager_user_create_new' is invalid in C99
[-Wimplicit-function-declaration]
error = gnsdk_manager_user_create_new(
^
main.c:437:50: error: too many arguments to function call, expected single
argument 'user_handle', have 2 arguments
...gnsdk_manager_user_release(user_handle, &updated_serialized_user_string);
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../builds/../include/gnsdk_manager.h:333:1: note:
'gnsdk_manager_user_release' declared here
gnsdk_error_t GNSDK_API
^
main.c:616:40: warning: unused parameter 'response_gdo' [-Wunused-parameter]
_do_match_selection(gnsdk_gdo_handle_t response_gdo)
^
main.c:749:12: warning: 'gnsdk_musicid_query_find_tracks' is deprecated
[-Wdeprecated-declarations]
error = gnsdk_musicid_query_find_tracks(
^
../../builds/../include/gnsdk_musicid.h:881:2: note:
'gnsdk_musicid_query_find_tracks' has been explicitly marked deprecated
here
gnsdk_musicid_query_find_tracks(
^
../../builds/../include/mac_x86-64/gnsdk_platform.h:39:37: note: expanded from
macro 'GNSDK_DEPRECATED_API'
#define GNSDK_DEPRECATED_API(func) func attribute ((dep...
^
main.c:848:19: warning: 'gnsdk_musicid_query_find_tracks' is deprecated
[-Wdeprecated-declarations]
...error = gnsdk_musicid_query_find_tracks(
^
../../builds/../include/gnsdk_musicid.h:881:2: note:
'gnsdk_musicid_query_find_tracks' has been explicitly marked deprecated
here
gnsdk_musicid_query_find_tracks(
^
../../builds/../include/mac_x86-64/gnsdk_platform.h:39:37: note: expanded from
macro 'GNSDK_DEPRECATED_API'
#define GNSDK_DEPRECATED_API(func) func attribute ((dep...
^
5 warnings and 2 errors generated.
make: *** [_output/mac_x86-64/debug/main.o] Error 1
Thanks!
The text was updated successfully, but these errors were encountered: