Dump is a gregorio plugin that prints a text file of the parsing of the .gabc 
file. I would guess this was used a lot for debugging.

I find the error message a bit odd. The part that says "cannot find the library 
`' or unhandled argument `Control/gregorio-trunk/lib'". It would seem that it 
cannot find the directory 'Control/gregorio-trunk/lib'.

In my build I have:

-L../../lib /Users/martin/prog/trunk/lib/.libs/libgregorio.dylib

which shows that that 'lib' folder is in my gregorio folder 'trunk' inside my 
prog folder, which is, in turn, in my home directory.


I am going to make a guess here, namely that there is an issue with the path to 
this directory on your machine. It is possible the names you are using for your 
folders are confusing the bash script. What is the exact path of the directory 
called 'lib'? Open the Terminal and cd into the gregorio main directory, then 
cd into lib and try an echo $cwd. I want to see the full path name to the lib 
folder to see if that might be the issue. If there are any spaces or dashes, 
that could be the issue.

I have one or two other ideas, but let's start with this one.



On Jan 26, 2011, at 5:40 AM, David Gippner wrote:
>> /bin/sh ../../libtool --tag=CC   --mode=link gcc -L../../lib -g -O2 
>> -no-undefined -module -avoid-version  -o dump.la -rpath 
>> /usr/local/lib/gregorio dump.lo  -lgregorio 
>> libtool: link: cannot find the library `' or unhandled argument 
>> `Control/gregorio-trunk/lib'


---------------------------------------------------------------------
                          Michael Martin
                     [email protected]
----------------------------------------------------------------------




_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to