synapticon / Etherlab_EtherCAT_Master

Clone of IgH EtherCAT Master with additional Vectioneer patches.
GNU Lesser General Public License v2.1
81 stars 54 forks source link

missing gitlog.h #15

Open paholden opened 5 years ago

paholden commented 5 years ago

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 commented 5 years ago

found missing configure option that fixed it.

paholden commented 5 years ago

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 commented 5 years ago

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

craig@modbot.com craig@modbot.com 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 notifications@github.com 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 https://github.com/synapticon/Etherlab_EtherCAT_Master/issues/15#issuecomment-474943768, or mute the thread https://github.com/notifications/unsubscribe-auth/AeRbUhr9FmuJZk2S9UiYiQwv8a4_JK0Gks5vYm8fgaJpZM4b_0x8 .

adgnaf commented 4 years ago

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

adgnaf commented 4 years ago

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 commented 4 years ago

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

char *gitlog = "greeting.";