Hacker News new | past | comments | ask | show | jobs | submit login

I'm not familiar with Docker, but something might have failed in the configure or build phases. What kind of output are you getting from those scripts?



Thanks - I'll pastebin output later when I'm off the tube.


I think it's that ./b2 was not run.


That's strange - the build.sh script should run b2 as long as the $BUILDMODE is either not set or is set to 'bjam'.

I write rudimentary bash. If there's a problem in build.sh, debugging the script should be straightforward.



According to your pastebin, cstddef cannot be found. This is a standard c++ header. An environment issue, perhaps?

http://en.cppreference.com/w/cpp/header/cstddef


OK, done:

docker pull imiell/binspector

https://registry.hub.docker.com/u/imiell/binspector/

Bit of a hack required to get it compiled; there's probably a better solution:

https://github.com/ianmiell/shutit/blob/master/library/binsp...


Yup, tried various manual -I includes, CFLAGS etc.. I'll figure it out.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: