[GH-ISSUE #520] Encountered an installation issue #435

Closed
opened 2026-02-26 09:31:24 +03:00 by kerem · 2 comments
Owner

Originally created by @sparkandshine on GitHub (Sep 18, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/520

I tried to install ScreenToGif on my macOS with ./build.sh. Everything looks good.

$ ./build.sh 
Feeds used:
  https://api.nuget.org/v3/index.json

Restoring NuGet package Cake.0.34.1.
  GET https://api.nuget.org/v3-flatcontainer/cake/0.34.1/cake.0.34.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/cake/0.34.1/cake.0.34.1.nupkg 971ms
Installing Cake 0.34.1.

After a while, I encountered the following issue.

Controls/VideoSourceKindList.xaml.cs(1,22):` error CS0234: The type or namespace name 'Controls' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/DynamicRenderers/ArrowDynamicRenderer.cs(4,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/DynamicRenderers/ArrowDynamicRenderer.cs(6,28): error CS0234: The type or namespace name 'StylusPlugIns' does not exist in the namespace 'System.Windows.Input' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/DynamicRenderers/IDynamicRenderer.cs(1,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/Strokes/ArrowStroke.cs(2,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/DynamicRenderers/EllipseDynamicRenderer.cs(3,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
Originally created by @sparkandshine on GitHub (Sep 18, 2019). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/520 I tried to install ScreenToGif on my macOS with `./build.sh`. Everything looks good. ``` $ ./build.sh Feeds used: https://api.nuget.org/v3/index.json Restoring NuGet package Cake.0.34.1. GET https://api.nuget.org/v3-flatcontainer/cake/0.34.1/cake.0.34.1.nupkg OK https://api.nuget.org/v3-flatcontainer/cake/0.34.1/cake.0.34.1.nupkg 971ms Installing Cake 0.34.1. ``` After a while, I encountered the following issue. ``` Controls/VideoSourceKindList.xaml.cs(1,22):` error CS0234: The type or namespace name 'Controls' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/DynamicRenderers/ArrowDynamicRenderer.cs(4,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/DynamicRenderers/ArrowDynamicRenderer.cs(6,28): error CS0234: The type or namespace name 'StylusPlugIns' does not exist in the namespace 'System.Windows.Input' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/DynamicRenderers/IDynamicRenderer.cs(1,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/Strokes/ArrowStroke.cs(2,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/DynamicRenderers/EllipseDynamicRenderer.cs(3,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ```
kerem 2026-02-26 09:31:24 +03:00
Author
Owner

@NickeManarin commented on GitHub (Sep 23, 2019):

I'm sorry, but I could not understand what's happening.
ScreenToGif was built with WPF, which is not supported in macOS, so I'm not sure if it works with Cake.

Also, your exception messages point to the Captura project, not to ScreenToGif.

<!-- gh-comment-id:534299209 --> @NickeManarin commented on GitHub (Sep 23, 2019): I'm sorry, but I could not understand what's happening. ScreenToGif was built with WPF, which is not supported in macOS, so I'm not sure if it works with Cake. Also, your exception messages point to the Captura project, not to ScreenToGif.
Author
Owner

@NickeManarin commented on GitHub (Nov 15, 2019):

I'm going to close this because of inactivity.

<!-- gh-comment-id:554482801 --> @NickeManarin commented on GitHub (Nov 15, 2019): I'm going to close this because of inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#435
No description provided.