mike-jumper opened a new pull request, #464: URL: https://github.com/apache/guacamole-server/pull/464
The build is currently failing on some build environments with an error like the following: ``` ... #8 157.1 /usr/bin/ld: fs/test_rdp-normalize_path.o: undefined reference to symbol 'PRIV_guac_mem_alloc' #8 157.1 /usr/bin/ld: /build/guacamole-server/src/libguac/.libs/libguac.so.21: error adding symbols: DSO missing from command line ... ``` This is because unit tests leveraging the new functions need to be explicitly linked against libguac. These changes add such linkage to all tests that were updated for GUACAMOLE-1867. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org