Dear Michael,

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

It looks like the good sequence.

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.

can you try

kpsewhich -var-value TEXMFHOME

please? This outputs the default directory in which the Makefile will install the files. Maybe it would be better to have TEXMFLOCAL instead...

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.

Sure.

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 TeX files should be installed by the Makefile of the fonts/ directory.

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.

This could be related but, I'm almost sure it isn't, the Makefile of fonts/ doesn't use autoconf...

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

There used to be a python script that installed the files, but there shouldn't be any difference... Anyway, can you try

make install .

it should install the files in your current directories, creating all the different directories... Can you tell me if it works?

Also you can try "make tds", it should build a gregoriotex.tds.zip file, can you tell me if it contains everything?

Thank you,
--
Elie

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

Reply via email to