Hello,
I'm wanting to install bbdb 3.0 and have encountered problems.
I downloaded the git today.
I'm running ubuntu 11.10 
I had some make install problems.

When trying to process bbdb/tex, I get:
--------------
make[1]: Entering directory `/xxxx/xxxx/bbdb/tex'
if test "x/usr/local/texlive/2011/../texmf-local/bbdb" != "x"; then             
\
            /usr/bin/install -c -d -m 0755 
"/usr/local/texlive/2011/../texmf-local/bbdb/"       \
            for tex in *.tex; do                        \
                echo "Install $tex in 
/usr/local/texlive/2011/../texmf-local/bbdb/";    \
                /usr/bin/install -c -m 644 $tex 
"/usr/local/texlive/2011/../texmf-local/bbdb/"; \
            done;                                       \
        fi
/bin/sh: Syntax error: "do" unexpected (expecting "fi")
-----------------
The Makefile contains the following:
----------------
install-tex:
        if test "x$(texmf_dir)" != "x"; then            \
            $(INSTALL) -d -m 0755 "$(texmf_dir)/"       \
            for tex in *.tex; do                        \
                echo "Install $$tex in $(texmf_dir)/";  \
                $(INSTALL_DATA) $$tex "$(texmf_dir)/";  \
            done;                                       \
        fi
----------------
No really sure what the error is, nor how to fix it.
 
I also encountered this problem:
- when trying to create the doclicense info,
make file reports: "Extraneous text at end of command line".
The fix is to change all of the 
@item XXXXXX line in the .texi file to 
@item
XXXXX


Any help would be appreciated.

Regards
Marc

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to