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.
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.
Hi there,
I just pulled the latest software for Proxmark 3 RDV4 from Github. When executing the make command I receive the following error message:
proxguiqt.moc.cpp:9:10: fatal error: proxguiqt.h: file or directory not found
Any help with this?
Cheers,
Dominik
Last edited by Dose13 (2020-04-19 17:15:47)
Offline
Did you complete a clean/new pull (i.e. into a clean/new folder), then make clean and make all ?
Also what OS are you using?
Offline
there is alot going on in the repo right now, sorry for the inconvenience but as @mwalker said, try pulling latest, make clean, make -j and see if it works again.
Offline
I am running Ubuntu 18.04. Normally I am using my standard /proxmark folder to pull the latest updates. Is there a need to use different folders for new pulls? Anyways, I pulled the latest changes this morning an the error still pops up:
proxguiqt.moc.cpp:9:10: fatal error: proxguiqt.h: Datei oder Verzeichnis nicht gefunden
#include "proxguiqt.h"
^~~~~~~~~~~~~
compilation terminated.
Makefile:388: recipe for target 'obj/proxguiqt.moc.o' failed
make[1]: *** [obj/proxguiqt.moc.o] Error 1
Makefile:97: recipe for target 'client/all' failed
make: *** [client/all] Error 2
dose@dose:~/proxmark3$ git pull
Bereits aktuell.
Hope you guys can work with that message. Thank`s anyway.
Offline
The location of the some of the files has been adjusted for future proofing and improvements.
I have complied the latest on windows 10 (proxspace) and kali linux.
Since you have an issue, I was wondering if you have a mix of the old and the new files, hence the recommending of a new folder.
You can try renaming the old folder (to keep it as needed), then pull the latest as a clean/new pull.
eg
mv proxmark3 proxmark3-old
git clone https://github.com/RfidResearchGroup/proxmark3.git
then build as normal.
Offline
That one worked just fine! Thank's for your help! By the way my second last pull from git wasn`t that old. I guess it was from the beginning of this week or late last week. Anyway, I am happy I (you) got it to run again ... ;_) ... and Thank's for all the improvements!
Last edited by Dose13 (2020-04-19 09:34:19)
Offline
Glad to hear you got it working.
Can I get you to edit you first post and add the suffix [solved] to your subject line
Thanks
Offline