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 2020-04-18 21:06:47

Dose13
Contributor
Registered: 2019-09-26
Posts: 29

[SOLVED] proxguiqt.h: file or directory not found

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

#2 2020-04-19 05:26:18

mwalker
Moderator
Registered: 2019-05-11
Posts: 318

Re: [SOLVED] proxguiqt.h: file or directory not found

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

#3 2020-04-19 06:09:15

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

Re: [SOLVED] proxguiqt.h: file or directory not found

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

#4 2020-04-19 08:00:29

Dose13
Contributor
Registered: 2019-09-26
Posts: 29

Re: [SOLVED] proxguiqt.h: file or directory not found

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

#5 2020-04-19 08:19:32

mwalker
Moderator
Registered: 2019-05-11
Posts: 318

Re: [SOLVED] proxguiqt.h: file or directory not found

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

#6 2020-04-19 09:33:33

Dose13
Contributor
Registered: 2019-09-26
Posts: 29

Re: [SOLVED] proxguiqt.h: file or directory not found

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

#7 2020-04-19 09:42:24

mwalker
Moderator
Registered: 2019-05-11
Posts: 318

Re: [SOLVED] proxguiqt.h: file or directory not found

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

Board footer

Powered by FluxBB