[brlcad-devel] [BUG] MGED fails to start from dmenu application launcher or with /dev/null as stdin

2018-03-27 Thread Pronaip via brlcad-devel
As the title says. I think it should be left up to the user to decide if they want to run in interactive mode or not, because trying to guess it will just add unnecessary complexity and make things flakier.-- Check out

[brlcad-devel] r70792 introduced multiple definitions of `struct timespec`

2018-03-25 Thread Pronaip via brlcad-devel
According to the blame output, this is from r70792. I'm building on Arch Linux and the cmake flags are based on the PKGBUILD from the AUR: ``` cmake -DBRLCAD_BUILD_STATIC_LIBS=OFF \ -DBRLCAD_ENABLE_OPENGL=ON -DBRLCAD_BUNDLED_LIBS=BUNDLED -DBRLCAD_FREETYPE=OFF \ -DBRLCAD_PNG=OFF

[brlcad-devel] errors when `make benchmark`

2018-03-23 Thread Pronaip via brlcad-devel
I see a lot of "unexpected argument" and "unary operator expected". Possibly relevant system info: I am running an rc shell (from plan9ports), otherwise it's a relatively standard Arch setup Sent with [ProtonMail](https://protonmail.com) Secure

[brlcad-devel] GSoC 2018

2018-03-23 Thread Pronaip via brlcad-devel
Hi list! I'm a student looking to apply for GSoC and I've been looking at the easier C/C++ projects and I have some questions: - is Lua being seriously considered or is Python the final choice? I know Lua quite well and I think I know enough C that I could do the geometry scripting project