Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble building with -DDebug= #10

Open
jtexp opened this issue Sep 5, 2015 · 2 comments
Open

Trouble building with -DDebug= #10

jtexp opened this issue Sep 5, 2015 · 2 comments

Comments

@jtexp
Copy link

jtexp commented Sep 5, 2015

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.

@invokr
Copy link
Member

invokr commented Sep 5, 2015

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.

@jtexp
Copy link
Author

jtexp commented Sep 5, 2015

Thanks, I thought it might be something like that with the example but I wasn't sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants