grame-cncm / libmusicxml

A C/C++ library to support the MusicXML format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code does not compile on Linux

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Download the source code on Ubuntu
2. Enter packages/
3. Run "make linux"

I got compiling errors:

cd libmusicxml-3.00-ubuntu-x86_64/include && chmod 644 *.h
make[1]: Leaving directory `XXX/musicxml/libmusicxml/packages'
make exe DEST=libmusicxml-3.00-ubuntu-x86_64 TOOLS="../cmake/xml2guido 
../cmake/xmltranspose"
make[1]: Entering directory `XXX/musicxml/libmusicxml/packages'
cp ../cmake/xml2guido ../cmake/xmltranspose libmusicxml-3.00-ubuntu-x86_64
cp: cannot stat `../cmake/xml2guido': No such file or directory
cp: cannot stat `../cmake/xmltranspose': No such file or directory
make[1]: *** [exe] Error 1
make[1]: Leaving directory `XXX/musicxml/libmusicxml/packages'
make: *** [linux] Error 2

Original issue reported on code.google.com by jiayl@chromium.org on 1 Jul 2014 at 11:32

You should compile the project before building a package.

Original comment by dfo...@gmail.com on 9 Jul 2014 at 9:57

  • Changed state: Invalid