Hi, I'm just new to all of this... sorry.
I do have an issue while trying to "make" the the smatool.
pi@rpipv ~/bin/sma-bluetooth $ make
gcc -O2 -c smatool.c
smatool.c: In function 'main':
smatool.c:2336:11: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default]
smatool.c:2367:11: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default]
smatool.c:2399:14: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default]
gcc -O2 -c repost.c
repost.c: In function 'sma_repost':
repost.c:117:7: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default]
repost.c:117:7: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default]
gcc -O2 -c sma_mysql.c
gcc -O2 -c almanac.c
gcc smatool.o repost.o sma_mysql.o almanac.o -O2 -fstack-protector-all -Wall -L/usr/lib/mysql -lmysqlclient -lbluetooth -lcurl -lm -o smatool
pi@rpipv ~/bin/sma-bluetooth $
If I try to install it anyhow, I get another error:
pi@rpipv ~/bin/sma-bluetooth $ ./smatool --INSTALL
Error ! not all codes set
*** glibc detected *** ./smatool: double free or corruption (top): 0x010fe038 ***
Abgebrochen
pi@rpipv ~/bin/sma-bluetooth $
Any chance to help me somehow???
Thx & Cheers! oli