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 , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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?
As a workaround you can just unset the PYTHIA8 environment variable before compiling Delphes:
Regards,
Pavel