Milan Nikolic

Results 375 comments of Milan Nikolic
trafficstars

Now it will return error for broken files when load/run page is started.

You are using vendor, see https://github.com/gen2brain/go-fitz/issues/111 and many other related issues. Also, not sure why you are using CFLAGS/LDFLAGS.

As I wrote, see https://github.com/gen2brain/go-fitz/issues/111, or do not use vendor.

No idea, why should anything be different? What is that static-debian anyway, you will not get static binary, it will link to libc, unless you also build with --static.

Support for vendoring include files and libs is added.

If it is easy for me to add new crossdev toolchain on mu system I will add it. Not sure, I don't even know what devices use windows/arm64. I will...

Ok, I added libraries for windows/arm64. ``` # CGO_ENABLED=1 CC=aarch64-w64-mingw32-gcc GOOS=windows GOARCH=arm64 go build -ldflags '-s -w' # file example.exe example.exe: PE32+ executable (console) Aarch64, for MS Windows, 7 sections...

I just used `aarch64-w64-mingw-gcc` from llvm-mingw as CC and compiled the library similar as what I do for other platforms. Here is an excerpt: ``` MINGW_ARM_64="/usr/aarch64-w64-mingw32" OPTS="HAVE_X11=no HAVE_GLFW=no HAVE_GLUT=no WANT_OPENSSL=no...

There is already option `--no-nonimage` or `Remove Non-Image Files from the Archive`, but it probably needs some review.

Sorry, if you can just reiterate, the issue is with the existing archives and junk in them, or is the issue when creating new archives (I don't think so, but...