I don't have a Mac, but perhaps you can try the directions again from the top. Delete the directory where you've checked out gregorio (if you've used the names in the instructions, gregorio-svn) and then go back to the top with the sudo rm commands:
sudo rm -r /usr/include/gregorio sudo rm /usr/lib/pkgconfig/gregorio.pc sudo rm -r /usr/local/texlive/texmf-local/tex/gregoriotex sudo rm -r /usr/local/texlive/texmf-local/tex/latex/gregoriotex At this point, look for anything called gregorio on your disk and remove anything that looks like it's left from some older installation. In the instructions, the directions now describe using subversion. However, development of gregorio has moved to git, so do the following: sudo port install git git clone https://github.com/gregorio-project/gregorio.git gregorio-git cd gregorio-git Then continue with the instructions: autoreconf -f -i ./configure CFLAGS='-I/opt/local/include' \ CPPFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' make sudo make install cd fonts sudo make install Not having a Mac, I can't confirm these steps, but they work on my Linux box. Regards, Henry On Monday, 11 August 2014 at 01:30:13 am +0200, Tomasz Grabowski wrote: > Dear All, > I’m trying to run gregorio 2.4-svn. > > I followed all steps at http://home.gna.org/gregorio/installation-mac > > After > $ cd fonts > $ sudo make install > > It did nothing, only: > „make: `install' is up to date.” > > gregoriotex.sty was not installed. > fonts are not installed. > > What should I do? > > Mac OS X, 10.10 beta > MacTex 2014 - clean install (updated) > XCode 5.1 > MacPorts updated > > > Tomasz Grabowski OP > prezes fundacji > > kom. +48 694 480 613 > tel. 12 430 19 34 > e-mail: [email protected] > > Fundacja Dominikański Ośrodek Liturgiczny > ul. Dominikańska 3/11, 31-043 Kraków > www.liturgia.dominikanie.pl > > NIP: PL 6762419775, KRS 0000354036 > 47 1140 2004 0000 3802 7522 9738 > > > > > > _______________________________________________ > 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

