I tried your package but the problem is still there..
i'm under vista, with the last QT open source edition.C:\Qt\2009.03\mingw\bin\..\lib\gcc\mingw32\3.4.5\. .\..\..\..\mingw32\bin\ld.exe: cannot find -lphonond4
I tried your package but the problem is still there..
i'm under vista, with the last QT open source edition.C:\Qt\2009.03\mingw\bin\..\lib\gcc\mingw32\3.4.5\. .\..\..\..\mingw32\bin\ld.exe: cannot find -lphonond4
what steps did you take to accomplish it?
Last edited by FS Lover; 29th July 2009 at 11:10.
pucheto (29th July 2009)
I just have realized that it only builds under mingw32-make release...
sorry for bothering, my mistake...
you can modify the configure command line in the source (edit commands.txt) for adding debug mode if you want (I think removing -release solves it all). don't forget running install.cmd again.
by default it builds in release mode just for speed.
I have the latest version of Microsoft DirectX and Microsoft SDK installed..I use Qt 4.5.2..When the configuration of your package is over, I am still not being able to use phonon
It gives error
the steps I followed are:
Install Qt 4.5.2
run phonon4qt
Is there antything that i am missing?
have you a complete SDK installed?I use Qt 4.5.2
what is the error message?When the configuration of your package is over, I am still not being able to use phonon
It gives error
what command lines did you use for building your app?
did you run install.cmd before phonon4qt by clicking it? (don't call the install.cmd from the command line)the steps I followed are:
Install Qt 4.5.2
run phonon4qt
then you must open a fresh Qt command prompt and run the phonon4qt there.
then answer the two questions with y or n.
then, after pressing any key to continue, wait (possibly several hours) to complete the build process.
I recommend you to redirect the build tools' messages to the log file (by replying y to the related question).
save any error messages you see on the command line, and give them and the log file.
hey I got it installed by some other way..anyway, thanks for the help!
Hello FS Lover,
I.am trying to get this patch get working on my machine.
The problem is that i can only use Debug Mode because Release Mode give my a error( lphonond is missing ).
In your early post you describe to change the commnds.txt the command line into the Debug Mode.
Can you tell me wich command line in commands.txt.
Thanks in advance.
phonond is the debug version of the phonon lib that your compiler requested it.The problem is that i can only use Debug Mode because Release Mode give my a error( lphonond is missing ).
so it seems that your compilation was not in release mode (only).
what command lines did you use for building?
Last edited by FS Lover; 2nd August 2009 at 10:03.
Hello,
I figured it out i have change the 2 lines in commands.txt with -release configuration into -debug .
It compiles and works perfect voor my phonon examples and demos.
Thanks.
Hey i have tried this but i get the following error message
Qt Code:
==================================================================== current directory: F:\Qt\2009.03\mingw\include ==================================================================== step 1: adding new files to and patching some mingw's header files... patching file amvideo.h patching file bdatypes.h patching file control.h patching file dshow.h patching file strmif.h patching file vmr9.h ==================================================================== step 2: setting Microsoft DirectX SDK 2008 paths... Dx x64 target enviroment is now enabled. The system cannot find the batch label specified - Host F:\Qt\2009.03\mingw\include>To copy to clipboard, switch view to plain text mode
Only thing i changed was the -release command to -debug-and-release
<edit>
I have added the Host label to the phonon4qt.cmd to make it look like this:
Qt Code:
:x86_Target Set Lib=%DXSDK_DIR%Lib\x86;%Lib% Set Include=%DXSDK_DIR%Include;%Include% echo Dx x86 target enviroment is now enabled. :Host rem ----------------------- echo. echo lib=%lib% echo include=%include%To copy to clipboard, switch view to plain text mode
Running it now will let you now if it worked.
<Edit2>
That didn't work i get the following error when configuring qt:
Qt Code:
In file included from thread\qsemaphore.cpp:42: thread\qsemaphore.h:57: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.mingw.org/bugs.shtml> for instructions. mingw32-make[2]: *** [tmp/obj/debug_shared/qsemaphore.o] Error 1 mingw32-make[2]: Leaving directory `F:/Qt/2009.03/qt/src/corelib' mingw32-make[1]: *** [debug-all] Error 2 mingw32-make[1]: Leaving directory `F:/Qt/2009.03/qt/src/corelib' mingw32-make: *** [sub-corelib-make_default-ordered] Error 2To copy to clipboard, switch view to plain text mode
And for some information i am using QtCreator 1.2 with Qt 4.5.2 on a windows 7 64 bit pc.
Last edited by eekhoorn12; 18th August 2009 at 19:14.
A friend of me also tried to install phonon support on qt. He used a fresh install of the Qt toolkit including mingw, he also runs 64 bit windows 7 and he gets the following error:
Qt Code:
In file included from image\qiconengine.cpp:42: image\qiconengine.h:55: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.mingw.org/bugs.shtml> for instructions. mingw32-make[2]: * [tmp/obj/debug_shared/qiconengine.o] Error 1 mingw32-make[2]: Leaving directory `C:/Qt/2009.03/qt/src/gui' mingw32-make[1]: * [debug-all] Error 2 mingw32-make[1]: Leaving directory `C:/Qt/2009.03/qt/src/gui' mingw32-make: * [sub-gui-make_default-ordered] Error 2To copy to clipboard, switch view to plain text mode
<Edit>
I have added his entire log file
Last edited by eekhoorn12; 19th August 2009 at 08:14.
Bookmarks