Christofer Dutz
Christofer Dutz
I recently setup my test-environment to be only reachable via VPN (Unify Gateway) ... so when using the built-in MAC VPN (L2TP over IPSec) and using an IP I was...
I think the problem might be related to my device getting an IP address that is generally not reachable from the ADS device. So the device has the IP 192.168.23.20...
It seems there's something fishy with your compiler ... as far as I understood this message happens when CMake tries to compile a dummy test project in order to check...
Grmpf ... these windows build projects are a bit like fungi gowing in some petri-dish ... you never know how they look the next time you have a look ......
Ok .... so I've tried updating my documentation for building PLC4X on windows based on my Windows VM, however the cmake plugin currently seems to have issues building on Aarch64...
From what I see at the official cmake page (https://cmake.org/download/), the following versions should probably need to be deployed: - windows-arm_64 - windows-x86_64 - linux-arm_64 - linux-x86_64 - mac-universal For...
https://github.com/cmake-maven-project/cmake-maven-project/issues/56
I just pushed an update on the documentation on how to setup on windows ... so feel free to have a look. I've tested the build on Arm64 and AMD64/x86_64...
Ok ... changes just merged and should be available now ... updated cmake version to a more recent one supporting all platforms as well as the documentation ... if I...
I got it to build on my M2 Mac, by simply deleting all ".bazel" files, using GoLand (Jetbrains GO IDE) and added a new "go.mod". I then simply left it...