It now fails in /src/plugins/phonon with the message
c:\programme\microsoft sdks\windows\v6.1\include\mediaobj.h(183) : error C2061:
Syntaxfehler: Bezeichner '__RPC__out'
I installed Directx SDK and Windows SDK and the called this script before compiling
Set DXSDK_DIR="C:\Programme\Microsoft DirectX SDK (April 2007)"
%DXSDK_DIR%\utilities\bin\dx_setenv.cmd
"C:\Programme\Microsoft SDKs\Windows\v6.1\Bin\SetEnv.Cmd"
Set DXSDK_DIR="C:\Programme\Microsoft DirectX SDK (April 2007)"
%DXSDK_DIR%\utilities\bin\dx_setenv.cmd
"C:\Programme\Microsoft SDKs\Windows\v6.1\Bin\SetEnv.Cmd"
To copy to clipboard, switch view to plain text mode
and also added
C:\Programme\Microsoft SDKs\Windows\v6.1\Include
to the PATH, since dshow.h was not found.
Then I called configure again and compiled succesfully /src/phonon but failed with the error above in /src/plugins/phonon
Bookmarks