From: Dominique F. <fo...@gr...> - 2015-10-28 18:54:16
|
Can you tell me a bit more about what you try to compile and how. Normally, everything should be compiled within the cmake folder, including the tools and the xml2guido converter. But the tools are not installed by the ‘install’ target. Best — Dominique > Le 28 oct. 2015 à 18:03, Dorien Herremans <dor...@gm...> a écrit : > > As an update, I compiled with the header specified: > > g++ xml2guido.cpp -I/usr/local/include/libmusicxml > > It gives me a different error now. > > In function main': xml2guido.cpp:(.text+0xf9): undefined reference to musicxmlfd2guido' xml2guido.cpp:(.text+0x115): undefined reference to `musicxmlfile2guido' collect2: error: ld returned 1 exit status > > Not really sure why it can't find this library... > > On 28 October 2015 at 15:28, Dorien Herremans <dor...@gm... <mailto:dor...@gm...>> wrote: > Hello, > > Thanks for making this library! > > I am trying to run the musicxml1guido script on Ubuntu 15.04. > > Since I think the binary is for an older version, I have compiled the source (cmake, make, make install). All went well and a bunch of files where copied: > > Install the project... > -- Install configuration: "" > -- Installing: /usr/local/lib/libmusicxml2.so.3.00 > -- Installing: /usr/local/lib/libmusicxml2.so > -- Installing: /usr/local/include/libmusicxml/musicxmlfactory.h > -- Installing: /usr/local/include/libmusicxml/sortvisitor.h > -- Installing: /usr/local/include/libmusicxml/xmlreader.h > ... etc > > When I try to compile the script with g++ it tells me: > > libmusicxml.h: No such file or directory > > Should I have set a path variable or something? > > Many thanks for any help, > > Dorien > > > > -- > Dorien Herremans > > > > -- > Dorien Herremans > ------------------------------------------------------------------------------ > _______________________________________________ > Libmusicxml-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libmusicxml-devel |