Kyle Greenslade

Results 6 comments of Kyle Greenslade

Hi @kring Thank you for your suggestion of creating an overlay port, we may go that route to get moving. I did raise an issue with ada and the ada...

Hi @Kring Yes you are correct we are building inside docker on an arm64 mac. I had the same idea as you that maybe it was the compiler version. So...

Hi @kring Id like you to recognize that it's not only just my case. You are correct that I could just change this line locally, or through a patch as...

Hi @kring thank you for the clarification. Poor assumption on my part. Yes that solves the issue with building ada. I have however run into other issues with uninitialized variables...

@kring From the code no, i'd have to dump the assembly to see and i'm not quite in the mood to learn aarch64 assembly. We will run with that for...

Got it all building with the suggestions: ``` #!/bin/bash set -e SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) VS_ROOT=$(dirname $SCRIPT_DIR) EXTERN_DIR=$VS_ROOT/extern BUILD_DIR=$VS_ROOT/build SRC_DIR=$EXTERN_DIR/cesium-native PKG_DIR=$EXTERN_DIR/cesium-native-pkg...