You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi jtexp, thanks for reporting this issues, I'll push a new version later this day.
The problem with alice-example is, that depending on the replay age, some of the properties are stored differently (e.g. their types switched from int to uint and vice versa), so it working depends on what replay you are trying to parse.
when compiling with -DDebug=, I had to add
#include <iostream>
Alice/src/alice/bitstream.hpp
Alice/src/alice/dem_stream_file.hpp
Alice/src/alice/dem_stream_memory.hpp
my cmake command:
cmake .. -DCMAKE_INSTALL_PREFIX=../output -DBUILD_ADDON=1 -DBUILD_EXAMPLE=1 -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DDEBUG=5
Also this was after checking out tags/1.4 but I ran into the same thing in master. There seemed to be an issue with alice-example on master.
The text was updated successfully, but these errors were encountered: