On Jun 15, 2013, at 3:08 AM, Élie Roux <[email protected]> wrote:

> Sure, but I fixed the make install script in the fonts/ directory. Does it 
> fix your problems?

Nope.


> In order to install gregoriotex files, you need to run "make install" in the 
> fonts/ directory, just as before.
> 
> Anyway, it's a good idea to make "make" and "make install" in the base 
> directory to also run "make" and "make install" in the fonts/ directory. I'll 
> add it for 2.3 (if I manage to).


I did the following:

make clean
svn up

autoreconf --install -f
./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 binaries are correctly saved in /usr/local. The fonts are correctly located 
as well. However, NONE of the .tex and .sty files are to be found anywhere 
other than the ~/trunk directory. If I manually copy them to my working 
directory with my latex files, then they are found and everything works. For 
some reason the .tex and .sty files are no longer begin saved to 
/usr/local/texlive/texmf-local by make.

Since I am running a pretty much stock Mac OSX 10.8.4, I suspect I am not 
unique. I can certainly manually copy them over into 
/usr/local/texlive/texmf-local, but that does not address why the makefile is 
not picking this up. 

I'e tried the above on both OSX machines I own, and both fail to install the 
.tex and .sty files. If I cd into trunk/tex and force a make install, it just 
says everything is up to date.

The only thing I can think of is:

configure.ac:25: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its 
use is discouraged.
configure.ac:25: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro 
instead,
configure.ac:25: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your 
Makefile.am files.

But this was OK a few revs back when the files were installed correctly.

---------------------------------------------------------------------
                          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