Geany version 1.33 (raspberry pi) not reloading the modified include file.
Scenario.
Project is composed of multiple project specific include and source cpp
file.
One the supporting cpp file and corresponding include file is modified to
add new method.
All the changes is saved.
recompile the project and it come back with an error unknown method. The
unknown method is the newly added method.
Current solution.
The force the geany to reload the h file. I have to comment out the include
section that refer to this modified h file.
Predictably the compiler produce an unknown method/variable.
Uncomment the include section where the h file is defined.
Recompile the project and the problem disappear.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3533
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/[email protected]>