Solved net/freerdp

Compile fails with:
Code:
===>  Building for freerdp-1.1.0_2
Scanning dependencies of target winpr-hash
Scanning dependencies of target winpr-makecert-tool
Scanning dependencies of target freerdp-common
[  0%] Building C object winpr/tools/hash/CMakeFiles/winpr-hash.dir/hash.c.o
Scanning dependencies of target freerdp-utils
[  1%] Building C object winpr/tools/makecert/CMakeFiles/winpr-makecert-tool.dir/makecert.c.o
[  2%] Building C object libfreerdp/common/CMakeFiles/freerdp-common.dir/addin.c.o
[  3%] Building C object libfreerdp/utils/CMakeFiles/freerdp-utils.dir/event.c.o
Linking C executable winpr-hash
/usr/local/bin/ld: cannot find -lwinpr-utils
collect2: error: ld returned 1 exit status
--- winpr/tools/hash/winpr-hash ---
*** [winpr/tools/hash/winpr-hash] Error code 1
 
Compiles after doing this:
mv files/patch-git_1b663cef files/_patch-git_1b663cef

I guess the REGEX in the patch is wrong.

I send both to the maintainer.

Thank you so much for this useful hint. Renaming the patch-git_1b663cef to _patch-git_1b663cef solved the problem (and a whole lot of frustration). :)
 
Back
Top