Proxmark3 community

Research, development and trades concerning the powerful Proxmark3 device.

Remember; sharing is caring. Bring something back to the community.


"Learn the tools of the trade the hard way." +Fravia

You are not logged in.

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#1 2019-12-22 21:16:46

fazer
Contributor
Registered: 2019-03-02
Posts: 146

fileutils.c:44:10: fatal error:

Good evening, I had to format my laptop & reinstall ubuntu 19.04, I can no longer install proxmark3 I explain cd proxmark3 / git pull / make clean && make install I have this error message / *] MAKE Client / all
[-] CC fileutils.c
fileutils.c: 44: 10: fatal error: sndfile.h: No such file or folder
  #include <sndfile.h>
           ^ ~~~~~~~~~~
compilation terminated.
make [1]: *** [Makefile: 436: obj / fileutils.o] Error 1
make: *** [Makefile: 98: client / all] Error 2
Thank you for your help good evening .

Offline

#2 2019-12-22 21:30:12

iceman
Administrator
Registered: 2013-04-25
Posts: 9,497
Website

Re: fileutils.c:44:10: fatal error:

Yes, a new dependency libsndfile-dev.  You can just follow the instructions on https://github.com/RfidResearchGroup/pr … uctions.md

sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev libsndfile1-dev

Offline

#3 2019-12-24 16:20:27

fazer
Contributor
Registered: 2019-03-02
Posts: 146

Re: fileutils.c:44:10: fatal error:

Good evening Iceman, thank you very much all & ok. Happy Christmas.

Offline

#4 2019-12-24 21:05:03

iceman
Administrator
Registered: 2013-04-25
Posts: 9,497
Website

Re: fileutils.c:44:10: fatal error:

Merry Christmas to you, Fazer!

Offline

Board footer

Powered by FluxBB