jorgos

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Some problems with makefile #2785
    jorgos
    Participant

    Thanks. You are completly right. I renamed any other “test.exe” binary on path, and now everything seems to work fine!

    By the way, have you ever debug application with Phonon? I would like to create application that is playing audio files using Phonon class:

    Phonon::MediaObject *mediaObject;
    mediaObject = Phonon::createPlayer(Phonon::MusicCategory);

    And application is working correctly (sound is playing) when i run it manually from xterminal, but when i try to run it directly from Visual, GDB hungs on bolded line. I tried to run application manually and connect to them, but it’s not working as well. Could you give me any advice how to setup GDB to work with this?

    in reply to: Some problems with makefile #2783
    jorgos
    Participant

    Debug directory exists, and as you said, was created by qmake. “test” tool is returning “1”, when slash is at the end of path, and correctly returns “0”, when there is no slash.
    Problem appears when building and rebuilding as well.
    As a workaround I created small script which removes this line from makefile, and invoke make.

Viewing 2 posts - 1 through 2 (of 2 total)