#37643: root @5.34.03_1: update to 5.34.04 -----------------------+--------------------------------- Reporter: jonesc@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch maintainer Port: root | -----------------------+--------------------------------- Comment (by jonesc@…): If you still have failures after checking your pythia port, please check what is in your version of {{{ /opt/local/include/Analysis.h }}} as the first error you get is {{{ :info:build /opt/local/include/Analysis.h:38:22: error: unknown type name 'Event'; did you mean 'event'? }}} for me, this file starts with {{{ #ifndef Pythia8_Analysis_H #define Pythia8_Analysis_H #include "Basics.h" #include "Event.h" #include "PythiaStdlib.h" }}} and the compile command is {{{ :info:build clang++ -O2 -m64 -pipe -Wshadow -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Iinclude -DR__HAVE_CONFIG -pthread -I/opt/local/include -o montecarlo/pythia8/src/TPythia8.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_dports_science_root/root/work/root/montecarlo/pythia8/src/TPythia8.cxx }}} so the include for Event.h should be found via the -I/opt/local/include which for me does include Event.h .... Why your build is failing is a bit odd... Chris -- Ticket URL: <https://trac.macports.org/ticket/37643#comment:20> MacPorts <http://www.macports.org/> Ports system for Mac OS