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

<string>:3: SyntaxWarning: invalid escape sequence '\W' error during CMAKE process #209

Open
RobertSwirsky opened this issue Jan 17, 2025 · 0 comments

Comments

@RobertSwirsky
Copy link

-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3.6")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.12.so
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found pybind11: /usr/include (found version "2.11.1")
-- Using install prefix: /usr/local
-- Building for version: v1.0.0-51-geed634ca / 1.0.0git
-- No C++ unit tests... skipping
<string>:3: SyntaxWarning: invalid escape sequence '\W'
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- PYTHON and GRC components are enabled
-- CMAKE_INSTALL_PREFIX: /usr/local
-- GR_PYTHON_DIR: lib/python3.12/dist-packages
-- GR_PYTHON_DIR: lib/python3.12/dist-packages
-- Python checking for pygccxml - found
<string>:3: SyntaxWarning: invalid escape sequence '\W'

when following the CMAKE build instructions. Everything seems to work, and this may be a bug elsewhere, but I thought I'd note it here in case others are seeing it and are wondering what it is.

Here's the branch and commit I'm building from

$ git log
commit eed634ca388394fcfd2531187aa77537372519db (HEAD -> master, origin/master, origin/HEAD)
Author: Sec <sec@42.org>
Date:   Wed Nov 20 20:37:20 2024 +0100

    iridium-extractor: add generate-sigmf-meta feature (#207)

The command I'm using is

$ cmake -B build

after I've cloned the repo

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

1 participant