Skip to content
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

Open
paholden opened this issue Mar 20, 2019 · 6 comments
Open

missing gitlog.h #15

paholden opened this issue Mar 20, 2019 · 6 comments

Comments

@paholden
Copy link

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

@paholden
Copy link
Author

found missing configure option that fixed it.

@paholden paholden reopened this Mar 20, 2019
@paholden
Copy link
Author

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.

@craig-modbot
Copy link
Contributor

craig-modbot commented Mar 20, 2019 via email

@adgnaf
Copy link

adgnaf commented Nov 24, 2019

+1 for encountered the same issue during building Version 1.5.2 sncn-7.

@adgnaf
Copy link

adgnaf commented Nov 24, 2019

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.

Hi, how do you fix this issue?

@adgnaf
Copy link

adgnaf commented Nov 24, 2019

Found a solution:
According to install.sh, just create file master/gitlog.h.

char *gitlog = "greeting.";  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants