Coder Social home page Coder Social logo

Comments (7)

kresan avatar kresan commented on June 22, 2024

Hello,

R3BRoot is currently not compatible with gcc 5.x
I will resolve this issue next week.

Best regards,
Dima

from r3broot.

kresan avatar kresan commented on June 22, 2024

Hello Madalin,

unfortunately I can not reproduce your problem. Which version of R3BRoot do you mean? And version of ROOT? Your compilation error is looking like you are compiling master branch with ROOT 6. But your issue description states different.

from r3broot.

micherciu avatar micherciu commented on June 22, 2024

Hi Dima,

I checked again the configuration and I use FairRoot (v-15.07a), FairSoft (jul15p1, without compilation of ROOT6, just ROOT5) and the recent R3BRoot tag(42f919c) - I quess jul15.

Best regards

from r3broot.

kresan avatar kresan commented on June 22, 2024

Could you try with dev branch, please.

Cheers,
Dima

from r3broot.

micherciu avatar micherciu commented on June 22, 2024

Unfortunately, the same error exist ...

from r3broot.

micherciu avatar micherciu commented on June 22, 2024

probably this may help ... the configuration file for R3BRoot I have ...


-- The C compiler identification is GNU 5.1.1
-- The CXX compiler identification is GNU 5.1.1
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- NOT Found FAIRBASE
-- Setting FairRoot environment…
-- FairRoot ... - found Madalin/root/GSI/FairRoot/install
-- FairRoot Library directory : Madalin/root/GSI/FairRoot/install/lib
-- FairRoot Include path… : Madalin/root/GSI/FairRoot/install/include
-- FairRoot Cmake Modules : Madalin/root/GSI/FairRoot/install/share/fairbase/cmake
-- Performing Test _HAS_CXX11_FLAG
-- Performing Test _HAS_CXX11_FLAG - Success
-- Checking C++11 support for "func"
-- Checking C++11 support for "func": works
-- Checking C++11 support for "auto"
-- Checking C++11 support for "auto": works
-- Checking C++11 support for "auto_ret_type"
-- Checking C++11 support for "auto_ret_type": works
-- Checking C++11 support for "class_override_final"
-- Checking C++11 support for "class_override_final": not supported
-- Checking C++11 support for "constexpr"
-- Checking C++11 support for "constexpr": works
-- Checking C++11 support for "constructor-delegation"
-- Checking C++11 support for "constructor-delegation": works
-- Checking C++11 support for "cstdint"
-- Checking C++11 support for "cstdint": works
-- Checking C++11 support for "decltype"
-- Checking C++11 support for "decltype": works
-- Checking C++11 support for "initializer_list"
-- Checking C++11 support for "initializer_list": works
-- Checking C++11 support for "lambda"
-- Checking C++11 support for "lambda": works
-- Checking C++11 support for "long_long"
-- Checking C++11 support for "long_long": works
-- Checking C++11 support for "nullptr"
-- Checking C++11 support for "nullptr": works
-- Checking C++11 support for "regex"
-- Checking C++11 support for "regex": works
-- Checking C++11 support for "rvalue-references"
-- Checking C++11 support for "rvalue-references": works
-- Checking C++11 support for "sizeof_member"
-- Checking C++11 support for "sizeof_member": works
-- Checking C++11 support for "static_assert"
-- Checking C++11 support for "static_assert": works
-- Checking C++11 support for "variadic_templates"
-- Checking C++11 support for "variadic_templates": works
-- Checking C++11 support for "sharedpointer"
^[[B-- Checking C++11 support for "sharedpointer": works
-- fairsoft-config found
--- Found a Linux ssytem
--- Found GNU compiler collection
--- Build Type: RelWithDebInfo
--- Compiler Flags: -std=c++11
-- Looking for Boost ...
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- thread
-- system
-- timer
-- program_options
Building without dbase ...
-- Looking for Root...
-- Looking for Root... - Found Madalin/root/GSI/Fairsoft/jul15p1/build/bin/root
-- Looking for Root... - Found version is 5.34/33
-- Looking for GEANT3...
-- Looking for GEANT3... - found Madalin/root/GSI/Fairsoft/jul15p1/build/lib64/libgeant321.so
-- Looking for GEANT4...
-- Looking for GEANT4... - found Madalin/root/GSI/Fairsoft/jul15p1/build/lib
-- Looking for GEANT4 DATA files...
-- Found G4EMLOW data
-- Found PhotonEvaporation data
-- Found G4NDL data
-- Found G4NEUTRONXS data
-- Found G4PII data
-- Found RadioactiveDecay data
-- Found RealSurface data
-- Found G4SAID data
-- Looking for GEANT4VMC...
-- Looking for GEANT4VMC... - found Madalin/root/GSI/Fairsoft/jul15p1/build/lib
-- Looking for VGM...
-- Looking for VGM... - found Madalin/root/GSI/Fairsoft/jul15p1/build/lib
-- Looking for CLHEP...
-- Looking for CLHEP... - found Madalin/root/GSI/Fairsoft/jul15p1/build/lib
-- Looking for Java...
-- Could NOT find Java (missing: Java_JAR_EXECUTABLE Java_JAVAC_EXECUTABLE Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found version "1.8.0.51")
-- Looking for Java... - found /usr/bin/java
-- Looking for Perl...
-- Found Perl: /usr/bin/perl (found version "5.20.2")
-- Looking for Perl... - found /usr/bin/perl
-- Looking for Rule Checker...
-- Looking for Rule Checker... - No Rules found
-- Looking for Rule Checker... - Not found
running /bin/chmod u+x Madalin/root/GSI/R3BRoot/build/macros/r3b/r3bsim.sh 2>&1
running /bin/chmod u+x Madalin/root/GSI/R3BRoot/build/macros/r3b/califa/califasim.sh 2>&1
running /bin/chmod u+x Madalin/root/GSI/R3BRoot/build/macros/elise/elsim.sh 2>&1
Build the eventdisplay.
-- Configuring done
-- Generating done


from r3broot.

micherciu avatar micherciu commented on June 22, 2024

after a correct switch to dev branch:
git checkout branch dev
and
git pull origin dev

now it compiled ok ... thank you

from r3broot.

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.