That is not good. /bin is reserved for the operating system, particularly for
the shells and low level functions. It is not the place to put user-customized
software. Whoever told you to put it there should don the unix equivalent of
sackcloth and ashes and perform a suitable penance. I strongly suggest you
remove anything you have added to /bin, CAREFULLY.
FYI, OSX software does in /Applications of course. But unix software that is
not part of the OS is to be placed in /usr/local. This avoids having it get
stomped by OS updates. For Tex, it goes into /usr/local/texlive/texmf-local.
This is the convention unix developers expect. Doing otherwise can result in
conflicts.
While unix is clever enough to figure out where things get placed, even if in
the wrong directories, this will likely cause issues over time and can result
in conflicts, such as what you seem to have here. The SVN compile process
adheres to the /usr/local and /usr/local/texlive/texmf-local convention. The
.pkg does not and somehow you've managed to move things over to /bin, to make
things even worse.
The correct config is:
Volcanus{martin}> which gregorio
/usr/local/bin/gregorio
Volcanus{martin}> gregorio --version
gregorio version 2.4-svn.
Copyright (C) 2006-2010 Elie Roux <[email protected]>
I do not use TexWorks, but you can point it to the correct location of gregorio
in /usr/local/bin
Sent from my iPad
> On May 29, 2014, at 13:07, Boris Maire <[email protected]> wrote:
>
> I’m using /bin/gregorio and TeXworks is configured to do so.
>
> Here are the answers :
> macbookpro-boris:~ borismaire1$ which gregorio
> /bin/gregorio
> macbookpro-boris:~ borismaire1$ gregorio -V
> gregorio version 2.3-svn.
> Copyright (C) 2006-2010 Elie Roux <[email protected]>
> macbookpro-boris:~ borismaire1$
>
>
> And :
> macbookpro-boris:~ borismaire1$ sudo rm /usr/bin/gregorio
> rm: /usr/bin/gregorio: No such file or directory
> macbookpro-boris:~ borismaire1$ sudo rm -r /usr/include/gregorio
> rm: /usr/include/gregorio: No such file or directory
> macbookpro-boris:~ borismaire1$ sudo rm /usr/lib/pkconfig/gregorio.pc
> rm: /usr/lib/pkconfig/gregorio.pc: No such file or directory
> macbookpro-boris:~ borismaire1$
>
> UdP,
> Boris
>
>> Le 29 mai 2014 à 15:51, [email protected] a écrit :
>>
>>
>> This is one of the reasons I advise avoiding the .pkg, it puts things in
>> places it shouldn’t. I should have mentioned how to remove it, sorry.
>>
>> To Remove the detritus from the .pkg:
>> sudo rm /usr/bin/gregorio
>> sudo rm -r /usr/include/gregorio
>> sudo rm /usr/lib/pkconfig/gregorio.pc
>>
>>
>>> On May 29, 2014, at 8:27 AM, Élie Roux <[email protected]>
>>> wrote:
>>>
>>> Well, your font version is good, the problem is the version of your
>>> gregorio command. If you type
>>>
>>> which gregorio
>>>
>>> it will give you the program command line uses, try to delete it and run
>>> 'which gregorio' again, it should be the one installed recently and it
>>> should work...
>>
>> ---------------------------------------------------------------------
>> Michael Martin
>> [email protected]
>> Thesaurus Precum Latinarum
>> http://www.preces-latinae.org
>> ----------------------------------------------------------------------
>
> _______________________________________________
> Gregorio-users mailing list
> [email protected]
> https://mail.gna.org/listinfo/gregorio-users
_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users