This looks promising and I would like to try it. The first problem with issuing the make command is that it expects qt3/mkspecs to be in /usr/lib. At least in debian etch it is in usr/share/qt3.... So I changed the make file to reflect this and it now no longer complains. Now what I get is:
peter@iwill:~/Desktop/qpos-0.2.2.tar.gz_FILES$ make
cd src/tr && make -f Makefile
make[1]: Entering directory `/home/peter/Desktop/qpos-0.2.2.tar.gz_FILES/src/tr'/bin/lupdate ../*.cpp -ts qpos_es.ts
/bin/sh: /bin/lupdate: No such file or directory
make[1]: *** [es] Error 127
make[1]: Leaving directory `/home/peter/Desktop/qpos-0.2.2.tar.gz_FILES/src/tr'
make: *** [sub-src-tr] Error 2
OK, what do I do next?
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First of all You have to check if exist this variables in for your user profile
QTDIR=/usr/lib/qt-3.3
QTINC=/usr/lib/qt-3.3/include
QTLIB=/usr/lib/qt-3.3/lib
if not, add accordingly to your installation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
This looks promising and I would like to try it. The first problem with issuing the make command is that it expects qt3/mkspecs to be in /usr/lib. At least in debian etch it is in usr/share/qt3.... So I changed the make file to reflect this and it now no longer complains. Now what I get is:
peter@iwill:~/Desktop/qpos-0.2.2.tar.gz_FILES$ make
cd src/tr && make -f Makefile
make[1]: Entering directory `/home/peter/Desktop/qpos-0.2.2.tar.gz_FILES/src/tr'/bin/lupdate ../*.cpp -ts qpos_es.ts
/bin/sh: /bin/lupdate: No such file or directory
make[1]: *** [es] Error 127
make[1]: Leaving directory `/home/peter/Desktop/qpos-0.2.2.tar.gz_FILES/src/tr'
make: *** [sub-src-tr] Error 2
OK, what do I do next?
Peter
First of all You have to check if exist this variables in for your user profile
QTDIR=/usr/lib/qt-3.3
QTINC=/usr/lib/qt-3.3/include
QTLIB=/usr/lib/qt-3.3/lib
if not, add accordingly to your installation.