Missing config.h in motion.h #1553
Answered
by
Mr-Dave
victoryred
asked this question in
Q&A
-
I've searched my motion/src directory and every place else but I can't find the config.h header referenced in motion.h. Can someone *me in the right direction? |
Beta Was this translation helpful? Give feedback.
Answered by
Mr-Dave
Jul 9, 2022
Replies: 1 comment 1 reply
-
It is generated as part of the Run those two steps in the build from source and the file will be created. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
victoryred
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is generated as part of the
autoreconf
andconfigure
steps of the builds.Run those two steps in the build from source and the file will be created.