Problem when installing ExRootAnalysis in Madgraph on OS11.3.1

Asked by KP.Xie

Hi,

I just bought a new MacBook Pro with OS11.3.1. When installing ExRootAnalysis, it said:

>> Compiling tmp/src/ExRootAnalysisDict.cc
>> Compiling src/ExRootFilter.cc
>> Compiling src/ExRootXDRReader.cc
>> Compiling src/ExRootSTDHEPReader.cc
>> Compiling src/ExRootFactory.cc
>> Compiling src/ExRootTreeWriter.cc
>> Compiling src/ExRootResult.cc
>> Compiling src/ExRootStream.cc
src/ExRootStream.cc:81:31: warning: result of comparison of constant
      -9223372036854775808 with expression of type 'int' is always false
      [-Wtautological-constant-out-of-range-compare]
    if(fFirstLongMin && value == LONG_MIN)
                        ~~~~~ ^ ~~~~~~~~
src/ExRootStream.cc:86:36: warning: result of comparison of constant
      9223372036854775807 with expression of type 'int' is always false
      [-Wtautological-constant-out-of-range-compare]
    else if(fFirstLongMax && value == LONG_MAX)
                             ~~~~~ ^ ~~~~~~~~
2 warnings generated.
>> Compiling src/ExRootClasses.cc
>> Compiling src/ExRootTreeBranch.cc
>> Compiling src/ExRootTreeReader.cc
>> Compiling src/ExRootProgressBar.cc
>> Compiling src/ExRootLHEFReader.cc
>> Compiling src/ExRootUtilities.cc
>> Building libExRootAnalysis.so
clang: error: no such file or directory: 'libExRootAnalysis.so'
make: *** [libExRootAnalysis.so] Error 1
Error detected during the compilation. Please check the compilation error and run make manually.

I tried many versions, from 2.7.3 to 3.1.1, and they all yielded the same error. Could you tell me what happened? Thanks a lot!

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
Pavel Demin Edit question
Last query:
Last reply:
Revision history for this message
Pavel Demin (pavel-demin) said :
#1

Makefile file should be updated to work with the recent MacOS versions.

The necessary changes are now in the code repository:

https://bazaar.launchpad.net/~mgtools/mg5amcnlo/MG_MG_v4/revision/33

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#2

Thanks Pavel.

Can you help with this problem?

Provide an answer of your own, or ask KP.Xie for more information if necessary.

To post a message you must log in.