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 tried building clingo-cs on Mac, but ran into issues where it was looking for a .so library but Mac had built a .dylib. I wasn't sure how to fix this so I tried building on Windows - this results in the following error when performing the dotnet step:
C:\Program Files\dotnet\sdk\7.0.400\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(221,5): error : Could not find a part of the path 'D:\clingo-cs\clingo\build\linux\bin'. [D:\clingo-cs\src\Clingo_c\Clingo_c.csproj]
The linux/bin folder doesn't exist becuase it's built a windows/bin folder instead - I'm not sure why the dotnet step is trying to find a Linux library.
The text was updated successfully, but these errors were encountered:
Tracked down the issue to a line in \src\Clingo_c\Clingo_c.csproj which is commented out referencing the windows dlls. Uncommenting and commenting the Linux .so line succeeds the build.
I tried building clingo-cs on Mac, but ran into issues where it was looking for a .so library but Mac had built a .dylib. I wasn't sure how to fix this so I tried building on Windows - this results in the following error when performing the dotnet step:
C:\Program Files\dotnet\sdk\7.0.400\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(221,5): error : Could not find a part of the path 'D:\clingo-cs\clingo\build\linux\bin'. [D:\clingo-cs\src\Clingo_c\Clingo_c.csproj]
The linux/bin folder doesn't exist becuase it's built a windows/bin folder instead - I'm not sure why the dotnet step is trying to find a Linux library.
The text was updated successfully, but these errors were encountered: