Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-24 Thread bentahyr
Thanks for the link but DirectX installation went fine, and since 2010, winetricks appeared and helped to automate quite a lot of these tiedous tasks. What I had no luck with is that with or without DirectX native implementation, I have the same memory error. I'll keep that under the hood when

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-24 Thread ken mays via oi-dev
Ben, Read this: http://www.dedoimedo.com/games/wine-directx.html Ken On Tuesday, May 24, 2016 12:15 AM, Alexander Pyhalov wrote: On 05/24/2016 08:27, benta...@chez.com wrote: > After a few tests it appears that every 3d stuff do not run. > I tried a few Windows Application

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-24 Thread Alexander Pyhalov
On 05/24/2016 08:27, benta...@chez.com wrote: After a few tests it appears that every 3d stuff do not run. I tried a few Windows Application (SumatraPDF, LibreOffice 4.4.2.2, other minor application) and when I switched to some DirectX things, it crashes with error :

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread bentahyr
After a few tests it appears that every 3d stuff do not run. I tried a few Windows Application (SumatraPDF, LibreOffice 4.4.2.2, other minor application) and when I switched to some DirectX things, it crashes with error : fixme:ddraw:DirectDrawEnumerateExA flags 0x0006 not handled (0) :

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread Aurélien Larcher
> Yes, you're right... > I was reading what I sent and realized that I may have redefined gregs > being regs. > Then I read your mail. > ;) > > Ok... here is the state : > [...] > gmake[1]: Leaving directory '/home/ben/tmp/wine-1.9.10/programs/winetest' > Wine build complete. > > Cool, > > To

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread bentahyr
Yes, you're right... I was reading what I sent and realized that I may have redefined gregs being regs. Then I read your mail. Ok... here is the state : [...] gmake[1]: Leaving directory '/home/ben/tmp/wine-1.9.10/programs/winetest' Wine build complete. Cool, To sum up $ ./configure

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread Aurélien Larcher
On Tue, May 24, 2016 at 1:27 AM, wrote: > Ok, good one... > The regset.h was the reason for this one : > #ifdef _SCO_DS > #include > #define gregs regs > #endif > > I'm not sure how in wine's world you define you're on OI/Solaris, but for > the sake of trial, I just put the

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread bentahyr
Ok, good one... The regset.h was the reason for this one : #ifdef _SCO_DS #include #define gregs regs #endif I'm not sure how in wine's world you define you're on OI/Solaris, but for the sake of trial, I just put the include and define out the ifdef block. So I go a little bit further away : $

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread Thomas Wagner
Ben, I took this as a trigger and had a look at wine 1.9.10 in SFE. The tricky part has been a missing symbol export in "port.o", but I got it right after some testing with compiler options. At the moment the final compile is running and if the result is at least a little bit usable, I'll push

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread Aurélien Larcher
Illumos changed inclusion of regset.h some months ago. You need to include sys/regset.h À lun. mai 23 04:25:12 2016 GMT+0200, benta...@chez.com a écrit : > Hi > I have a bit of free time today and thought I could give wine compilation a > go. > > configure stage is ok > I need to add the

[oi-dev] Wine 1.9.10 : compilation trial

2016-05-22 Thread bentahyr
Hi I have a bit of free time today and thought I could give wine compilation a go. configure stage is ok I need to add the -std=gnu99 to C(XX)FLAGS to pass first error then unfortunately it fails a lot later with the following error : gmake[1]: Entering directory