castilma

Results 43 comments of castilma

doc/code/testing.md points in line 38 to `python3 -m openage.testing --help`. when I try that. I get `/usr/bin/python3: No module named openage.testing.__main__; 'openage.testing' is a package and cannot be directly executed...

So what's the state? Would someone be encouraged to add this in the near future, if there was a bounty on this? I'd give 5€ for this feature to be...

Do we have any limitations on the filename length? iirc, the original filenames had only 8 characters or so in the original game. and how does our engine load the...

Do you have any suggestion, how to name the files right now, so that the change, when nyan is ready to use, is as simple as possible?

/bin/true dos not crash. I built rrdtool from branch v1.8.0. it reports ``` /opt/rrdtool-1.8.0/bin/rrdupdate /dev/null $(

I tried using git bisect (which was a bit more difficult because I wasn't sure how to create ./configure at first; ./bootstrap seems to be the way?) but it resulted...

> @castilma What happens, if you run bootstrap also as a first command with v1.8.0, before configure etc. @c72578 see the new edit of my last comment and tell me...

It seems to look for option arguments recursively Using '--' prevents this and the error: ``` $ /opt/rrdmaster/bin/rrdupdate -- /dev/null $(

Wild guess: Do you have all shared libraries used by sift installed? Does ``` ldd /home/photogrammetry/linux/software/vlfeat/bin/glx/sift ``` print some `not found`s?