Menu

difficulty compiling

2006-11-24
2013-04-16
  • Peter Alcibiades

    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

     
  • Roberto Pando

    Roberto Pando - 2009-10-05

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.