Re: backward binary compatibility of winelib

2009-08-08 Thread Dmitry Timoshkov
Hi Andrey, "Андрей Пономаренко" wrote: I'm from Institute for System Programming of Russian Academy of Sciences and we are developing a free lightweight tool for checking backward/forward binary compatibility of shared C/C++ libraries in OS Linux. It checks interface signatures and data type

Re: cppcheck run against 1.27

2009-08-08 Thread Dan Kegel
Chris wrote: >>>[../wine-git/tools/widl/write_msft.c:2540]: (error) Deallocating a >>>deallocated pointer: fd - This just means your freeing an already freed >>>resource... This is more of a warning than anything >> >> Double frees are serious errors... double closes not so much. >> I don't see eit

.net 3.5 installer happy already?!

2009-08-08 Thread Dan Kegel
After the recent success with the .net 3.0 installer, I decided to try .net 3.5: $ wget http://download.microsoft.com/download/7/0/3/703455ee-a747-4cc8-bd3e-98a615c3aedb/dotNetFx35setup.exe $ sha1sum dotNetFx35setup.exe b0ca05c12ebb9a3610206bad7f219e02b7873cbd dotNetFx35setup.exe $ rm -rf ~/.win

Re: wine-devel Digest, Vol 49, Issue 21

2009-08-08 Thread chris ahrendt
> > Subject: > re: cppcheck run against 1.27 > From: > Dan Kegel > Date: > Sat, 8 Aug 2009 15:53:25 -0700 > To: > wine-devel@winehq.org > > To: > wine-devel@winehq.org > > > Chris wrote: > >> ... >> [../wine-git/tools/widl/write_msft.c:2540]: (error) Deallocating a >> deallocated pointer: fd

backward binary compatibility of winelib

2009-08-08 Thread Андрей Пономаренко
Hello, I'm from Institute for System Programming of Russian Academy of Sciences and we are developing a free lightweight tool for checking backward/forward binary compatibility of shared C/C++ libraries in OS Linux. It checks interface signatures and data type definitions in two library versions

Re: Building inkscape for Windows using mingw under wine

2009-08-08 Thread Dan Kegel
On Fri, Aug 7, 2009 at 12:40 AM, Dan Kegel wrote: >> http://bugs.winehq.org/show_bug.cgi?id=19615 shows >> that wine is very nearly in good enough shape >> to run the fetch-all-the-libs-and-sources script >> with cygwin, and run the inkscape win32 build system, >> and pop out a working inkscape.exe

Re: dotnet30 and winetricks

2009-08-08 Thread Dan Kegel
Austin English wrote: >> Just curious, why does the script switch back to the old Gecko? > > Because Dan hasn't accepted my updated Gecko patch yet ;-). Sorry 'bout that. Try it again...

Re: cppcheck run against 1.27

2009-08-08 Thread Mike Kaplinskiy
On Sat, Aug 8, 2009 at 4:56 AM, Marcus Meissner wrote: > On Fri, Aug 07, 2009 at 06:36:36PM -0700, chris ahrendt wrote: >> >> [../wine-git/dlls/ntdll/server.c:802]: (error) Resource leak: fd > > I do not fully understand the code (keep fd open to have to lock > existing?), but it is in a fatal exit

re: cppcheck run against 1.27

2009-08-08 Thread Dan Kegel
Chris wrote: >... >[../wine-git/tools/widl/write_msft.c:2540]: (error) Deallocating a >deallocated pointer: fd - This just means your freeing an already freed >resource... This is more of a warning than anything Double frees are serious errors... double closes not so much. I don't see either on th

Re: cppcheck run against 1.27

2009-08-08 Thread chris ahrendt
Marcus Meissner wrote: > On Fri, Aug 07, 2009 at 06:36:36PM -0700, chris ahrendt wrote: > >> [../wine-git/dlls/ntdll/server.c:802]: (error) Resource leak: fd >> > > I do not fully understand the code (keep fd open to have to lock > existing?), but it is in a fatal exit path. > >> [../wi

Re: DxDiag Demo Patch

2009-08-08 Thread Joel Holdsworth
If you want, I can draw a Tango-style icon for it, as part of my work in progress wine icon refresh: http://www.airwebreathe.org.uk/wine-icon/

Re: dotnet30 and winetricks

2009-08-08 Thread Austin English
On Sat, Aug 8, 2009 at 1:08 PM, Ken Sharp wrote: > > > Dan Kegel wrote: >> >> Thanks to AF and Hans (and Codeweavers), there's now a short recipe for >> installing .net 30.  I've added it to winetricks.  Give it a shot and >> let me know if it works for you... >> > > Installs nice here, but don't h

Re: dotnet30 and winetricks

2009-08-08 Thread Ken Sharp
Dan Kegel wrote: Thanks to AF and Hans (and Codeweavers), there's now a short recipe for installing .net 30. I've added it to winetricks. Give it a shot and let me know if it works for you... Installs nice here, but don't have anything to test it against at the moment. Just curious, why

Re: DxDiag Demo Patch

2009-08-08 Thread Juan Lang
>> +C_SRCS = \ >> +»··main.c \ >> +        DxDiagCOM.c \ >> +        System.c \ >> ... > This won't work properly, you need to use tabs in Makefiles. Minor point: in this case, tabs are not necessary. Tabs are only necessary in Makefile rules, as in: foo: bar compile bar <-- this needs

dotnet30 and winetricks

2009-08-08 Thread Dan Kegel
Thanks to AF and Hans (and Codeweavers), there's now a short recipe for installing .net 30. I've added it to winetricks. Give it a shot and let me know if it works for you...

Re: profile.c (kernel32): API broken

2009-08-08 Thread Claudio Fontana
Paul Vriens wrote: Claudio Fontana wrote: On Thu, Aug 6, 2009 at 11:47 AM, Paul Vriens wrote: Claudio Fontana wrote: On Thu, Aug 6, 2009 at 9:38 AM, Paul Vriens wrote: Claudio Fontana wrote: Just a reminder to everyone involved with profile.c: I have watched the git log of the somewhat rece

Re: profile.c (kernel32): API broken

2009-08-08 Thread Claudio Fontana
On Thu, Aug 6, 2009 at 11:47 AM, Paul Vriens wrote: > Claudio Fontana wrote: >> >> On Thu, Aug 6, 2009 at 9:38 AM, Paul Vriens >> wrote: >>> >>> Claudio Fontana wrote: Just a reminder to everyone involved with profile.c: I have watched the git log of the somewhat recent changes

Re: cppcheck run against 1.27

2009-08-08 Thread Marcus Meissner
On Fri, Aug 07, 2009 at 06:36:36PM -0700, chris ahrendt wrote: > > [../wine-git/dlls/ntdll/server.c:802]: (error) Resource leak: fd I do not fully understand the code (keep fd open to have to lock existing?), but it is in a fatal exit path. > [../wine-git/tools/fnt2bdf.c:219]: (error) Resource l