You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried #586 ( I already installed dotnet tool install clangsharppinvokegenerator, dotnet add package libclang-runtime-linux-x64 and dotnet add package libclangsharp-runtime-linux-x64
And I already installed clang and buildessential etc.
Why does it happen because it has error:
ClangSharpPInvokeGenerator --file /usr/include/CL/cl.h -n OpenCL --methodClassName CLInterop --libraryPath libOpenCL.so -o CSharp/Class.cs -i /usr/lib/gcc/x86_64-linux-gnu/13/include -i /usr/include
Diagnostics for '/usr/include/CL/cl.h':
/usr/include/CL/cl_platform.h:362:10: fatal error: 'stddef.h' file not found
Skipping '/usr/include/CL/cl.h' due to one or more errors listed above.
Hello,
I have tried #586 ( I already installed
dotnet tool install clangsharppinvokegenerator
,dotnet add package libclang-runtime-linux-x64
and dotnet add packagelibclangsharp-runtime-linux-x64
And I already installed clang and buildessential etc.
Why does it happen because it has error:
And I checked find command:
I have tried and it tells same skipping error cause I want to port to C# with OpenCL because it said error of
stddef.h
How do I fix it? Please forgive me!
The text was updated successfully, but these errors were encountered: