Michal Hocko wrote: > > > On 6/22/07, *Rainer M. Krug* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi > > > I have the same problem, but unfortunately I don't know enough about qt > to follow the solution. > > Could somebody please give me a step - by - step guide on how to install > pdfedit? To sum up - > configure works > make works > > make install doesn't > > > Try to provide some more information. > What platfom, distribution do you use?
SuSE 10.2 I had to set export QMAKESPEC=/usr/lib/qt3/mkspecs/linux-g++ > What errors do you get during make install? If make is ok, than there > shouldn't > be any problem because make install just copies all the stuff to the target > directory. I thought the same. But I can rund pdfedit from the command line and no errors were reported during make: Generating namespace member index... Generating graph info page... Generating directory documentation... Generating file index... Generating directory index... Generating example index... Generating file member index... Generating page index... gmake[1]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/doc' but below you can find the last lines of the output from "sudo make install" and it is not installed: make[2]: Entering directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/utils' make[2]: `libutils.a' is up to date. make[2]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/utils' cd kernel && /usr/lib/qt3//bin/qmake && make staticlib make[2]: Entering directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/kernel' make[2]: Nothing to be done for `staticlib'. make[2]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/kernel' cd kpdf-kde-3.3.2 && /usr/lib/qt3//bin/qmake && make staticlib make[2]: Entering directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/kpdf-kde-3.3.2' make[2]: Nothing to be done for `staticlib'. make[2]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/kpdf-kde-3.3.2' cd qsa && make staticlib make[2]: Entering directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/qsa' make -f Makefile.qsa src/Makefile make[3]: Entering directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/qsa' make[3]: `src/Makefile' is up to date. make[3]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/qsa' cd src && make qsa/Makefile make[3]: Entering directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/qsa/src' make[3]: `qsa/Makefile' is up to date. make[3]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/qsa/src' cd src/qsa && make staticlib make[3]: Entering directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/qsa/src/qsa' ( cd /src/moc && make ) /bin/sh: line 0: cd: /src/moc: No such file or directory make[3]: *** [/bin/moc] Error 1 make[3]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/qsa/src/qsa' make[2]: *** [staticlib] Error 2 make[2]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/src/qsa' make[1]: *** [qsa] Error 2 make[1]: Leaving directory `/home/rkrug/source/installed/pdfedit-0.3.1/src' make: *** [src] Error 2 > Have you tried to use some of prebuild packages (if they are some for your > distribution)? > > Best regards > -- > 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 ------------------------------------------------------------------------- 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
