Re: Installation of ilcsoft v01-17-03 - Bug in DD4hep installation?! [message #2290 is a reply to message #2281] |
Sat, 14 December 2013 02:51   |
poeschl Messages: 22 Registered: June 2004 Location: LAL Orsay |
|
|
|
Dear Christoph,
I just want to inform you that at least the 32-64 bit issue is solved by.
inline unsigned long magic_word() { return 0xFEEDAFFEDEADFACEL; }
->
inline unsigned long magic_word() { return 0xFEEDAFFEDEADFACELLU; }
I have found the hint on the web
bytes.com/topic/c/answers/137121-problems-64bit-integer-cons tant .
The other issue is still open for me but I can work so we may look at it at another occasion.
Thanks for your support and cheers,
Roman
|
|
|