Results 1 to 6 of 6

Thread: packaging

  1. #1
    Join Date
    Sep 2010
    Posts
    15
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default packaging

    Hi.

    I am tring to run the gesture examples that comes with QtCreator 2.0.

    I have no problems when running the desktop application for linux. But, when truing to run it on my N900, I obtain the next error:

    :: error: Packaging Error: Could not copy '/home/opt/NokiaQtSDK/Examples/4.6/gestures-build-maemo/gestures' to '/home/opt/NokiaQtSDK/E examples/4.6/gestures-build-maemo/debian/gestures//usr/local/bin/gestures'.

    Someonw has enyidea about whay is happening?

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: packaging

    If this is an accurate copy of the error, and I think it isn't, then the error is here:
    Qt Code:
    1. .../gestures//usr/local/bin/gestures
    To copy to clipboard, switch view to plain text mode 
    That is not a correct path. I guess the program wants to copy some files into /usr/local/bin/gestures but that path gets appended to the source/duild dir?

  3. #3
    Join Date
    Sep 2010
    Posts
    15
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: packaging

    Quote Originally Posted by tbscope View Post
    If this is an accurate copy of the error, and I think it isn't, then the error is here:
    Qt Code:
    1. .../gestures//usr/local/bin/gestures
    To copy to clipboard, switch view to plain text mode 
    That is not a correct path. I guess the program wants to copy some files into /usr/local/bin/gestures but that path gets appended to the source/duild dir?
    Thanks for your reply. That is an accurate copy of the error.

    I could undertand that the problem is there. But, how to solve it?
    Should I mofify manually the Makefile?
    Can I modify some parameters on QtCretor to solve it?

    thanks!

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: packaging

    How are you deploying the application to N900? Do you have MADDE configured and running?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Sep 2010
    Posts
    15
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: packaging

    Quote Originally Posted by wysota View Post
    How are you deploying the application to N900? Do you have MADDE configured and running?
    Yes.

    In fact I can run the example "animatedtiles" on my N900 without any problem.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: packaging

    There is no way NokiaQtSDK+MADDE would try to copy the application to /usr/local/bin or anything containing this path (the binary should be copied to N900's ~developer or equivalent). Please check the project file, maybe you changed it by accident somehow.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. advice on logging framework and packaging
    By angeshwar in forum Qt Programming
    Replies: 2
    Last Post: 26th October 2009, 09:12
  2. Related to Packaging of Qt4 Application
    By archanasubodh in forum Installation and Deployment
    Replies: 1
    Last Post: 21st March 2008, 14:55
  3. File packaging question
    By Bookmarc in forum General Programming
    Replies: 2
    Last Post: 4th December 2007, 10:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.