horsicq/XOpcodeCalc

Build fails due to missing header file

Closed this issue · 1 comments

gcc -c ../asm/unix64_gcc.s
g++ -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DOPENSSL_LOAD_CONF -Wno-missing-field-initializers -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o guimainwindow.o guimainwindow.cpp
In file included from guimainwindow.cpp:21:
guimainwindow.h:34:10: fatal error: ../asm_defs.h: No such file or directory
   34 | #include "../asm_defs.h"
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:464: guimainwindow.o] Error 1

Thanks a lot for the bugreport! I fixed this: 5b80619