necouchman commented on PR #517:
URL: https://github.com/apache/guacamole-server/pull/517#issuecomment-2133499853

   > > Looks like it failed again... 
https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-wip-freerdp3/2/FREERDP_BRANCH=3.5.1,JENKINS_LABEL_EXPRESSION=ubuntu/
   > 
   > Looks like it doesn't like the attempts to build FreeRDP within the source 
tree:
   > 
   > ```
   > #8 16.99 CMake Error at cmake/PreventInSourceBuilds.cmake:28 (message):
   > #8 16.99   
   > #8 16.99 
   > #8 16.99   CMake must not to be run in the source directory.  Rather 
create a
   > #8 16.99   dedicated build directory and run CMake there.  CMake now 
already created
   > #8 16.99   some files, to clean up after this aborted in-source 
compilation:
   > #8 16.99 
   > #8 16.99      rm -r CMakeCache.txt CMakeFiles
   > #8 16.99 
   > #8 16.99   or
   > #8 16.99 
   > #8 16.99      git clean -xdf
   > #8 16.99 
   > #8 16.99   
   > #8 16.99 
   > #8 16.99   If you happen to require in-source-tree builds for some reason 
rerun with
   > #8 16.99   -DALLOW_IN_SOURCE_BUILD=ON
   > ```
   
   I tweaked the build script slightly to create a build_root directory, cd to 
that, and then cmake from the parent directory. We'll see what happenes.


-- 
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

Reply via email to