I created the following directory for my Gregorio files: ~/Library/Application 
Support/Gregorio.

Everything was going fine until autoreconf -f -i

FAT-MBA:trunk atran$ autoreconf -f -i
Copying file m4/codeset.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/intdiv0.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-h.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lock.m4
Copying file m4/longdouble.m4
Copying file m4/longlong.m4
Copying file m4/printf-posix.m4
Copying file m4/signed.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makevars.template
Can't exec "aclocal": No such file or directory at 
/opt/local/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory
FAT-MBA:trunk atran$ 


On 16 Jun 13, at 16:29, [email protected] wrote:

> Just to be clear:
> 
> 1) You already have TexLive 2012
> 
> 2) Get Xcode from the Apple Mac App Store (free)
> 
> 3) Once downloaded, open Xcode. It will first want to install a device 
> manager, so install it.
> 
> 4) Under Preferences, click on Downloads and install the Command Line Tools.
> 
> 5) Download and install MacPorts.
> 
> 6) Once installed, in the terminal so a sudo port selfupdate to get the 
> latest sources packages
> 
> 7) When that is done, do a sudo port install autoconf
> 
> 8) Lets make a place to put the gregorio files. ~/Documents/gregorio is good, 
> feel free to rename
> 
> mkdir -p ~/Documents/gregorio
> 
> cd ~/Documents/gregorio
> 
> 9) Now get the gregorio source: 
> 
> svn co svn://svn.gna.org/svn/gregorio/trunk
> 
> 10) cd into trunk
> 
> 11) Execute the following in the trunk directory:
> 
> 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
> 
> The last command should run texhash, so you should't need to run it a second 
> time.
> 
> You should be good to go. In the future, all you need to do to update to the 
> latest gregorio is:
> 
> cd ~/Documents/gregorio/trunk
> svn up
> 
> And then repeat step 11.
> 
> On Jun 16, 2013, at 4:11 PM, Fr. Augustine Tran <[email protected]> wrote:
> 
>> Can we try installing the SVN using Method #1? I am installing Xcode and 
>> MacPorts right now.
> 
> ---------------------------------------------------------------------
>                           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

Reply via email to