[PATCH 01/10] d3dx9: Add stub and basic test for D3DXCreateSphere.

Misha Koshelev misha680 at gmail.com
Fri Jul 16 17:55:04 CDT 2010


On Fri, Jul 16, 2010 at 5:37 PM, Marvin <testbot at testbot.winehq.org> wrote:
> Hi,
>
> While running your changed tests on Windows, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> Full results can be found at
> http://testbot.winehq.org/JobDetails.pl?Key=3357
>
> Your paranoid android.
>
>
> === WINEBUILD (build) ===
> Make failed
>

Umm.... Marvin reports:
/var/lib/winetestbot/build-mingw32/dlls/d3dx9_36/tests/../../../../wine-git/dlls/d3dx9_36/tests/mesh.c:491:
undefined reference to `_D3DXCreateSphere at 24'
/var/lib/winetestbot/build-mingw32/dlls/d3dx9_36/tests/../../../../wine-git/dlls/d3dx9_36/tests/mesh.c:494:
undefined reference to `_D3DXCreateSphere at 24'
/var/lib/winetestbot/build-mingw32/dlls/d3dx9_36/tests/../../../../wine-git/dlls/d3dx9_36/tests/mesh.c:497:
undefined reference to `_D3DXCreateSphere at 24'
/var/lib/winetestbot/build-mingw32/dlls/d3dx9_36/tests/../../../../wine-git/dlls/d3dx9_36/tests/mesh.c:500:
undefined reference to `_D3DXCreateSphere at 24'
/var/lib/winetestbot/build-mingw32/dlls/d3dx9_36/tests/../../../../wine-git/dlls/d3dx9_36/tests/mesh.c:529:
undefined reference to `_D3DXCreateSphere at 24'
mesh.o:/var/lib/winetestbot/build-mingw32/dlls/d3dx9_36/tests/../../../../wine-git/dlls/d3dx9_36/tests/mesh.c:532:
more undefined references to `_D3DXCreateSphere at 24' follow
collect2: ld returned 1 exit status
winegcc: i686-pc-mingw32-gcc failed
make: *** [d3dx9_36_test.exe] Error 2
make: Leaving directory `/var/lib/winetestbot/build-mingw32/dlls/d3dx9_36/tests'

I believe as was the case previously, this is the case of the actual
DLL not being regenerated when the spec file changes :(

Thank you for your attention to this. I will forward to Dan & Greg as well.

Misha



More information about the wine-devel mailing list