On Sun, Jun 30, 2024 at 9:23 PM Nathaniel Belles <mon99keymon99...@gmail.com> wrote:
> I'm currently building for ARM which hasn't yet been officially integrated > to the main docker images in Docker Hub so I'm unable to verify that image. > I'm also currently unable to build from source tag 1.5.5 > <https://github.com/apache/guacamole-client/releases/tag/1.5.5>, I'm not > sure why but I think because my pull request > <https://github.com/apache/guacamole-client/pull/963> which was > integrated into main was not integrated into the 1.5.5 release. I just > tried integrating the changes from my previously mentioned pull request but > it still is not able to build. Both failures to build gave this set of > errors during compilation which makes it kind of difficult to inspect why > it didn't build properly. If there are any recommendations on how to better > debug a build failure like this from within the docker container, I'm all > ears. > > That pull request was definitely not part of the 1.5.5 release - the 1374 issue should make it into the 1.6.0 release. > 142.6 [INFO] ------------------------------------------------------------- > > 142.6 [ERROR] COMPILATION ERROR : > > 142.6 [INFO] ------------------------------------------------------------- > > 142.6 [ERROR] error: warnings found and -Werror specified > > 142.6 [INFO] 1 error > I suspect the actual warnings that caused the build failure are just above this line. -Nick