Hi,

Setting up and using OpenSSL on Windows with FreeRDP is extensively
documented here:
https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Developer/FreeRDP-Developer-Manual.markdown

As for your cmake command, I see you're trying to set the paths like
/local/ssl, local/ssl/lib, local/ssl/include. Those paths obviously aren't
valid on Windows. If you installed OpenSSL in C:\OpenSSL-Win32 it should be
picked up automatically. Just use the prebuilt OpenSSL distribution for
Windows, cmake can auto detect it.

On Wed, Jul 24, 2013 at 5:01 AM, Santosh Bollam <bollamsant...@gmail.com>wrote:

> Hi All,
>
>   When i am compilng Freerdp source code using cmake i got below errors. I
> already put openssl related
>   directories in the mentioned command line paths.
>
>  cmake -DOPENSSL_ROOT_DIR=/local/ssl -DOPENSSL_LIBRARIES=/local/ssl/lib
>  -DOPENSSL_INCLUDE_DIR=/local/ssl/include
>
>
>  -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
> -- FreeRDP GIT-dirty
> -- Git Revision 1.1.0-beta+2013071101-147-g81c0d
> -- MSVC: using dynamically-linked runtime (/MD and /MDd).
> -- Skipping disabled feature X11 for X11 (X11 client and server)
> -- Skipping disabled feature DirectFB for DirectFB (DirectFB client)
> -- Skipping disabled feature ZLIB for compression (data compression)
> -- Finding required feature OpenSSL for cryptography (encryption,
> certificate validation, hashing functions)
> -- Skipping disabled feature ALSA for sound (audio input, audio output and
> multimedia redirection)
> -- Skipping disabled feature Pulse for sound (audio input, audio output and
> multimedia redirection)
> -- Skipping disabled feature Cups for printing (printer device redirection)
> -- Skipping disabled feature PCSC for smart card (smart card device
> redirection)
> -- Skipping disabled feature FFmpeg for multimedia (multimedia redirection,
> audio and video playback)
> -- Skipping disabled feature Gstreamer for multimedia (multimedia
> redirection, audio and video playback)
> -- Skipping optional feature IPP for performance (Intel Integrated
> Performance Primitives library)
> --     Enable feature IPP using "-DWITH_IPP=ON"
> -- Skipping optional feature NPP for performance (NVIDIA Performance
> Primitives library)
> --     Enable feature NPP using "-DWITH_NPP=ON"
> -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
> -- FreeRDP GIT-dirty
> -- Adding dynamic channel client server "audin": Audio Input Redirection
> Virtual Channel Extension
> -- Adding static channel client "cliprdr": Clipboard Virtual Channel
> Extension
> -- Adding dynamic channel client "disp": Display Update Virtual Channel
> Extension
> -- Adding static channel client "drdynvc": Dynamic Virtual Channel
> Extension
> -- Adding device channel client "drive": Drive Redirection Virtual Channel
> Extension
> -- Adding dynamic channel client "echo": Echo Virtual Channel Extension
> -- Adding device channel client "printer": Print Virtual Channel Extension
> -- Adding static channel client "rail": Remote Programs Virtual Channel
> Extension
> -- Adding static channel client "rdpdr": Device Redirection Virtual Channel
> Extension
> -- Adding dynamic channel client "rdpei": Input Virtual Channel Extension
> -- Adding static channel client server "rdpsnd": Audio Output Virtual
> Channel Extension
>
>  CMake Error at C:/Program Files/CMake
> 2.8/share/cmake-2.8/Modules/FindPackageHan
> dleStandardArgs.cmake:108 <message>:
>   Could NOT find OPENSSL, try to set the path to OpenSSL root folder in the
>   system variable OPENSSL_ROOT_DIR <missing: OPENSSL_LIBRARIES> <found
>   version "1.0.1e">
> Call Stack <most recent call first>:
>  C:/Program Files/CMake
> 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardAr
> gs.cmake:315 <_FPHSA_FAILURE_MESSAGE>
>   cmake/FindOpenSSL.cmake:309 <find_package_handle_standard_args>
>   CMakeLists.txt:364 <find_feature>
>
> -- Configuring incomplete, errors occurred!
>
>
> Thanks in advance.
>
> Regards,
> santosh
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Freerdp-devel mailing list
> Freerdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to