<div dir="ltr">Hey Joel,<div><br></div><div>Thanks for reporting in. Qt's build system uses its own custom build tool, qmake, to generate makefiles that refer to whichever version of Qt is available. I'm unsure of how well this works when an application designed for Qt4 is built on a system with Qt5, but I had hoped that there would be a compatibility mode. My guess is this mismatch between Qt versions is the ultimate source of the errors you are seeing. The currently posted source archive is all-good on systems with Qt4, so I will investigate what happens under Qt5. </div>
<div><br></div><div>spencer</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 23, 2013 at 1:32 PM, Joel Matthys <span dir="ltr"><<a href="mailto:jwmatthys@yahoo.com" target="_blank">jwmatthys@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Adding -I/usr/include/qt5/QtWidgets to the includes in the makefile fixes this error, but then I keep running into errors relating to misnamed or missing files. (For example, source files which include ui_mAMainWindow.h, which appears to have been renamed "mAMainWindow.ui.") Are you sure the release on the website is the final build?<br>

<br>
(Also wondering why the includes are qt5 but the instructions call for installation of qt4.)<span class="HOEnZb"><font color="#888888"><br>
<br>
Joel</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 09/23/2013 02:57 PM, Joel Matthys wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I get a Qt error when I try to build for Linux. Ubuntu 13.04 32-bit.<br>
<br>
jwmatthys@matthys-vaio:~/<u></u>Software/miniAudicle-1.3.0/<u></u>src$ make linux-alsa<br>
make -f makefile.qt-alsa<br>
make[1]: Entering directory `/home/jwmatthys/Software/<u></u>miniAudicle-1.3.0/src'<br>
g++ -c -pipe -D__LINUX_ALSA__ -D__CK_SNDFILE_NATIVE__ -D__LINUX__ -Ichuck/src -O3 -w -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/<u></u>linux-g++ -I. -I/usr/include/qt5 -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -o build/mAMainWindow.o qt/mAMainWindow.cpp<br>

In file included from qt/mAMainWindow.cpp:25:0:<br>
qt/mAMainWindow.h:28:23: fatal error: QMainWindow: No such file or directory<br>
compilation terminated.<br>
make[1]: *** [build/mAMainWindow.o] Error 1<br>
make[1]: Leaving directory `/home/jwmatthys/Software/<u></u>miniAudicle-1.3.0/src'<br>
make: [linux-alsa] Error 2 (ignored)<br>
<br>
--------------<br>
Joel<br>
______________________________<u></u>_________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.<u></u>princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.<u></u>edu/mailman/listinfo/chuck-<u></u>users</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.<u></u>princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.<u></u>edu/mailman/listinfo/chuck-<u></u>users</a><br>
<br>
</div></div></blockquote></div><br></div>