Re: [brlcad-devel] BRL-CAD compiling questions

2020-03-20 Thread Daniel Roßberg
I don't know much about IRIX, but I would expect the libraries to be installed in /usr/lib(?) BRLCAD_BUNDLED_LIBS is a flag which can be AUTO, BUNDLED, or SYSTEM. And, CMake should automatically detect the installed libs if it is set to AUTO. If this detection fails because of an unusual installa

Re: [brlcad-devel] off_t size mismatch

2020-03-20 Thread Daniel Roßberg
Currently, it looks like tools like g2asc or glint don't work from a VS2019 release build. (If __STDC__ is defined or not doesn't matter.) I think, this is caused by an implementation detail of the C library in VS2019. There, sys/stat.h contains an inline function for fstat, which calls a version