Jump to content

Search the Community

Showing results for tags 'windows'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • XRP
    • Please Read Before Posting
    • XRP Trading and Price Speculation
    • Press
    • General Discussion
    • Technical Discussion
    • Marketplace
    • Problem Solving
  • Other XRP Based Tech
    • Codius and Smart Contracts
  • Other Technology
    • Alt-coin Trading And Price Speculation
    • Alt-Coins and General Fintech
  • More
    • Coil Posts and Fan Submissions
    • Off-Topic
    • Meta
    • Languages
  • Canadian Zerpers's Topics
  • Vegemite Ripplers's Topics
  • 2 the Moon! For Real. The Club's Topics
  • NY Zerpers - aka bitlicense island's Topics
  • Brackish Waters Club's Topics
  • Trading Places's Topics
  • Anti-Club Club's Topics
  • The Irish Brigade's Topics
  • Saloon's Request
  • The Crypto Buffett's Topics
  • Super serious Ripple club's Topics
  • Making Millions!'s Topics
  • Ripple - India's Topics
  • SWELL's Topics
  • Gospel Hour's Topics
  • Korean XRP Holders's Topics
  • Strayans lovin your work XRP!!!'s Topics
  • Technical Analysis (TA) Area's Topics
  • BTC diving deep club's Topics
  • Ripple Enamel Pin Club's Topics
  • XRP Wave Surfers's Topics
  • FUDster's retreat's Topics
  • Cooking with Snoopy's Topics
  • How it's all going to happen..'s Topics
  • Chocolate Fish's Topics
  • The Round Table's Topics
  • UK Hodlers's Topics
  • ˜”*°• Zerpmania •°*”˜'s Topics
  • XRP YouTube Videos's Topics
  • CRY ROOM's Topics
  • Night's Watch's Topics
  • CasinoCoin's Topics
  • XRP Think Tank's Topics
  • Allvor's Topics
  • NightClub's Topics
  • TeXRP's Topics
  • COIL Think Tank's Topics
  • Bob's Book Club's Topics
  • XRP FAQS's XRP Q an A’s
  • €0.05's Topics
  • Flare Discussion's Topics
  • DeFiers's Topics
  • NOIA's Topics
  • NOIA's The Internet
  • NOIA's Tweets
  • Evernode's Topics

Calendars

  • Ripple Events
  • Vegemite Ripplers's Events
  • NY Zerpers - aka bitlicense island's Events
  • Brackish Waters Club's Events
  • Trading Places's Events
  • Anti-Club Club's Events
  • The Irish Brigade's Events
  • Saloon's Calendar
  • XRP Trading And Price Speculation's Events
  • The Crypto Buffett's Calendar
  • Alt-Coin Trading And Price Speculation's Events
  • Super serious Ripple club's Events
  • Making Millions!'s Events
  • Ripple - India's Events
  • SWELL's Events
  • Gospel Hour's Events
  • Korean XRP Holders's Events
  • Strayans lovin your work XRP!!!'s Events
  • Technical Analysis (TA) Area's Events
  • BTC diving deep club's Events
  • Ripple Enamel Pin Club's Events
  • XRP Wave Surfers's Events
  • FUDster's retreat's Events
  • Cooking with Snoopy's Events
  • Chocolate Fish's Events
  • The Round Table's Events
  • UK Hodlers's Events
  • XRP YouTube Videos's Events
  • CRY ROOM's Events
  • XRP Think Tank's Events
  • Allvor's Events
  • NightClub's Events
  • TeXRP's Events
  • COIL Think Tank's Events
  • Bob's Book Club's Calendar
  • Flare Discussion's Events

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Interests


Location


Occupation


Country


Ripple Address


Biography


Location


Interests


Occupation

Found 2 results
Minimum search term is 4 characters long. Can't find what you want? Click here for the custom google search instead.

  1. Hello all, I am attempting to set up a Windows based Validator, with system details; AWS based server Windows Server 2019 Datacenter Xeon 2.3GHz quad core x64 based processor RAM: 16GB SSD: 80GB (plus another 50GB if required) I'm using Visual Studio Community 2019 16.3.5, with 'Desktop development with C++'. There is a pretty good guide below and I have gone all of the way through this including SSH, Git, Boost etc; https://github.com/ripple/rippled/blob/master/Builds/VisualStudio2017/README.md The CMakeSettings.json I copied from the example given at; https://github.com/ripple/rippled/blob/master/Builds/VisualStudio2017/CMakeSettings-example.json And of course I checked and updated the Visual Studio version to be 'Visual Studio 16 2019 Win64', as well as the Boost and OpenSSL locations. When I go to compile and build the project I get the below; Error CMake Error at Builds/CMake/RippledSanity.cmake:77 (message): Visual Studio 32-bit build is not supported. Use -G"Visual Studio 16 2019 Win64" C:\Program Files\Git\Cloned\rippled\Builds/CMake/RippledSanity.cmake 77 I've looked and checked everywhere, but I'm missing something. Any ideas people? The full build Output is; 1> CMake generation started for configuration: 'x64-Debug'. 1> Command line: "cmd.exe" /c ""C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe" -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX:PATH="C:\Program Files\Git\Cloned\rippled\\out\\install\\x64-Debug" -DBOOST_ROOT:STRING="C:/lib/boost" -DOPENSSL_ROOT:STRING="C:/Program Files/OpenSSL-Win64" -DCMAKE_CONFIGURATION_TYPES="Debug" "C:\Program Files\Git\Cloned\rippled" 2>&1" 1> Working directory: C:\Program Files\Git\Cloned\rippled\build\x64-Debug 1> [CMake] -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.23.0.windows.1") 1> [CMake] -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.17763. 1> [CMake] -- The C compiler identification is MSVC 19.23.28106.4 1> [CMake] -- The CXX compiler identification is MSVC 19.23.28106.4 1> [CMake] -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe 1> [CMake] -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe -- works 1> [CMake] -- Detecting C compiler ABI info 1> [CMake] -- Detecting C compiler ABI info - done 1> [CMake] -- Detecting C compile features 1> [CMake] -- Detecting C compile features - done 1> [CMake] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe 1> [CMake] -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe -- works 1> [CMake] -- Detecting CXX compiler ABI info 1> [CMake] -- Detecting CXX compiler ABI info - done 1> [CMake] -- Detecting CXX compile features 1> [CMake] -- Detecting CXX compile features - done 1> [CMake] -- Using 2 cores for ExternalProject builds. 1> [CMake] CMake Error at Builds/CMake/RippledSanity.cmake:77 (message): 1> [CMake] Visual Studio 32-bit build is not supported. Use -G"Visual Studio 16 2019 1> [CMake] Win64" 1> [CMake] Call Stack (most recent call first): 1> [CMake] CMakeLists.txt:26 (include) 1> [CMake] -- Configuring incomplete, errors occurred! 1> [CMake] See also "C:/Program Files/Git/Cloned/rippled/build/x64-Debug/CMakeFiles/CMakeOutput.log". 1> [CMake] 1> cmd.exe /c ""C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe" -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX:PATH="C:\Program Files\Git\Cloned\rippled\\out\\install\\x64-Debug" -DBOOST_ROOT:STRING="C:/lib/boost" -DOPENSSL_ROOT:STRING="C:/Program Files/OpenSSL-Win64" -DCMAKE_CONFIGURATION_TYPES="Debug" "C:\Program Files\Git\Cloned\rippled" 2>&1" returned with exit code: 1
  2. I started this topic because I am tired of waiting for someone else to furnish a hardware wallet to the Ripple/XRP community. I'm a former product developer, with hardware and software experience. This project will need skill-sets in hardware development, micro-computer coding, internet coding, testing, and manufacturing. I feel that with the right group of people we can make a world class HW Wallet that will enhance the value of XRP (besides giving everyone a convenient and safe place to store their XRP). Beyond that, we can leverage the knowledge gained, with our experience, to go on to bigger and better things with Ripple. This project should be considered a commercial project, and sales profits of the wallet will be distributed to the team. In other words, this is a serious development project for experienced people, willing and able to put in the time and effort. If you are interested, please post here, talking about your skill set and how this could proceed.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.