Can't compile on linux
See original GitHub issueI get an error when trying to compile SDA on linux, which is the following:
Unable to read package from path 'cef.redist.x64.3.2454.1344.nupkg'.
I also downloaded the master source, that also gives me an error:
'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
I Can't Compile C++ Program
Cpp to CCC.cpp first and then compile your application by G++ (C++ compiler). Reproducible way: sudo apt-get install g++ mv CCC.
Read more >GCC Not Compiling in Linux
EDIT: I have solved this issue by copying another functioning gcc to the actual one. Even reinstalling won't work. Another way you can...
Read more >can't compile C programs
Re: can't compile C programs ... If it says "requires g++ but it will not be installed", it usually means that there is...
Read more >Cant compile on linux using projucer
The Projucer's live-build engine isn't supported on Linux. You'll need to compile the code examples with a C++ compiler like GCC or Clang....
Read more >Unable to compile Linux kernel
I have GCC version 4.8.4. Following is the error after upgrading gcc to 4.9. I read somewhere that this is a bug? DKMS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I made a CLI program to replace SteamDesktopAuthenticator on Linux, steamguard-cli. It can read and write the same files that SteamDesktopAuthenticator can, so you don’t have to set up your mobile authenticator again. It can also handle trade confirmations.
I got the same exact problem as @D3SCX and @Drobesz, i’m trying to compile SDA in Xubuntu 16.04.3 LTS with monodevelop 5.10 (from the ubuntu repo).
The idea of using Wine doesn’t work for me (SDA hangs in a minute or two, sometimes even in less), running the Güindows (A.K.A Windows) build with mono doesn’t work either (sometimes the thing just hangs the SO, no apparent reason, no log, no terminal warning, etc), so i’m trying to compile SDA and then make a friking .deb file for it! (gosh, I love those things), so please, help!