-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing gitlog.h #15
Comments
found missing configure option that fixed it. |
Thought I found an option to fix it, but didn't. Been poking around all the README, INSTALL, etc type files for info & cannot find anything on this one. |
This should not have ended up in the repository. I passed on a fix to
Synapticon that I thought would be cherry-picked into master but instead my
whole series of commits made it in, debug items and all.
*Craig Mautner*
Cell +1 858 361 2683
*[email protected] <[email protected]>*
This message and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. Please notify the sender immediately if you have received this
e-mail by mistake and delete it from your system.
…On Wed, Mar 20, 2019 at 10:25 AM Patricia Holden ***@***.***> wrote:
Thought I found an option to fix it, but didn't. Been poking around all
the README, INSTALL, etc type files for info & cannot find anything on this
one.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeRbUhr9FmuJZk2S9UiYiQwv8a4_JK0Gks5vYm8fgaJpZM4b_0x8>
.
|
+1 for encountered the same issue during building Version 1.5.2 sncn-7. |
Hi, how do you fix this issue? |
Found a solution: char *gitlog = "greeting."; |
Trying to run "make modules":
/usr/local/etherlab/src/Etherlab_EtherCAT_Master/master/module.c:43:10: fatal error: gitlog.h: No such file or directory
#include "gitlog.h"
Did I miss something in the INSTALL? I ran:
./bootstrap
./configure --prefix=/usr/local/etherlab --disable-8139too --disable-e1000e --enable-generic
make
make modules
The text was updated successfully, but these errors were encountered: