TPythia6 header file issues on

I am trying to install GENIE, which needs a version of root with access to Pythia6. When I configure root, I use this line to point cmake to where I have Pythia6 installed:

cmake …/root -DPYTHIA6_LIBRARY=/home/XXXXX/GENIEZONE/PYTHIA6/v6_428/lib/libPythia6.so

Which yields:

Summary

However, when I run ‘make’ immediately after in my build directory, it gets to 93% and then complains about a lack of various files:

Summary

What can I change? Thanks

Try to configure with
cmake ../root -DPYTHIA6_INCLUDE_DIR=.... -DPYTHIA6_LIBRARY_DIR=....

Lorenzo

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.