tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

CMake Error: failed to create symolic link. #2624

Closed dejadentendu closed 11 months ago

dejadentendu commented 1 year ago

Having an issue when attempting to build. I have all of the dependencies installed I believe, and I most of the build goes smoothly until 78%. Screenshot attached.

error

levlam commented 1 year ago

You have a file system, which doesn't support symlinks. You can hardly have Linux distribution on such file system. You can find some examples, when this is possible in https://askubuntu.com/questions/235700/linking-error-when-trying-to-compile-on-a-shared-drive.

dejadentendu commented 1 year ago

What file system should I run? This is an SD I’m building it on, so I can easily reformat it to whatever is needed.

dejadentendu commented 1 year ago

You have a file system, which doesn't support symlinks. You can hardly have Linux distribution on such file system. You can find some examples, when this is possible in https://askubuntu.com/questions/235700/linking-error-when-trying-to-compile-on-a-shared-drive.

^

levlam commented 1 year ago

Use a filesystem, recommended by your OS, for example, ext4.