Re: [DynInst_API:] Compile issue building Dyninst on ORNL titan

2014-10-17 Thread Josh Stone
On 10/17/2014 08:17 PM, Jim Galarowicz wrote: > Hi Josh, > > Thanks for the reply. I haven't been able to figure anything out. This > must be unique to Titan? It seems no one else has had this issue? > > I tried looking along the include path. > > 39%] Building CXX object > dyninstAPI/CMa

Re: [DynInst_API:] Compile issue building Dyninst on ORNL titan

2014-10-17 Thread Jim Galarowicz
Hi Josh, Thanks for the reply. I haven't been able to figure anything out. This must be unique to Titan? It seems no one else has had this issue? I tried looking along the include path. 39%] Building CXX object dyninstAPI/CMakeFiles/dyninstAPI.dir/src/BPatch.C.o In file included from /c

Re: [DynInst_API:] Compile issue building Dyninst on ORNL titan

2014-10-17 Thread Josh Stone
On 10/17/2014 02:25 PM, Jim Galarowicz wrote: > I'm not sure if the patchAPI compile options have the correct defines > set or is there a compile option that is required to get the constants > recognized? > I put the #include stdint.h into BPatch.C to see if the Dyninst build > was missing inclu

Re: [DynInst_API:] Compile issue building Dyninst on ORNL titan

2014-10-17 Thread Jim Galarowicz
I'm not sure if the patchAPI compile options have the correct defines set or is there a compile option that is required to get the constants recognized? I put the #include stdint.h into BPatch.C to see if the Dyninst build was missing including stdint.h because it is enclosed in some if type c

[DynInst_API:] Compile issue building Dyninst on ORNL titan

2014-10-17 Thread Jim Galarowicz
Hi, I'm getting these types of errors when trying to build Dyninst on the ORNL Titan Cray. It looks to me like this shouldn't happen, as the INT32_MAX and other defines are in /usr/include/stdint.h and Types.h includes stdint.h. Any ideas on why these errors are showing up? Thanks, Jim G /cc