BRL-CAD / brlcad

BRL-CAD is a powerful cross-platform open source combinatorial solid modeling system
https://brlcad.org
Other
686 stars 140 forks source link

issue compiling "rle.h" #122

Closed bralani closed 5 months ago

bralani commented 5 months ago

There is an issue related to this commit https://github.com/BRL-CAD/brlcad/commit/3d3fc7ccbe06e99b4d0a659fe8381195c1c37f2b

When I compile the project, the build fails because:

Error C1083 Cannot open include file: 'rle.h': No such file or directory D:\brlcad\src\libicv\rle.c on line 28

It seems there is no "rle.h" file in the same folder of "rle.c", I don't know if I am not doing properly the build...

@starseeker

starseeker commented 5 months ago

I think b412dcb may have fixed this issue - is it still broken for you with that change?

bralani commented 5 months ago

I think b412dcb may have fixed this issue - is it still broken for you with that change?

Ah ok now it works. It seems I had cloned the repo before that fix. Thanks.