Re: [LAD] [ANN] Sqorlatti 0.1.1 (music notation program)

From: Pedro Lopez-Cabanillas <pedro.lopez.cabanillas@email-addr-hidden>
Date: Thu Jan 10 2013 - 18:48:49 EET

On Thu, Jan 10, 2013 at 5:24 PM, Nils Gey <ich@email-addr-hidden> wrote:

> On Wed, 9 Jan 2013 21:37:04 -0500
> M Donalies <ingeniousnebbish@email-addr-hidden> 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@email-addr-hidden 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
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Thu Jan 10 20:15:02 2013

This archive was generated by hypermail 2.1.8 : Thu Jan 10 2013 - 20:15:02 EET