Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Revisions: Issue #3823 All Revisions ] Back to Issue ]
Summary 0003823: fatal error: 'ui_checkwadsdlg.h' file not found
Revision 2020-06-09 10:01 by WubTheCaptain
Steps To Reproduce Found this error by opening src/core/gui/mainwindow.cpp in NVim with ALE plugin installed.
src/core/gui/mainwindow.cpp|35 error| Error found in header. See :ALEDetail
src/core/gui/mainwindow.cpp|35 error| Error found in header. See :ALEDetail

Quote from :ALEDetail
In file included from <stdin>:35:
/home/wub/.local/src/doomseeker/doomseeker/src/core/gui/checkwadsdlg.h:27:10: fatal error: 'ui_checkwadsdlg.h' 
file not found
#include "ui_checkwadsdlg.h"
         ^~~~~~~~~~~~~~~~~~~

Quote from :ALEInfo
(executable check - success) clang++
(finished - exit code 1) ['/bin/mksh', '-c', '''clang++'' -S -x c++ -fsyntax-only -iquote ''/home/wub/.local/src/doomseeker/doomseeker/src/core/gui'' 
-DINSTALL_LIBDIR=\"lib\" -DINSTALL_PREFIX=\"/usr/local\" -DQT_CORE_LIB -DQT_GUI_LIB 
-DQT_MULTIMEDIA_LIB -
DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -Ddoomseeker_EXPORTS -I/home/wub/.local/src/doomseeker/doomseeker/build/src/core/doomseeker_autogen/include 
-I/home/wub/.local/src/doomseeker/doomseeker/src/core/gui -I/home/wub/.local/src/doomse
eker/doomseeker/build/src/core -I/home/wub/.local/src/doomseeker/doomseeker/src/core -I/home/wub/.local/src/doomseeker/doomseeker/src/wadseeker/.. 
-isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
/us
r/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-isystem /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork 
-i
system /usr/include/x86_64-linux-gnu/qt5/QtXml -fPIC -std=gnu++11 -std=c++14 -Wall - < ''/tmp/nvimOLKu0d/2/mainwindow.cpp''']


<<<OUTPUT STARTS>>>
In file included from <stdin>:35:
/home/wub/.local/src/doomseeker/doomseeker/src/core/gui/checkwadsdlg.h:27:10: fatal error: 'ui_checkwadsdlg.h' 
file not found
#include "ui_checkwadsdlg.h"
         ^~~~~~~~~~~~~~~~~~~
1 error generated.
<<<OUTPUT ENDS>>>

Quote from :ALEInfo
(executable check - success) gcc
(finished - exit code 1) ['/bin/mksh', '-c', '''gcc'' -S -x c++ -o /dev/null -iquote ''/home/wub/.local/src/doomseeker/doomseeker/src/core/gui'' 
-DINSTALL_LIBDIR=\"lib\" -DINSTALL_PREFIX=\"/usr/local\" -DQT_CORE_LIB -DQT_GUI_LIB 
-DQT_MULTIMEDIA_LIB -DQT_N
ETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -Ddoomseeker_EXPORTS -I/home/wub/.local/src/doomseeker/doomseeker/build/src/core/doomseeker_autogen/include 
-I/home/wub/.local/src/doomseeker/doomseeker/src/core/gui -I/home/wub/.local/src/doomseeker/
doomseeker/build/src/core -I/home/wub/.local/src/doomseeker/doomseeker/src/core -I/home/wub/.local/src/doomseeker/doomseeker/src/wadseeker/.. 
-isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
/usr/inc
lude/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-isystem /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork 
-isyste
m /usr/include/x86_64-linux-gnu/qt5/QtXml -fPIC -std=gnu++11 -std=c++14 -Wall - < ''/tmp/nvimOLKu0d/3/mainwindow.cpp''']


<<<OUTPUT STARTS>>>
In file included from <stdin>:35:
/home/wub/.local/src/doomseeker/doomseeker/src/core/gui/checkwadsdlg.h:27:10: fatal error: ui_checkwadsdlg.h: 
No such file or directory
   27 | #include "ui_checkwadsdlg.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
<<<OUTPUT ENDS>>>
Revision 2020-06-09 09:53 by WubTheCaptain
Steps To Reproduce
$ find . -name ui_checkwadsdlg.h | wc -l
0

Found this error by opening src/core/gui/mainwindow.cpp in NVim with ALE plugin installed.
src/core/gui/mainwindow.cpp|35 error| Error found in header. See :ALEDetail
src/core/gui/mainwindow.cpp|35 error| Error found in header. See :ALEDetail

Quote from :ALEDetail
In file included from <stdin>:35:
/home/wub/.local/src/doomseeker/doomseeker/src/core/gui/checkwadsdlg.h:27:10: fatal error: 'ui_checkwadsdlg.h' 
file not found
#include "ui_checkwadsdlg.h"
         ^~~~~~~~~~~~~~~~~~~

Quote from :ALEInfo
(executable check - success) clang++
(finished - exit code 1) ['/bin/mksh', '-c', '''clang++'' -S -x c++ -fsyntax-only -iquote ''/home/wub/.local/src/doomseeker/doomseeker/src/core/gui'' 
-DINSTALL_LIBDIR=\"lib\" -DINSTALL_PREFIX=\"/usr/local\" -DQT_CORE_LIB -DQT_GUI_LIB 
-DQT_MULTIMEDIA_LIB -
DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -Ddoomseeker_EXPORTS -I/home/wub/.local/src/doomseeker/doomseeker/build/src/core/doomseeker_autogen/include 
-I/home/wub/.local/src/doomseeker/doomseeker/src/core/gui -I/home/wub/.local/src/doomse
eker/doomseeker/build/src/core -I/home/wub/.local/src/doomseeker/doomseeker/src/core -I/home/wub/.local/src/doomseeker/doomseeker/src/wadseeker/.. 
-isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
/us
r/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-isystem /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork 
-i
system /usr/include/x86_64-linux-gnu/qt5/QtXml -fPIC -std=gnu++11 -std=c++14 -Wall - < ''/tmp/nvimOLKu0d/2/mainwindow.cpp''']


<<<OUTPUT STARTS>>>
In file included from <stdin>:35:
/home/wub/.local/src/doomseeker/doomseeker/src/core/gui/checkwadsdlg.h:27:10: fatal error: 'ui_checkwadsdlg.h' 
file not found
#include "ui_checkwadsdlg.h"
         ^~~~~~~~~~~~~~~~~~~
1 error generated.
<<<OUTPUT ENDS>>>

Quote from :ALEInfo
(executable check - success) gcc
(finished - exit code 1) ['/bin/mksh', '-c', '''gcc'' -S -x c++ -o /dev/null -iquote ''/home/wub/.local/src/doomseeker/doomseeker/src/core/gui'' 
-DINSTALL_LIBDIR=\"lib\" -DINSTALL_PREFIX=\"/usr/local\" -DQT_CORE_LIB -DQT_GUI_LIB 
-DQT_MULTIMEDIA_LIB -DQT_N
ETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -Ddoomseeker_EXPORTS -I/home/wub/.local/src/doomseeker/doomseeker/build/src/core/doomseeker_autogen/include 
-I/home/wub/.local/src/doomseeker/doomseeker/src/core/gui -I/home/wub/.local/src/doomseeker/
doomseeker/build/src/core -I/home/wub/.local/src/doomseeker/doomseeker/src/core -I/home/wub/.local/src/doomseeker/doomseeker/src/wadseeker/.. 
-isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
/usr/inc
lude/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-isystem /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork 
-isyste
m /usr/include/x86_64-linux-gnu/qt5/QtXml -fPIC -std=gnu++11 -std=c++14 -Wall - < ''/tmp/nvimOLKu0d/3/mainwindow.cpp''']


<<<OUTPUT STARTS>>>
In file included from <stdin>:35:
/home/wub/.local/src/doomseeker/doomseeker/src/core/gui/checkwadsdlg.h:27:10: fatal error: ui_checkwadsdlg.h: 
No such file or directory
   27 | #include "ui_checkwadsdlg.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
<<<OUTPUT ENDS>>>
Revision 2020-06-09 09:51 by WubTheCaptain
Steps To Reproduce
$ find . -name ui_checkwadsdlg.h | wc -l
0


Found this error by opening src/core/gui/mainwindow.cpp in NVim with ALE plugin installed.

src/core/gui/mainwindow.cpp|35 error| Error found in header. See :ALEDetail
src/core/gui/mainwindow.cpp|35 error| Error found in header. See :ALEDetail


Quote from :ALEDetail
In file included from <stdin>:35:
/home/wub/.local/src/doomseeker/doomseeker/src/core/gui/checkwadsdlg.h:27:10: fatal error: 'ui_checkwadsdlg.h' 
file not found
#include "ui_checkwadsdlg.h"
         ^~~~~~~~~~~~~~~~~~~
Revision 2020-06-09 09:50 by WubTheCaptain
Steps To Reproduce $ find . -name ui_checkwadsdlg.h | wc -l
0

Found this error by opening src/core/gui/mainwindow.cpp in NVim with ALE plugin installed.

src/core/gui/mainwindow.cpp|35 error| Error found in header. See :ALEDetail
src/core/gui/mainwindow.cpp|35 error| Error found in header. See :ALEDetail

Quote from :ALEDetail
In file included from <stdin>:35:
/home/wub/.local/src/doomseeker/doomseeker/src/core/gui/checkwadsdlg.h:27:10: fatal error: 'ui_checkwadsdlg.h' 
file not found
#include "ui_checkwadsdlg.h"
         ^~~~~~~~~~~~~~~~~~~






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker