#37643: root @5.34.03_1: update to 5.34.04 -----------------------+--------------------------------- Reporter: jonesc@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: haspatch maintainer Port: root | -----------------------+--------------------------------- Changes (by g5pw@…): * status: new => closed * resolution: => fixed Comment: Replying to [comment:20 jonesc@…]:
If you still have failures after checking your pythia port, please check what is in your version of
{{{ /opt/local/include/Analysis.h }}}
for me, this file starts with
{{{ #ifndef Pythia8_Analysis_H #define Pythia8_Analysis_H
#include "Basics.h" #include "Event.h" #include "PythiaStdlib.h" }}}
Yap, same here!
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
Hmm.. that's quite suspicious. I have a similar failure with another port I was making, which seemed not to include headers which were in fact #include'd. very strange! Since this looks like a problem on my machine, I commited your diff to the repo in r101697. I'll investigate some more and eventually reopen the ticket if I find something out. -- Ticket URL: <https://trac.macports.org/ticket/37643#comment:21> MacPorts <http://www.macports.org/> Ports system for Mac OS