Closed mastbaum closed 5 years ago
:pineapple:
Is that a pineapple?
'Tis.
:watermelon: Also are you hoping to get a particular persons attention?
:turtle:
:8ball:
I think you said this would be easy. Do you want to knock it out? Or get something almost working that I can touch up?
:banana:
Partially done, see snoplus/xsnoed#29
I've been trying to install XSNOED using SNOing recently, and I'm encountering some issues, I think related to a broken file-location in the xsnoedstream.cxx file during installation:
... make[1]: Leaving directory `/data/snoplus/software/snocave_SL6/xsnoed-5.1.0' xsnoedstream.cxx:60:31: error: RAT/zdab_convert.hh: No such file or directory xsnoedstream.cxx: In function ‘aPmtEventRecord* rat_load_event(int)’: xsnoedstream.cxx:589: error: ‘ratzdab’ has not been declared make[1]: * [r_xsnoedstream.o] Error 1 make: * [xsnoed_] Error 2
RAT/zdab_convert.hh doesn't exist anymore, but rat-tools/ratzdab/src/zdab_convert.hpp does ... meant to link the latter? And the "ratzdab" namespace in the second error is missing because it can't find the zdab_convert header.
Fixed by PR #149
You are a hero @kgilje.
Add xsnoed as an installable package.