Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile in windows 10 #2230

Open
3 tasks done
s-nt-s opened this issue Apr 24, 2024 · 1 comment
Open
3 tasks done

Compile in windows 10 #2230

s-nt-s opened this issue Apr 24, 2024 · 1 comment
Labels
Area-Build Issue-Question Waiting on Author Need more information to diagnose

Comments

@s-nt-s
Copy link

s-nt-s commented Apr 24, 2024

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

I can't compile this project in Windows 10

Expected behavior

# As said in https://github.com/PowerShell/openssh-portable?tab=readme-ov-file#building-from-git
git clone https://github.com/openssh/openssh-portable # or https://anongit.mindrot.org/openssh.git
cd openssh-portable
autoreconf
./configure
make && make tests

Actual behavior

git clone https://github.com/openssh/openssh-portable # or https://anongit.mindrot.org/openssh.git
cd openssh-portable
autoreconf
autoreconf : El término 'autoreconf' no se reconoce como nombre de un cmdlet, función, archivo de script o programa ejecutable. Compruebe si escribió correctamente el nombre o, si incluyó una ruta de acceso,
compruebe que dicha ruta es correcta e inténtelo de nuevo.
En línea: 1 Carácter: 1
+ autoreconf
+ ~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (autoreconf:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


And in https://www.gnu.org/software/autoconf/ there is no info about install autoconf in windows

Error details

PS> Get-Error
Get-Error : El término 'Get-Error' no se reconoce como nombre de un cmdlet, función, archivo de script o programa ejecutable. Compruebe si escribió correctamente el nombre o, si incluyó una ruta de acceso,
compruebe que dicha ruta es correcta e inténtelo de nuevo.
En línea: 1 Carácter: 1
+ Get-Error
+ ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-Error:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Environment data

PS>$PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.19041.4291
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.4291
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Version

latest

Visuals

No response

@tgauth tgauth transferred this issue from PowerShell/openssh-portable Apr 29, 2024
@tgauth
Copy link
Collaborator

tgauth commented Apr 29, 2024

Please follow https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto)
The instructions in the readme refer to building the upstream fork - OpenSSH/OpenSSH-Portable

@tgauth tgauth added Issue-Question Area-Build Waiting on Author Need more information to diagnose labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Build Issue-Question Waiting on Author Need more information to diagnose
Projects
None yet
Development

No branches or pull requests

2 participants