Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧑‍🌾 Warnings in rendering windows 3 and 6 #993

Open
Crola1702 opened this issue Apr 24, 2024 · 0 comments
Open

🧑‍🌾 Warnings in rendering windows 3 and 6 #993

Crola1702 opened this issue Apr 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Crola1702
Copy link
Contributor

Environment

  • OS Version: Windows
  • Source gz-rendering3 and gz-rendering6

Description

CI builds show 20 warnings in the log output

Steps to reproduce

  1. Run a build in gz-rendering3 or gz-rendering6
  2. See 20 warnings appear

Output

Reference build:

There isn't a direct link to the warnings. However, the log output shows:

-- Searching for swig - not found.
-- SKIP_PYBIND11 set - disabling python bindings
CMake Warning at C:/J/workspace/gz_rendering-ign-rendering3-win/ws/install/ignition-cmake2/share/cmake/ignition-cmake2/cmake2/IgnConfigureBuild.cmake:55 (message):
   CONFIGURATION WARNINGS:
   -- Swig is missing: Language interfaces are disabled.
Call Stack (most recent call first):
  CMakeLists.txt:142 (ign_configure_build)
  Checking Build System

  Building Custom Rule C:/J/workspace/gz_rendering-ign-rendering3-win/ws/gz-math/src/CMakeLists.txt

cl : command line warning D9025: overriding '/W2' with '/w' [C:\J\workspace\gz_rendering-ign-rendering3-win\ws\build\ignition-math6\src\ignition-math6.vcxproj]

(and a lot more of these in different packages and files)

--- stderr: ignition-math6
CMake Warning at C:/J/workspace/gz_rendering-ign-rendering3-win/ws/install/ignition-cmake2/share/cmake/ignition-cmake2/cmake2/IgnConfigureBuild.cmake:55 (message):
   CONFIGURATION WARNINGS:
   -- Swig is missing: Language interfaces are disabled.
Call Stack (most recent call first):
  CMakeLists.txt:142 (ign_configure_build)


---
Finished <<< ignition-math6 [46.4s]
--- stderr: ignition-rendering3
CMake Warning (dev) at C:/J/workspace/gz_rendering-ign-rendering3-win/ws/install/ignition-cmake2/share/cmake/ignition-cmake2/cmake2/IgnUtils.cmake:398 (message):
   -- THIS MESSAGE IS INTENDED FOR IGNITION-RENDERING AUTHORS --
      (IF YOU SEE THIS, PLEASE REPORT IT)

  Could not find pkg-config information for IgnOGRE.  It was not provided by
  the find-module for the package, nor was it explicitly passed into the call
  to ign_find_package(~).  This is most likely an error in this project's use
  of ign-cmake.
Call Stack (most recent call first):
  CMakeLists.txt:72 (ign_find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/J/workspace/gz_rendering-ign-rendering3-win/ws/install/ignition-cmake2/share/cmake/ignition-cmake2/cmake2/IgnUtils.cmake:398 (message):
   -- THIS MESSAGE IS INTENDED FOR IGNITION-RENDERING AUTHORS --
      (IF YOU SEE THIS, PLEASE REPORT IT)

  Could not find pkg-config information for IgnOGRE2.  It was not provided by
  the find-module for the package, nor was it explicitly passed into the call
  to ign_find_package(~).  This is most likely an error in this project's use
  of ign-cmake.
Call Stack (most recent call first):
  CMakeLists.txt:100 (ign_find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning at C:/J/workspace/gz_rendering-ign-rendering3-win/ws/install/ignition-cmake2/share/cmake/ignition-cmake2/cmake2/IgnConfigureBuild.cmake:55 (message):
   CONFIGURATION WARNINGS:
   -- Ogre 1.x versions greater than 1.9 are not officially supported.
   -- The software might compile and even work but support from upstream
   -- could be reduced to accepting patches for newer versions
Call Stack (most recent call first):
  CMakeLists.txt:157 (ign_configure_build)


---
Finished <<< ignition-rendering3 [6min 35s]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

1 participant