Hello, All!
The last wine version which at least compiles at my PowerPC fine is 0.9.17.
Since then I can't even compile Wine. It fails with the next message
==================================== ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -D_SHDOCVW_ -t -T shdocvw_v1.tlb shdocvw_v1.idl warning: create_msft_typeinfo: ignoring attr 46 warning: create_msft_typeinfo: ignoring attr 46 warning: add_func_desc: ignoring attr 5 error: encode_type: VT_USERDEFINED - unhandled type 17 make[2]: *** [shdocvw_v1.tlb] Error 2 make[2]: Leaving directory `/home/petro/work/projects/wine/dlls/shdocvw' make[1]: *** [shdocvw] Error 2 make[1]: Leaving directory `/home/petro/work/projects/wine/dlls' make: *** [dlls] Error 2
====================================
I have no clue how to debug this, so I would ask you: how can I fix this strange situation?
Peter Lemenkov wrote:
The last wine version which at least compiles at my PowerPC fine is 0.9.17.
You could do a regression analysis with Git, described at the bottom of the GitWine Wiki page, to find the patch that changed behaviour.
I have no clue how to debug this, so I would ask you: how can I fix this strange situation?
You need to understand C programming to fix this problem.
Wine on PowerPC won't be able to do very much. You might be able to run winemine and other WineLib programs that come with Wine, but you won't be able to run Windows binaries, as they require an x86 compatible processor.
Mike
Hi Peter,
If all you want is to build a Winelib program for Linux/ppc, you can try to comment out shdocvw-related stuff from dlls/Makefile.in, and rebuild. Will work fine if your application does not want this particular dll.
On 09/10/06, Mike McCormack mike@codeweavers.com wrote:
I have no clue how to debug this, so I would ask you: how can I fix this strange situation?
You need to understand C programming to fix this problem.
Wine on PowerPC won't be able to do very much. You might be able to run winemine and other WineLib programs that come with Wine, but you won't be able to run Windows binaries, as they require an x86 compatible processor.
Mike
-- Ph.