dschopf / plasma-applet-qalculate

Qalculate applet for plasma desktop
MIT License
11 stars 5 forks source link

Compilation error: plasmoidplugin.h: No such file or directory #28

Closed MurzNN closed 4 years ago

MurzNN commented 4 years ago

On compiling I got the error:

In file included from /home/murz-local/temp/plasma-applet-qalculate/build/plugin/plasmoidplugin_autogen/mocs_compilation.cpp:2:
/home/murz-local/temp/plasma-applet-qalculate/build/plugin/plasmoidplugin_autogen/EWIEGA46WW/moc_plasmoidplugin.cpp:9:10: fatal error: ../../../../../../temp-archive/2019-11/plasma-applet-qalculate/plugin/plasmoidplugin.h: No such file or directory
    9 | #include "../../../../../../temp-archive/2019-11/plasma-applet-qalculate/plugin/plasmoidplugin.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

But the file is exists at that path :-/

MurzNN commented 4 years ago

Seems the source of problem is that I place source into folder, that is symlink. Moving to regular folder solve the issue.