question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't compile on linux

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dyc3commented, Jun 22, 2017

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.

0reactions
Rasmezcommented, Nov 20, 2017

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found