Thanks for your help,

unfortunately I still don't succeed.
Using
configure --with-python --with-cairo  
make
make -n install

I get 
....
Making install in bindings
/OBJ/Graphics/dia/bindings
make[1]: Entering directory `/Obj/OBJ/Graphics/dia/bindings'
python -modern -extranative -c++ -I.. -I../lib -o dia-python.cpp dia.swig
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <<<<<<<<<<<<<<<<<
this is coming from
$(srcdir)/dia-python.cpp : $(INTERFACES)
        $(SWIG) $(SWIG_PYTHON_OPT) -I$(top_srcdir) -I../lib -o $@ $<

where
SWIG=''
SWIG_PYTHON_OPT = -python -modern -extranative -c++

and then it goes on like

make  install-am

make[2]: Entering directory `/Obj/OBJ/Graphics/dia/bindings'
make  install-exec-am install-data-am
make[3]: Entering directory `/Obj/OBJ/Graphics/dia/bindings'
:
test -z "" || /bin/mkdir -p ""
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' '/$f'"; \
            /bin/sh ../libtool   --mode=install /usr/bin/install -c  "$p" 
"/$f"; \
          else :; fi; \
        done
make[3]: *** No rule to make target `dia.py', needed by 
`install-pkgpythonPYTHON'.  Stop.
make[3]: Leaving directory `/Obj/OBJ/Graphics/dia/bindings'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/Obj/OBJ/Graphics/dia/bindings'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/Obj/OBJ/Graphics/dia/bindings'
make: *** [install-recursive] Error 1


Helmut.


-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
_______________________________________________
Dia-list mailing list
Dia-list@gnome.org
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to