n-i-x

Results 22 comments of n-i-x

Hey there! Any progress on this? I was trying to build an SDL app for an aarch64 linux embedded system and getting an error: `# error "No ABI matched"` I'm...

I don't think that'll let me statically compile though will it? I have all the .a files from the device I'm targeting and tried adding them to the repo... but...

FYI, I tried compiling SDL 2.0.7 (the version included in the embedded device) using your instructions and then building one of the examples and I get the following error: ```...

Okay I tried all of that except compiling sdl with the aarch64 gcc I’ll try that next and report back.

``` $ export PKG_CONFIG_PATH="$HOME/.local/lib/pkgconfig:$PKG_CONFIG_PATH" $ pkg-config --cflags sdl2 -D_REENTRANT -I/config/.local/include/SDL2 ``` Then when trying to cross-compile I get the following: ``` $ CGO_ENABLED=1 CC=aarch64-linux-gnu-gcc GOOS=linux GOARCH=arm64 go build -tags static...

I also wonder if I just need to compile SDL -image,-mixer,-ttf,-gfx to get all the references needed by the bindings... I'll make my way through compiling those libs for aarch64...

I have the same problem. I'm also using a reverse NGINX proxy (linuxserver.io/qbittorrent). I don't believe the reverse proxy is the issue as the API works otherwise. This extension cannot...

I also agree. I just kinda freaked out when the size exploded without explanation. Maybe an update to the release notes are in order? The whole checksum request was so...

Another argument in favor of the footprint remapping suggestion is for making this library work with EasyEDA designs. I'm able to generate SVG from KiCad PCB converted with https://wokwi.com/tools/easyeda2kicad which...

You need to disable windows error reporting. The KlausT version will cause a problem sometimes and windows error reporting will open a modal dialog that will prevent the script from...