Closed jimlund closed 10 years ago
Hi,
Trying to build, it can't find file ui_mainwindow.h (included by mainwindow.h) . I think it needs to be added to the repository.
Here's the build error: g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/opt/Qt/5.2.0/gcc_64/mkspecs/linux-g++ -I. -I. -Inetwork -Iaudio -Igtp -Igame_interfaces -Igame_tree -Iboard -Isgf -I/opt/Qt/5.2.0/gcc_64/include -I/opt/Qt/5.2.0/gcc_64/include/QtGui -I/opt/Qt/5.2.0/gcc_64/include/QtCore -I/opt/Qt/5.2.0/gcc_64/include/QtWidgets -I../build/moc -o ../build/objects/main.o main.cpp In file included from main.cpp:25:0: mainwindow.h:26:27: fatal error: ui_mainwindow.h: No such file or directory compilation terminated.
Thanks,
Jim
My mistake, I needed the qt5 branch. I'll cancel the issue.
Hi,
Trying to build, it can't find file ui_mainwindow.h (included by mainwindow.h) . I think it needs to be added to the repository.
Here's the build error: g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/opt/Qt/5.2.0/gcc_64/mkspecs/linux-g++ -I. -I. -Inetwork -Iaudio -Igtp -Igame_interfaces -Igame_tree -Iboard -Isgf -I/opt/Qt/5.2.0/gcc_64/include -I/opt/Qt/5.2.0/gcc_64/include/QtGui -I/opt/Qt/5.2.0/gcc_64/include/QtCore -I/opt/Qt/5.2.0/gcc_64/include/QtWidgets -I../build/moc -o ../build/objects/main.o main.cpp In file included from main.cpp:25:0: mainwindow.h:26:27: fatal error: ui_mainwindow.h: No such file or directory compilation terminated.
Thanks,
Jim