<div dir="ltr"><div><div>So, I successfully compiled everything in gate 6.2 with gcc 4.7.0<br><br></div>I ran into one problem when compiling the jobsplitter gjs.<br><br>---------<br></div>Compiling gjs.cc...<br>Compiling GateMacfileParser.cc...<br>
./src/GateMacfileParser.cc: In constructor ‘GateMacfileParser::GateMacfileParser(G4String, G4int, G4int, G4String*)’:<br>./src/GateMacfileParser.cc:41:26: error: ‘getpid’ was not declared in this scope<br>---------------<br>
<div><div><br><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50423">http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50423</a><br><br>To fix this I had to add <unistd.h> to GateMacFileParser.hh.<br><br></div><div>And then it compiles....<br>
</div><div>But, now the aliases dont expand properly and gjs tries to literally open files named "{myVar}.mac"<br><br></div><div>I figured I would ask for thoughts/guidance on fixing it before I dive in and actually try to fix it.<br>
<br></div><div>Thanks!<br></div><div>-Justin <br></div><div><br></div></div></div>