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:
Code:
Cannot connect creator comm socket /tmp/qt_temp.j21061/stub-socket: No such file or directory
What I need to set? Debian Wheezy, KDE, 64 bit, Qt 4.8.2
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.
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.
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.