Coder Social home page Coder Social logo

Comments (8)

ferdymercury avatar ferdymercury commented on June 11, 2024

Please try with master branch, or with 6.30.04, this seems a duplicate of:
#14188
which was recently fixed.

from root.

vvolkl avatar vvolkl commented on June 11, 2024

Or add https://github.com/root-project/root/pull/14192/files.patch as a patch.

from root.

github-actions avatar github-actions commented on June 11, 2024

Hi @ferdymercury,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

from root.

wkensuke avatar wkensuke commented on June 11, 2024

@ferdymercury @vvolkl

Thank you for your responses!
I followed the advice and built with version 6.30.04 and the master branch.

Unfortunately, the results were the same. Attached are the build logs.
spack-build-out_root-6.30.04.txt
spack-build-out_root-master.txt

Check the cmake configuration and modify tree/dataframe/test/CMakeLists.txt as follows:

--- a/tree/dataframe/test/CMakeLists.txt
+++ b/tree/dataframe/test/CMakeLists.txt
@@ -45,6 +45,7 @@
 endif()

 ROOT_ADD_GTEST(dataframe_datasetspec dataframe_datasetspec.cxx LIBRARIES ROOTDataFrame)
+target_include_directories(dataframe_datasetspec BEFORE PRIVATE ${CMAKE_SOURCE_DIR}/builtins/)
 ROOT_ADD_GTEST(dataframe_display dataframe_display.cxx LIBRARIES ROOTDataFrame)
 ROOT_ADD_GTEST(dataframe_ranges dataframe_ranges.cxx LIBRARIES ROOTDataFrame)
 ROOT_ADD_GTEST(dataframe_leaves dataframe_leaves.cxx LIBRARIES ROOTDataFrame)

BEFORE and PRIVATE refer to other descriptions but do not understand their meaning.

from root.

ferdymercury avatar ferdymercury commented on June 11, 2024

@linev might know.
Maybe it's not until 6.30.06 that it was fixed. Please compare the CMakeLists of master vs yours and try editing it by hand.

from root.

linev avatar linev commented on June 11, 2024

As I can see from the full log, '-Dbuiltin_nlohmannjson:BOOL=OFF' is set there.
Means external nlohmann/json.hpp will be used when building ROOT.

In such case all tests also have to use external includes. I will try to provide fix.

from root.

linev avatar linev commented on June 11, 2024

Please try #14784

from root.

wkensuke avatar wkensuke commented on June 11, 2024

@linev @vvolkl

Thank you.

Please try #14784
I built with this patch and was able to complete successfully.

from root.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.