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

Compilation error #159

Closed
foxcpp opened this issue Jun 8, 2018 · 0 comments
Closed

Compilation error #159

foxcpp opened this issue Jun 8, 2018 · 0 comments
Assignees
Labels
category:Bug This is a bug category:Infrastructure Related to build tools, automation

Comments

@foxcpp
Copy link
Contributor

foxcpp commented Jun 8, 2018

Originally was reported downstream.

[ 95%] Linking CXX executable Kepka
CMakeFiles/Kepka.dir/SourceFiles/history/history.cpp.o: In function `History::updateSendActionNeedsAnimating(long long, bool)':
history.cpp:(.text+0x764f): undefined reference to `lang(LangKey)'
history.cpp:(.text+0x7776): undefined reference to `lang(LangKey)'
history.cpp:(.text+0x7a1a): undefined reference to `lang(LangKey)'
history.cpp:(.text+0x7a55): undefined reference to `lang(LangKey)'
history.cpp:(.text+0x7b06): undefined reference to `lang(LangKey)'
CMakeFiles/Kepka.dir/SourceFiles/history/history.cpp.o:history.cpp:(.text+0x7b61): more undefined references to `lang(LangKey)' follow
CMakeFiles/Kepka.dir/SourceFiles/platform/linux/linux_libs.cpp.o: In function `Platform::Libs::start()':
linux_libs.cpp:(.text+0x17): undefined reference to `cDebug()'
collect2: error: ld returned 1 exit status
make[2]: *** [Telegram/CMakeFiles/Kepka.dir/build.make:4690: Telegram/Kepka] Error 1
make[1]: *** [CMakeFiles/Makefile2:1687: Telegram/CMakeFiles/Kepka.dir/all] Error 2
make: *** [Makefile:95: all] Error 2

Looks like this problem is present only when building in release mode.

@leha-bot leha-bot self-assigned this Jun 10, 2018
@leha-bot leha-bot added category:Bug This is a bug category:Infrastructure Related to build tools, automation labels Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:Bug This is a bug category:Infrastructure Related to build tools, automation
Projects
None yet
Development

No branches or pull requests

2 participants