Results 1 to 4 of 4

Thread: Problems of a complete newbie: Creator and non-Qt apps

  1. #1
    Join Date
    Apr 2013
    Location
    Prague
    Posts
    258
    Thanks
    3
    Thanked 65 Times in 59 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Exclamation Problems of a complete newbie: Creator and non-Qt apps

    I am new here, so I would like to say hello to others Now, the problem:

    I''ve just started using Creator and I tried to compile and run code examples in it. Qt examples work fine but when I tried to compile and run the non-Qt C code (the simpliest "Hello world" possible), the code builds OK and then I got:

    Qt Code:
    1. Cannot connect creator comm socket /tmp/qt_temp.j21061/stub-socket: No such file or directory
    To copy to clipboard, switch view to plain text mode 

    What I need to set? Debian Wheezy, KDE, 64 bit, Qt 4.8.2

  2. #2
    Join Date
    May 2006
    Location
    Leeds, West Yorkshire, UK.
    Posts
    17
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Problems of a complete newbie: Creator and non-Qt apps

    I think it's a bug. It's logged at https://bugreports.qt-project.org/br...REATORBUG-6007.

    Sorry if this doesn't help.


    Cheers,
    Norm.
    Why do they put lightning conductors on churches?

  3. #3
    Join Date
    Apr 2013
    Location
    Prague
    Posts
    258
    Thanks
    3
    Thanked 65 Times in 59 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Problems of a complete newbie: Creator and non-Qt apps

    Thanks Norman, the log hinted the correct direction of searching

    In Qt Creator is "run in terminal" command x-terminal-emulator -e Such thing does not exist on my machine (Debian Wheezy, KDE). After changing the run command to xterm -e the app started running.

  4. #4
    Join Date
    May 2006
    Location
    Leeds, West Yorkshire, UK.
    Posts
    17
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Problems of a complete newbie: Creator and non-Qt apps

    Morning Radek,

    glad to hear you are sorted. HAve fun and enjoy Qt.

    Cheers,
    Norm.
    Why do they put lightning conductors on churches?

Similar Threads

  1. Complete newbie hello world question!
    By adamsp303 in forum Newbie
    Replies: 3
    Last Post: 27th January 2013, 21:31
  2. Replies: 2
    Last Post: 16th February 2012, 10:08
  3. Replies: 8
    Last Post: 26th March 2011, 12:11
  4. Complete newbie with programming and Qt
    By Jacob in forum Newbie
    Replies: 1
    Last Post: 6th March 2010, 06:26
  5. Newbie Mac OS X problems
    By Vnuce in forum Newbie
    Replies: 9
    Last Post: 22nd October 2009, 14:48

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
  •  
Qt is a trademark of The Qt Company.