Re: porting OOT to 3.10.5 missing memory.h

2023-04-24 Thread Grace Yeung
Thank you very much. We will try that. Grace On 4/24/23 09:36, Josh Morman wrote: Do you have pygccxml and castxml installed on this machine?  And if so, are they recent versions (pygccxml >= 2.0) When gr_modtool bind is called, pygccxml compiles the project headers then scrapes the symbol i

Re: porting OOT to 3.10.5 missing memory.h

2023-04-24 Thread Josh Morman
Do you have pygccxml and castxml installed on this machine? And if so, are they recent versions (pygccxml >= 2.0) When gr_modtool bind is called, pygccxml compiles the project headers then scrapes the symbol information to generate the python bindings. Not finding memory.h sounds like an outdate

porting OOT to 3.10.5 missing memory.h

2023-04-24 Thread Grace Yeung
Hi, I am trying to port my OOTs from gr 3.8 to 3.10. Following the porting guide and running "gr_modtool bind" work on all our machines running 3.10 except one that is on 3.10.5 where block.h tries to include memory.h which is missing. What's the best way to get around this besides just copying