Fork me on GitHub

Opened 8 years ago

Closed 8 years ago

#1013 closed Bug (fixed)

Delphes current not installing

Reported by: olivier Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description (last modified by Pavel Demin)

Hi Michele,

the current http://cp3.irmp.ucl.ac.be/downloads/Delphes-3-current.tar.gz
does not compile anymore. (at least on my mac)

Here is the (end) of the error message:

>> Building libDelphesNoFastJet.so
Undefined symbols for architecture x86_64:
  "RecoPuFilter::RecoPuFilter()", referenced from:
      ROOT::new_RecoPuFilter(void*) in ModulesDict.o
      ROOT::newArray_RecoPuFilter(long, void*) in ModulesDict.o
  "RecoPuFilter::~RecoPuFilter()", referenced from:
      ROOT::newArray_RecoPuFilter(long, void*) in ModulesDict.o
      ROOT::deleteArray_RecoPuFilter(void*) in ModulesDict.o
  "typeinfo for RecoPuFilter", referenced from:
      ROOT::GenerateInitInstanceLocal(RecoPuFilter const*) in ModulesDict.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libDelphesNoFastJet.so] Error 1

Cheers,

Olivier

Change History (3)

comment:1 by Pavel Demin, 8 years ago

Description: modified (diff)

comment:2 by Pavel Demin, 8 years ago

Hi Olivier,

Thanks for spotting this problem. Looks like we forgot to update Makefile. I've just updated it and repackaged the .tar.gz files for the latest release (3.3.3). Could you give it another try?

Cheers,

Pavel

comment:3 by olivier, 8 years ago

Resolution: fixed
Status: newclosed

Hi Pavel,

Perfect this is working now.
Thanks a lot,

Olivier

Note: See TracTickets for help on using tickets.