phonon4qtmingw.zip - a magical package!
http://rapidshare.com/files/25799788...mingw.zip.html
this package which is just about 6 megabytes (compare it with downloading MS DX SDK that is about 500MB), adds phonon support to your mingw qt, very easily.
you must have installed mingw qt sdk completely on your MS Windows.
sdk's mingw installation must not be canceled.
then double click on the install.cmd file inside the package.
and follow the instructions.
it is fully automatic.
test it and tell me about your results and opinion.
specially tell me about you phonon video support.
thank all others for their helps; including Qt Software guys.
Re: phonon4qtmingw.zip - a magical package!
I recommend you to test it using a fresh installation of Qt SDK.
qt command prompt should be in %qtdir% (it's the default when opening qt command prompt).
Re: phonon4qtmingw.zip - a magical package!
some of my friends tested the package on other machines recently.
they told me that it works great and no video problem exists.
so I think this package is the easiest way for adding phonon support to mingw qt ever.
but we are waiting to see default phonon support precompiled in the mingw version of qt in the near future.
Re: phonon4qtmingw.zip - a magical package!
Unfortunately the Rapidshare link appears to have expired. Could you please post it again, I would really appreciate that. Thanks a million.
Re: phonon4qtmingw.zip - a magical package!
Maybe you could add the file as forum attachment here?
Re: phonon4qtmingw.zip - a magical package!
Quote:
Unfortunately the Rapidshare link appears to have expired. Could you please post it again, I would really appreciate that. Thanks a million.
of course: http://rapidshare.com/files/26014340...mingw.zip.html
Quote:
Maybe you could add the file as forum attachment here?
I think attachments' size limit doesn't let me.
I will try to find a more permanent upload area.
Re: phonon4qtmingw.zip - a magical package!
apparently, free Rapidshare uploads have a limit of 10 times of downloads.
this is the download link of another temporary upload until I will find a better place:
http://www.4shared.com/file/12072345...n4qtmingw.html
and this is in a Collector's Account that I think does not have the 10 times limit:
http://rapidshare.com/files/26015601...on4qtmingw.zip
Re: phonon4qtmingw.zip - a magical package!
this is another download link (my friend uploaded it on his own site):
http://flashqard-project.org/uploads...on4qtmingw.zip
Re: phonon4qtmingw.zip - a magical package!
I tried your package but the problem is still there..
Quote:
C:\Qt\2009.03\mingw\bin\..\lib\gcc\mingw32\3.4.5\. .\..\..\..\mingw32\bin\ld.exe: cannot find -lphonond4
i'm under vista, with the last QT open source edition.
Re: phonon4qtmingw.zip - a magical package!
what steps did you take to accomplish it?
Re: phonon4qtmingw.zip - a magical package!
I just have realized that it only builds under mingw32-make release...
sorry for bothering, my mistake...
Re: phonon4qtmingw.zip - a magical package!
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.
Re: phonon4qtmingw.zip - a magical package!
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?
Re: phonon4qtmingw.zip - a magical package!
have you a complete SDK installed?
Quote:
When the configuration of your package is over, I am still not being able to use phonon
It gives error
what is the error message?
what command lines did you use for building your app?
Quote:
the steps I followed are:
Install Qt 4.5.2
run phonon4qt
did you run install.cmd before phonon4qt by clicking it? (don't call the install.cmd from the command line)
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.
Re: phonon4qtmingw.zip - a magical package!
hey I got it installed by some other way..anyway, thanks for the help!
Re: phonon4qtmingw.zip - a magical package!
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.
Re: phonon4qtmingw.zip - a magical package!
Quote:
The problem is that i can only use Debug Mode because Release Mode give my a error( lphonond is missing ).
phonond is the debug version of the phonon lib that your compiler requested it.
so it seems that your compilation was not in release mode (only).
what command lines did you use for building?
Re: phonon4qtmingw.zip - a magical package!
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.
Re: phonon4qtmingw.zip - a magical package!
Hey i have tried this but i get the following error message
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>
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:
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%
Running it now will let you now if it worked.
<Edit2>
That didn't work i get the following error when configuring 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 2
And for some information i am using QtCreator 1.2 with Qt 4.5.2 on a windows 7 64 bit pc.
1 Attachment(s)
Re: phonon4qtmingw.zip - a magical package!
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:
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 2
<Edit>
I have added his entire log file