-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
compilation on debian failed #136
Comments
Could you post the output of |
Неre is my terminal log from |
The log looks normal otherwise and yes, the client is meant to be supported on Debian. I'll check tomorrow if I can figure something out. |
Thanks in advance, that would be great. |
I tried to compile the client on Debian and there were no errors. Could you post the following outputs:
|
I also get the following errors when I try to use your package installation command:
Packages for Ubuntu 14.04 were installed fine. Make sure that you don't mix boost packages with different versions as it will very likely cause such error. |
Looks like I haven't done something before.
Those 1.58 packages are from testing branch. I may try to use stable. |
Try running |
|
Did you try using libraries from stable? |
I'm on it now. |
My understanding is that the next version of Debian has its libraries compiled with GCC 5 and the library format isn't fully compatible with GCC 4.9 that you are using for compiling. |
Backed up from snapshot, repeated all the process with 1.55 installed, failed with something new:
|
Could you post the full console output? |
Ok, I managed to compile on a brand new debian test machine so I think I can work something out on my regular one. Many thanks for the help. However please don't close the thread yet. |
I wasn't able to install 1.55 packages on my machine. Can I move compiled binaries from one machine to another? |
That should work, but it will still require the boost libraries to be available |
Could you please pinpoint to what should i do then? |
Naturally the best option is to get to system in to a state where there are no packages mixed up from different OS versions as it's hard for anyone to anticipate how such system behaves. If the system is fully upgraded to the testing version, uninstall GCC 4.9 and use GCC 5 that is the default compiler in Debian 9. Delete the client folder and re-download it to avoid issues with cached data. |
Ok, thank you. Luckily I was able to start compiled binary on the problem machine. |
👍 |
Tried to compile on no-gui debian server Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt25-1 (2016-03-06) using instructions given in https://github.com/airdcpp-web/airdcpp-webclient/blob/master/INSTALL.md
Is it however possible or i just wasting my time? Can you provide me with instructions cause I'm quite a noobie with all this compiling stuff.
The text was updated successfully, but these errors were encountered: