-
Notifications
You must be signed in to change notification settings - Fork 22
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
spdlog dependency issue #54
Comments
My guess would be that your Spdlog version is either too old or too new. I have not updated the git submodule for spdlog in a while so it might be that the interface has changed in the meantime. I just bumped it and commited the updated submodule, but it still works without a problem. Maybe try uninstalling your system version of libspdlog and use the supplied version (its header-only, so no pollution of the system happens) by way of the git submodules: This should then be used without having to do anything. If this does not help, we will investigate further :) |
Thanks for the hint. I tried it and it cmake'd and compiled without any error. When I started it, unfortunately I got:
Log-File is empty. |
Could you run with gdb or similar? Since you compiled openMittsu yourself, symbols should be available and tell us more about the crash location. With some more information, I'll be happy to fix this for you :) For example on Debian:
I hope this helps! |
Problem seems to be spdlog related to me:
|
I installed debian testing, installed the packages, compiled and ran - it seems to work. I then installed the libspdlog-dev package, re-cmaked, build again and tested - still works. |
Sorry for coming back to this so late, I think I fixed this in 68f5a74. Could you test this again and tell me if it works? Of course, after pulling master, do not forget to update the submodules as well ( |
Dear all,
I just found your awesome free software to do threema on my linux laptop. Unfortunately I fail to compile it.
After cloning the git and installing all dependencies obviously libspdlog was missing so I installed it. But when compiling, the C++ compiler complains (see below).
I am running a debian testing/bullesey system and apt tells me libspdlog is version (1:1.3.1-1).
What version is actually needed? Does it help to install libspdlog from source?
Thanks for any help,
Alex
The text was updated successfully, but these errors were encountered: