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

Configuring with CMake fails for me #32

Open
dabrahams opened this issue Jan 8, 2025 · 0 comments
Open

Configuring with CMake fails for me #32

dabrahams opened this issue Jan 8, 2025 · 0 comments

Comments

@dabrahams
Copy link

-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found BISON: /usr/bin/bison (found version "2.3")
-- Found FLEX: /usr/bin/flex (found version "2.6.4")
CMake Warning at test/compare_parsers/CMakeLists.txt:100 (message):
  MSTA not found; not performing ANSI-C tests with MSTA


!!! To test MARPA on the biggest file, define env. variable MARPA_BIG_TEST.
!!! Please be aware -- MARPA uses 30GB for this test.
-- Configuring done (2.6s)
CMake Error at test/compare_parsers/CMakeLists.txt:139 (add_dependencies):
  The dependency target "test_c" of target "ansic-marpa" does not exist.

Using the configure script seems to work though.

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