dia-svn install problem



Hi,

I had no luck in installing the svn version of dia on my Gentoo box.
I have
configure --with-python --with-swig --with-cairo
Configuration:
        Source code location:   .
        Compiler:               gcc

        Gnome support:                          no
        Python support:                         yes
        Libart support (PNG export):            yes
        Cairo support (experimental):           yes
        Gnome Print support (experimental):     no
        Dia Python bindings with SWIG           no
        WMF plug-in with libEMF:                no


make works just fine but

make -n install shows (similarly to make install)

make[3]: Entering directory `/Obj/OBJ/Graphics/dia/bindings'
:
test -z "/usr/lib/python2.5/site-packages/dia" || /bin/mkdir -p "/usr/lib/python2.5/site-packages/dia"
list=''; for p in $list; do \
          if test -f $p; then \
            f=`echo $p | sed -e 's|^.*/||'`; \
            echo " /bin/sh ../libtool   --mode=install /usr/bin/install -c  '$p' 
'/usr/lib/python2.5/site-packages/dia/$f'"; \
            /bin/sh ../libtool   --mode=install /usr/bin/install -c  "$p" 
"/usr/lib/python2.5/site-packages/dia/$f"; \
          else :; fi; \
        done
make[3]: *** No rule to make target `dia.py', needed by `install-pkgpythonPYTHON'.  Stop.

Perhaps a bit strange is the fact that in config.log there is
SWIG=''
SWIG_LIB=''

But I do have swig installed:
swig -version   gives
SWIG Version 1.3.33


Unfortunately I cannot fix a broken configure myself.
Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]