procxx / kepka

Unofficial Telegram Desktop messaging app
https://procxx.github.io
Other
114 stars 29 forks source link

Build error #244

Closed XEGARE closed 5 years ago

XEGARE commented 5 years ago

Hello. Please tell me how to solve these errors.

Severity    Code    Description Project File    Line    Suppression State
Error (active)  E1696   cannot open source file "T6Y2NIRYHF/moc_application.cpp"    Kepka   C:\kepka\build\Telegram\Kepka_autogen\mocs_compilation.cpp  2   
Severity    Code    Description Project File    Line    Suppression State
Error (active)  E1696   cannot open source file "3VQMCZ4COD/moc_abstract_box.cpp"   Kepka   C:\kepka\build\Telegram\Kepka_autogen\mocs_compilation.cpp  3   

All connections in mocs_compilation.cpp with an error

leha-bot commented 5 years ago

Did you run target with MOC codegen?

XEGARE commented 5 years ago

did everything according to the instructions, launched Kepka.sln and pressed ctrl + f5, I heard about moc codegen for the first time, can you explain what it is?

leha-bot commented 5 years ago

Try to build ALL_BUILD project in solution (Right click -> Build), then after build try to run app w/o debugging (Ctrl+F5)

XEGARE commented 5 years ago

The project successfully built only with RelWithDebInfo