tjohnman / Obsession

A modern Hotline client written in Qt featuring Shift-JIS support and other stuff.
GNU General Public License v3.0
10 stars 1 forks source link

ui_widgetchat.h: fatal error: chatlineedit.h: No such file or directory #44

Closed barracuda156 closed 1 year ago

barracuda156 commented 1 year ago

@tjohnman Something has broken since November 6, apparently:

:info:build In file included from src/widgetchat.cpp:2:
:info:build ./ui_widgetchat.h:24:10: fatal error: chatlineedit.h: No such file or directory
:info:build    24 | #include "chatlineedit.h"
:info:build       |          ^~~~~~~~~~~~~~~~
:info:build compilation terminated.
:info:build make: *** [widgetchat.o] Error 1
barracuda156 commented 1 year ago

The build from 6cc3951ccc69a772f5944ac16ab1e3e92e7efb7c commit is perfectly fine at the same time (i.e. I have rebuilt it now to verify it is not environment that got broken).

tjohnman commented 1 year ago

Sorry about that. I messed up the include path when I organized the directory structure. It should be fixed now.

barracuda156 commented 1 year ago

@tjohnman Thank you. I will try today.

UPD. Yes, all good now.