Hello,
as I would like to try to open an indd file, I have tried to compile the latest SVN version.
I have done a " cmake . " with no problem (just had to install some dependencies) but the make step close on an Error 2, as it seems there is some trouble with python lib.
Here is the display of my make :
[ 0%] Built target scribus_pgf_lib
[ 1%] Built target scribus_colormgmt_lib
[ 1%] Built target scribus_desaxe_lib
[ 2%] Built target scribus_fonts_lib
[ 2%] Built target scribus_styles_lib
[ 3%] Built target scribus_text_lib
[ 7%] Built target scribus_cairo_lib
[ 9%] Built target scribus_2geom_lib
[ 10%] Built target scribus_wpg_lib
make[2]: *** Pas de règle pour fabriquer la cible « /usr/lib/python3.2/config/libpython3.2.so », nécessaire pour « scribus/scribus ». Arrêt.
make[1]: *** [scribus/CMakeFiles/scribus.dir/all] Erreur 2
make: *** [all] Erreur 2
^C
[1]+ Termine 2 make
I have many python on my system and I have made some ls to check it out. Even a
ls -la /usr/lib/python3.2/config/libpython3.2.so
gives me
/usr/lib/python3.2/config/libpython3.2.so -> libpython3.2mu.so
So it seems the lib is there, even the make doesn't see it...
As I am not at all a specialist of compilation, I don't know what to do next...
My system is a Debian/GNU Linux 2.6.38-2-amd64