rtorrent on windows: -bash: wget: command not found - windows

I installed Cygwin x86 on my Windows 8 Pro x64 on default settings and then I start Cygwin terminal. Then I got "-bash: wget: command not found"
I'm following this guide
How do I fix this?
Thank in advance.

Install wget as well through the setup screen of Cygwin although it would risk having updates with other packages. You can also install a native executable manually in a place valid with path like c:\windows\system32. See http://users.ugent.be/~bpuype/wget/.

Related

Mac cmake: 'stdio.h' file not found

I have been stuck on this for a while, and I was wondering if I could get some help.
I'm currently stuck trying to run a cmake setup file and I'm constantly getting this error
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/stdio.h:107:15: fatal error: 'stdio.h' file not found
I've been looking online, and haven't been able to find anything recent. I've tried using the xcode-select --install already.
cmake version is currently 3.21.3.
The library I'm trying to install is https://github.com/google/draco, where I'm trying to install python functions using pybind11. I was able to install this library through cmake, whoever when I try to install the pybind11 functionality I keep getting this error. This library seemed to function properly on a coworkers linux machine, and they were running cmake 3.20.4 on ubuntu 18.04 (I don't know if this makes a difference)
Any help would be appreciated, and please let me know if there's any other information that can help the process.
It looks like something in XCode has changed after updating MacOS to 12.3. I had to reinstall XCode command line tools. I don't say it's right solution, but it works for me.
Commands for reinstalling (from https://stackoverflow.com/a/47804075):
removing the old tools ($ sudo rm -rf /Library/Developer/CommandLineTools)
install xcode command line tools again ($ xcode-select --install).

Getting Google Course Builder to deploy from Windows 7

I have extremely limited programming experience, and I am trying to get Google Course Builder up and running to make a class on a website. I have tried a lot of things, and have probably screwed things up badly by this point, but hopefully the situation is salvageable with enough help.
So far I have:
Downloaded Course Builder to my Windows 7 64 bit pc
Manually installed python 2.7.17
Installed Cygwin manually
Ran windows_start_local.bat (Which installed Cygwin again)
This showed up in a new window:
Compilation error building pycrypto-2.6.1. Please ensure a C compiler
is installed and functional on your system. On OS X, the most likely
cause of this problem is that you don't have the XCode Command Line
Tools installed. To fix this, run
$ xcode-select --install
and follow the instructions that appear, then re-run this command.
/usr/bin/bash: Exit 255.
Typed: gcloud component install app-engine-python-extras into CMD prompt and received a message that it was an invalid command
Typed: easy_install http://www.voidspace.org.uk/python/pycrypto-2.6.1/pycrypto-2.6.1.win32-py2.7.exe into CMD prompt and it said pycrypto was installed and that dependencies had been processed.
Typed: windows_start_local.bat into CMD prompt again
Got the same error:
Compilation error building pycrypto-2.6.1. Please ensure a C compiler
is installed and functional on your system. On OS X, the most likely
cause of this problem is that you don't have the XCode Command Line
Tools installed. To fix this, run
$ xcode-select --install
and follow the instructions that appear, then re-run this command.
/usr/bin/bash: Exit 255.
Typed: easy_install http://www.voidspace.org.uk/python/pycrypto-2.6.1/pycrypto-2.6.1.win32-py2.7.exe into CMD prompt again.
Typed: windows_start_local.bat into CMD prompt again
Got that same error again.
Installed Microsoft Visual C++ Compiler for Python 2.7 from https://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
Came here because I have no idea what the heck I am doing.

Cannot install Aptana Studio on Windows 10: Failed to Correctly Aquire installer_git_windows.exe file: CRC Error

Whenever I run the standalone installer for Aptana Studio I get the following error:
Failed to Correctly Aquire installer_git_windows.exe file: CRC Error
I'm running Windows 10, I've looked online for hours and have found no solution.
I had this problem solved by installing the Git from http://go.appcelerator.com/installer_git_windows.exe.
I had the same error. I believe it still has something to do with the NodeJS.
I went to this site https://nodejs.org/en/download/ use the 32 bit version for Windows 10. Then installed an older version of Aptana https://aptana-studio.en.uptodown.com/windows/versions with the 3.4.2 and tada.. it worked. I don't mind the older version for now.
Rename the installer file to "aptana.exe"
Move that file to c drive
Open CMD in administrator mode Type "c:/aptana.exe /passive /norestart"
Press enter
After some process, a new exe file will be available on desktop which you can use.
It worked for me.
Simply download git from https://git-scm.com/download/win and install it manually before launching the Aptana installer and it will work.

ccmake. in cygwin & Windows 7 (64bit)

I have only used Mac in the past to compile, so I am a little lost with the following issue.
I am trying to compile a program in Windows 7 through cygwin. Svn co to get the source code works, but upon $ ccmake. the error "command not found" appears. I have the devel. tools from the cygwin setup, as well as cmake and MinGW-64 installed. Where can be the bug? Is ccmake. command supported at all in cygwin?
Any hints are appreciated.
If you are using Cygwin, you should install Cmake using Cygwin as well. The package should be called "cmake". Once that is done you should find ccmake at
/usr/bin/ccmake
AKA
C:\cygwin\bin\ccmake.exe
and you should make sure your PATH contains /usr/bin
ref

How to install cURL in 32-bit Windows?

How to install cURL in 32-bit Windows?
When I follow
Run cURL commands from Windows console I get this problem:
Had less experience use Curl in windows, but from your error, seems that your curl was not installed probably, So you can try to install another version libcurl for your system.
Installing a 32-bit cURL on Windows is pretty easy. You can even just follow a step-by-step procedure with screenshots. You can follow the instructions from Making cURL work on Windows 7. There are instructions there for both 32-bit and 64-bit installations.
If you have git installed, the curl commands can be run from git bash.

Resources