Re: Problem with winebuild

2005-03-16 Thread Robert Lunnon
On Wed, 16 Mar 2005 12:26 am, Michael Stefaniuc wrote: > Robert Lunnon wrote: > > The following problem is evident under solaris NULL pointer passed to > > printf I'm not sure if this is a poblem with the spec file or > > winebuild Still it's not good to pass NULL pointers to printf > > Afaik o

Re: Problem with winebuild

2005-03-16 Thread Robert Lunnon
On Wed, 16 Mar 2005 01:43 am, Alexandre Julliard wrote: > Robert Lunnon <[EMAIL PROTECTED]> writes: > > The following problem is evident under solaris NULL pointer passed to > > printf I'm not sure if this is a poblem with the spec file or > > winebuild Still it's not good to pass NULL pointers

Re: Problem with winebuild

2005-03-15 Thread Alexandre Julliard
Robert Lunnon <[EMAIL PROTECTED]> writes: > The following problem is evident under solaris NULL pointer passed to printf > I'm not sure if this is a poblem with the spec file or winebuild Still > it's not good to pass NULL pointers to printf This should be fixed now. -- Alexandre Julliard

Re: Problem with winebuild

2005-03-15 Thread Michael Stefaniuc
Robert Lunnon wrote: The following problem is evident under solaris NULL pointer passed to printf I'm not sure if this is a poblem with the spec file or winebuild Still it's not good to pass NULL pointers to printf Afaik on Linux a NULL string will be printed as "(nil)" bye michael St

Problem with winebuild

2005-03-15 Thread Robert Lunnon
The following problem is evident under solaris NULL pointer passed to printf I'm not sure if this is a poblem with the spec file or winebuild Still it's not good to pass NULL pointers to printf Starting program: /export/home/src/wine2004/wine/tools/winebuild/winebuild -w --def -o amstream

Re: Problem with winebuild under cygwin

2003-10-25 Thread Vincent Béron
Le sam 25/10/2003 à 07:13, Julien C a écrit : > I am trying to build Wine cvs under Cygwin and when trying to build dlls I get this > error: > > ../tools/winebuild/winebuild -o advapi32/advapi32.spec.def --def > advapi32/advapi32.spec > Unable to create output file '(null)' > make: *** [advapi3

Problem with winebuild under cygwin

2003-10-25 Thread Julien C
I am trying to build Wine cvs under Cygwin and when trying to build dlls I get this error:   ../tools/winebuild/winebuild  -o advapi32/advapi32.spec.def --def advapi32/advapi32.specUnable to create output file '(null)'make: *** [advapi32/advapi32.spec.def] Error 1     Does someone have any i

Problem with winebuild under cygwin

2003-10-25 Thread julienc
I am trying to build Wine cvs under Cygwin and when trying to build dlls I get this error: ../tools/winebuild/winebuild -o advapi32/advapi32.spec.def --def advapi32/advapi32.spec Unable to create output file '(null)' make: *** [advapi32/advapi32.spec.def] Error 1 Does someone have any idea o