Hi Vic,
What is the problem when you build FreeRDP? Have you tried building
FreeRDP master?
Cheers, Martin
On 07.09.2022 16:49, Vic Pol via FreeRDP-devel wrote:
> Hello,
> I'm trying to build wfreerdp using version 2.7 code and OpenSSL 3.0.3 but
> having some issues. I can build the same 2.7 cod
Running freerdp as a system user is generally not a good idea but have
you tried CreateProcessAsUser?
On 08.08.2022 07:39, Jinit M via FreeRDP-devel wrote:
> Hello all,
> Had a minor doubt regarding freerdp, as per what I am using freerdp is
> opening up as a system user.Now i want to open up anot
Hi Anand,
did you compile and install OpenSSL? If you just compile OpenSSL the
directory structure is different than the one expected by the cmake script.
Rather than setting system variables try to pass the directory to the
cmake command line with -DOPENSSL_ROOT_DIR=/full/path/name
If you still h