Jason Roelofs
Jason Roelofs
Specifically for me, we upgraded to 2011.12 just fine 32-bit and it was working without any problems. I recently moved to a 64-bit box, 2011.12, and now I'm getting this...
REE 2012.02 was just released which claims to have a much more stable set of MBARI patches. I've yet to try it but it may fix this segfault issue.
So as it stands, I'm no longer using god at all but have instead switched to Upstart.
The only thing I've been able to find is that other libraries are having this same issue: https://github.com/fastestforward/instrumental_agent/wiki/Using-with-Ruby-Enterprise-Edition They claim to have fixed it, maybe someone can tease out the...
It looks like I did miss exposing that through rb++. Thanks for the report, I will look into making more parser options available through this library. In the mean time,...
It's probably not a good idea to move the `castxml` binary itself. That error is probably due to other files that exist within `/path/to/castXMLSuperbuild-build/castxml/` that the tool needs to function...
Unfortunately the only other option would be to scan the user's entire computer for files that look like they could be `castxml`, which is not a good thing to do....
The code in your gist here worked perfectly for me Phillip. Thanks for your work figuring this out.
The docs are via Github Pages for this repo (the `gh-pages` branch) so it is possible to do a rake task, though not trivial. How I have it set up...
No I think that's just two different ways of serving up content depending on what you want the URL to be. We would need to change to a standalone repo...