esniper version 2.33.0
Raspbian GNU/Linux 9 (stretch) andesniper -m -d isn't returning my two watched items andpi@qwers:~/inst/esniper-2-33-0 $ ./configure [7/293]
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for curl-config... curl-config
checking for curl_easy_setopt... yes
checking for curl_easy_strerror... yes
checking for cURL SSL support... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
pi@qwers:~/inst/esniper-2-33-0 $ sudo make install
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"esniper\" -DVERSION=
\"2.33.0\" -I. -g -O2 -MT auction.o -MD -MP -MF .deps/auction.Tpo -c -o auction.o auction.c
mv -f .deps/auction.Tpo .deps/auction.Po
gcc -g -O2 -o esniper auction.o auctionfile.o auctioninfo.o buffer.o esniper.ohistory.o html.o http.o options.o util.o -lcurl -lcurl
make[1]: Entering directory '/home/pi/inst/esniper-2-33-0'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c esniper '/usr/local/bin'
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
/usr/bin/install -c -m 644 esniper.1 '/usr/local/share/man/man1'
make[1]: Leaving directory '/home/pi/inst/esniper-2-33-0'
pi@qwers:~/inst/esniper-2-33-0 $ esniper -m -d -l .deps/
Enter eBay username:
Enter eBay password:
pi@qwers:~/inst/esniper-2-33-0 $
If you have a look on the functions 'printMyItemsRow' and 'printMyItems', you can see that they hasnt been updated since 2010.
See commit [a2c44b]
Related
Commit: [a2c44b]