On Tue, May 08, 2007 at 11:34:46AM +0200, Rainer Lay wrote: > Sorry for that. > > LANG=en INSTALL_ROOT=/var/tmp/pdfedit-0.3.1-buildroot/ make install > cd doc && ( gmake doc_dist|| make doc_dist ) > gmake[1]: Entering directory `/usr/src/packages/BUILD/pdfedit-0.3.1/doc' > > ... > > cd src && make install > make[1]: Entering directory `/usr/src/packages/BUILD/pdfedit-0.3.1/src' > cd gui && make install > make[2]: Entering directory `/usr/src/packages/BUILD/pdfedit-0.3.1/src/gui' > mkdir: cannot create directory > `/var/tmp/pdfedit-0.3.1-buildroot/../../../../../../share': Permission > denied
Seems that problem is in your Makefile, because share directory is out of INSTALL_ROOT... I have tried similar INSTALL_ROOT=~/tmp/pdfedit make install and everything worked fine. Can you send Makefiles generated by your qmake? [tar -cf Makefiles.tar `find -name "Makefile"`] Though src/gui/Makefile should be enough. Maybe there is problem in Makefiles generation on your platform. -- Michal Hocko ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
