Gideon
Gideon
$ ClangSharpPInvokeGenerator --version ClangSharp P/Invoke Binding Generator version 13.0.0 Ubuntu clang version 13.0.0-2 Unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Unable to...
The integrated tasks seem very limited at the moment subcommand build only ever builds in debug configuration and more advanced commands arent possible either like run "--package foo --bin bar"
installing and running ClangSharpPInvokeGenerator results in ``` PS C:\...\Build> ClangSharpPInvokeGenerator Unhandled exception. System.TypeInitializationException: The type initializer for 'ClangSharp.Program' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.CommandLine,...
``` Processing 'Include/miniaudio.h' /home/gidcheen/Desktop/murder_farm/Src/Services/Miniaudio/Bindings.cs(3543,28): error CS0103: The name 'Anonymous4' does not exist in the current context /home/gidcheen/Desktop/murder_farm/Src/Services/Miniaudio/Bindings.cs(3552,28): error CS0103: The name 'Anonymous4' does not exist in the current context /home/gidcheen/Desktop/murder_farm/Src/Services/Miniaudio/Bindings.cs(3561,28):...
`stddef.h` is not found since upgrading to 20.1.2 ``` Glfw failed with 1 error(s) (0.5s) Diagnostics for 'Include/GLFW/glfw3.h': Include/GLFW/glfw3.h:103:10: fatal error: 'stddef.h' file not found Skipping 'Include/GLFW/glfw3.h' due to one...
What dlls and to where. how do i get libclang.so files from Nuget even? the links to Nuget dont have any so files in them. what even are the limitations...