playerproject / player

The Player cross-platform robot device interface & server
GNU General Public License v2.0
58 stars 31 forks source link

fatal error: interface_table.h: No such file or directory #19

Closed Wenz92 closed 3 years ago

Wenz92 commented 3 years ago

hello all, i am installing player-release-3-1-0, during the process by cmake there is an error SOFTWARE/player-release-3-1-0/libplayerinterface/interface_util.c:51:10: fatal error: interface_table.h: No such file or directory.

I use system Linux Ubuntu 20.04 LTS. Thanks a lot

dbojadzic commented 3 years ago

Same problem here on Ubuntu 18.04 LTS with Cmake Version 3.18.2.

ChiragCD commented 3 years ago

Hi,

I faced this issue too, I found this helpful. It's also by the author of this repo, so I find it a bit surprising the patch hasn't been merged here. Anyway, this solved the problem for me.

richmattes commented 3 years ago

It should already be merged in to master, but I don't think there has been a release since then. Can you confirm that the git master branch doesn't have this issue?

ChiragCD commented 3 years ago

Apologies, Rich, the patch has indeed been merged. I faced the issue as I had downloaded the release, and not cloned this repo. You seem to have implemented the change already.

Cheers!

richmattes commented 3 years ago

Confirmed issue is fixed in master, closing.