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

window cmake error ???? #75

Open
yz-yz-yz opened this issue Dec 13, 2024 · 1 comment
Open

window cmake error ???? #75

yz-yz-yz opened this issue Dec 13, 2024 · 1 comment

Comments

@yz-yz-yz
Copy link

Call Stack (most recent call first):
C:/Users/13349/miniforge3/envs/gnuradio/Library/lib/cmake/gnuradio/GnuradioConfig.cmake:37 (include)
CMakeLists.txt:89 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PythonLibs: optimized;C:/Users/13349/miniforge3/envs/gnuradio/libs/python312.lib;debug;D:/python环境/libs/python312_d.lib (found suitable exact version "3.12.8")
-- Found Git: D:/git/Git/cmd/git.exe
-- Extracting version information from git describe...
fatal: No annotated tags can describe 'a827fe97271fcaf5292a8e16458f2c1292eef6ca'.
However, there were unannotated tags: try --tags.
-- Found Doxygen: C:/Strawberry/c/bin/doxygen.exe (found version "1.9.7") found components: doxygen missing components: dot
-- Python checking for bokeh - found
CMake Warning (dev) at C:/Users/13349/miniforge3/envs/gnuradio/Library/share/cmake/pybind11/FindPythonLibsNew.cmake:101 (message):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning, or
preferably upgrade to using FindPython, either by calling it explicitly
before pybind11, or by setting PYBIND11_FINDPYTHON ON before pybind11.
Call Stack (most recent call first):
C:/Users/13349/miniforge3/envs/gnuradio/Library/share/cmake/pybind11/pybind11Tools.cmake:50 (find_package)
C:/Users/13349/miniforge3/envs/gnuradio/Library/share/cmake/pybind11/pybind11Common.cmake:228 (include)
C:/Users/13349/miniforge3/envs/gnuradio/Library/share/cmake/pybind11/pybind11Config.cmake:250 (include)
CMakeLists.txt:143 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PythonInterp: C:/Users/13349/miniforge3/envs/gnuradio/python.exe (found suitable version "3.12.8", minimum required is "3.7")
-- Found PythonLibs: optimized;C:/Users/13349/miniforge3/envs/gnuradio/libs/python312.lib;debug;D:/python环境/libs/python312_d.lib
-- Performing Test HAS_MSVC_GL_LTCG
-- Performing Test HAS_MSVC_GL_LTCG - Success
-- Found pybind11: C:/Users/13349/miniforge3/envs/gnuradio/Library/include (found version "2.13.6")
-- Using install prefix: C:/Program Files/gr-bokehgui
-- Building for version: 1.0.0.0 / 1.0.0
-- No C++ unit tests... skipping
-- PYTHON and GRC components are enabled
-- Python checking for pygccxml - found
CMake Error at C:/Users/13349/miniforge3/envs/gnuradio/Library/lib/cmake/gnuradio/GrPybind.cmake:250 (message):
Python bindings for time_sink_c_proc.h are out of sync
Call Stack (most recent call first):
python/bindings/CMakeLists.txt:43 (GR_PYBIND_MAKE_OOT)

-- Configuring incomplete, errors occurred!

(gnuradio) C:\Users\13349\Desktop\gnuradio\gr-bokehgui\build>

@Notou
Copy link
Collaborator

Notou commented Dec 13, 2024

Your issue message is not particularly clear, with just a call stack, no info on what the command was, what versions of Gr, bokeh, and bokehgui you are using, your system or anything.

I think I understand there is a Pybind11 binding mismatch though.
Can you try out this PR #76 I just opened? It might help with your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants