Fork me on GitHub

Opened 11 years ago

Closed 11 years ago

#242 closed Task (fixed)

compilation error

Reported by: Pankaj Sharma Owned by:
Priority: critical Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Hi,

I am trying to install Delphes. I am getting the following error while make:

Compiling modules/PileUpMergerPythia8.cc

modules/PileUpMergerPythia8.cc:25:20: fatal error: Pythia.h: No such file or directory
compilation terminated.
make: * [tmp/modules/PileUpMergerPythia8.o] Error 1

Please help!!

Thanks
pankaj

Change History (2)

comment:1 by Pavel Demin, 11 years ago

Hi,

Looks like the PYTHIA8 environment variable is set but Pythia.h can't be found in $(PYTHIA8)/include.

Could you please send me the output of the following commands?

echo $PYTHIA8
find $PYTHIA8 -name Pythia.h

As a workaround you can just unset the PYTHIA8 environment variable before compiling Delphes:

unset PYTHIA8
make

Regards,

Pavel

comment:2 by Pavel Demin, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.