Closed jpt4 closed 6 years ago
The stb_image
shared library should be built automatically (the make target is called stb_image
- you could re-try building it to check). If it worked properly, then libstb_image.so
will end up in extempore/libs/platform-shlibs
, which is the first place that the bind-dylib
call in libs/external/stb_image.xtm
should look. This is what's failing.
So, that might help you figure out where exactly it's going wrong. I'm afraid that I'm just about to go on holidays, so I won't be able to help, but you should ask on the mailing list.
Good luck!
can I close this?
Following the Extempore installation instructions for Linux, using Arch with kernel version 4.8.12-1, everything appears successful until the error in the issue title.
I tried the instructions in the commentary in https://github.com/digego/extempore/blob/master/libs/external/stb_image.xtm
and attempted to run clang on the appropriate renamed files from https://github.com/nothings/stb, but received the following error:
With -v:
main
doesn't exist in any of the source files, but my clang/gcc knowledge fails me at this point, as does my searching for similar problems. Any assistance or pointers to solutions would be greatly appreciated.