-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not find libraries #6
Comments
Same here. The error message indicates that the compiler finds the lib but does not think its compatible, though. |
same here |
So I don't know how this project is going, but I made a fork: git.sr.ht/~ghost08/inkview |
@microo8 please check my dockerfile at https://github.com/Skeeve/SDK_6.3.0/tree/docker I created an image based on Debian 9 slim. As I found the cloning of the pocketbook SDK a bit slow I switched to exporting just the (for me) relecant B288 directory using svn. ENV SDK_ARCH=B288
ENV SDK_BASE=/SDK
ENV SDK_URL=https://github.com/pocketbook/SDK_6.3.0/branches/5.19/SDK-${SDK_ARCH}
svn export ${SDK_URL} ${SDK_BASE} That saves about 4GB of traffic by leaving out the other 2 directories. You're welcome to adopt this. |
I just updated to SDK 6.3.0 and golang 17.2 here https://github.com/Skeeve/inkview/tree/SDK-6.3.0 |
Trying to build example after
docker-compose build
withdocker run --rm -v $PWD:/app -v $GOPATH:/gopath dennwc/pocketbook-go-sdk:latest
.Getting
Though it works fine with the pulled from docker hub image v0.2.
The text was updated successfully, but these errors were encountered: