On Thu, Jan 10, 2013 at 5:24 PM, Nils Gey <[email protected]> wrote: > On Wed, 9 Jan 2013 21:37:04 -0500 > M Donalies <[email protected]> wrote: > > > Download (bzipped source tarball): > > http://downloads.sourceforge.net/sqorlatti/sqorlatti-0.1.1.tar.bz2 > > > > It's written in C++ and uses Qt4. There's no config or anything yet, > just Qt > > project file. So, as an ordinary user: > > 1. Unpack to a directory of your choice and cd to it. > > 2. qmake > > 3. make > > [nils@fyps Sqorlatti]$ LANG=ENG make > g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector > --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT > -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED > -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore > -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include > -Isrc/base;src/base/MidiFile;src/base/MimlFile;src/gui;src/gui/eventeditor;src/gui/staffeditor > -I. -I. -o Clef.o src/base/Clef.cpp > g++: fatal error: no input files > compilation terminated. > /bin/sh: src/base/MidiFile: Is a directory > /bin/sh: src/base/MimlFile: Is a directory > /bin/sh: src/gui: Is a directory > /bin/sh: src/gui/eventeditor: Is a directory > /bin/sh: src/gui/staffeditor: Is a directory > make: *** [Clef.o] Error 126 >
The file "Sqorlatti.pro" is incorrect. At line 2 (INCLUDEPATH) the list elements are separated by semicolons, but in qmake project files the list elements should be separated by whitespace: http://qt-project.org/doc/qt-4.8/qmake-project-files.html#whitespace Regards, Pedro
_______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
