Re: Unable to make drogon-assist

2024-07-02 Thread Albaro Pereyra
Thanks guys I now have a good starting point. Turns out the code has other errors I have to reach out to the maintainers about. On Tue, Jul 2, 2024, 6:06 AM Paul Smith wrote: > On Mon, 2024-07-01 at 14:31 -0700, Albaro Pereyra wrote: > > /home/albaro/drogon-assist/drogon/assist/passwdhash.cpp:2

Re: Unable to make drogon-assist

2024-07-02 Thread Paul Smith
On Mon, 2024-07-01 at 14:31 -0700, Albaro Pereyra wrote: > /home/albaro/drogon-assist/drogon/assist/passwdhash.cpp:20:15: error: > ‘string_view’ does not name a type >    20 |         const string_view alphabet = > "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; >       |        

Re: Unable to make drogon-assist

2024-07-02 Thread Edward Welbourne
Albaro Pereyra (01 July 2024 23:31) quoted: > /home/albaro/drogon-assist/drogon/assist/passwdhash.cpp: In function > ‘std::string drassist::secureRandomString(size_t)’: > /home/albaro/drogon-assist/drogon/assist/passwdhash.cpp:20:15: error: > ‘string_view’ does not name a type >20 | c

Re: Unable to make drogon-assist

2024-07-01 Thread Albaro Pereyra
Here is the g++ version: $ g++ --version g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. On Mon, Jul 1,

Re: Unable to make drogon-assist

2024-07-01 Thread Albaro Pereyra
it looks like the standard is c++ 20. I am still getting the following error message: /usr/bin/cmake -S/home/albaro/drogon-assist -B/home/albaro/drogon-assist/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/albaro/drogon-assist/build/CMakeFiles /h

Re: Unable to make drogon-assist

2024-07-01 Thread Paul Smith
On Mon, 2024-07-01 at 13:51 -0700, Albaro Pereyra wrote: > Thanks for reaching out.  I have reached out to the maintainers of > drogon-assist. They said it was out of their scope to diagnose the > issue with my make.  Basically saying it works on their computer and > don't know why it doesn't work

Re: Unable to make drogon-assist

2024-07-01 Thread Albaro Pereyra
, 2024, 6:23 AM Paul Smith wrote: > On Sun, 2024-06-30 at 23:20 -0700, Albaro Pereyra wrote: > > I am unable to make drogon-assist. > > https://github.com/drogonframework/drogon-assist > > > > I am running on WSL2 ubuntu > > Linux HP-14-64GB 5.15.153.1-microsoft-

Re: Unable to make drogon-assist

2024-07-01 Thread Paul Smith
On Sun, 2024-06-30 at 23:20 -0700, Albaro Pereyra wrote: > I am unable to make drogon-assist. > https://github.com/drogonframework/drogon-assist > > I am running on WSL2 ubuntu > Linux HP-14-64GB 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 > 23:14:13 UTC 2024 x86_64

Unable to make drogon-assist

2024-07-01 Thread Albaro Pereyra
Hello, I am unable to make drogon-assist. https://github.com/drogonframework/drogon-assist I am running on WSL2 ubuntu Linux HP-14-64GB 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux cmake version: cmake version 3.22.1 CMake suite