On 6/21/06, Andrew Talbot <[EMAIL PROTECTED]> wrote:
Excellent. Thanks, Mike.
I shall submit a patch to add $(LIBUNICODE) to the EXTRALIBS line.
I personally think we should change the strlenW to lstrlenW. lstrlenW
is win32, and doesn't require $(LIBUNICODE). Plus, we use it pretty
much eve
Excellent. Thanks, Mike.
I shall submit a patch to add $(LIBUNICODE) to the EXTRALIBS line.
-- Andy.
Andrew Talbot wrote:
Sorry, yes: compilation breaks if the -Wwrite-strings flag is specified.
If you configure with:
CFLAGS="-Wwrite-strings" ./configure
the configure script will not add -O2, which means inline function won't
be inlined.
The problem seems to be that oleview isn't linked
James Hawkins wrote:
> I'm guessing you mean -Wwrite-strings. I don't know the answer to the
> question, but we should probably be using lstrlenW instead.
>
Sorry, yes: compilation breaks if the -Wwrite-strings flag is specified.
Thanks,
-- Andy.
On 6/21/06, Andrew Talbot <[EMAIL PROTECTED]> wrote:
Does anyone know why details.c and tree.c might have undefined references to
the unicode string functions, such as strlenW()?
My guess is that there might be something wrong with the Makefile.in.
Compilation breaks if the -Write-string
Does anyone know why details.c and tree.c might have undefined references to
the unicode string functions, such as strlenW()?
My guess is that there might be something wrong with the Makefile.in.
Compilation breaks if the -Write-strings flag is specified.
Thanks,
-- Andy.
On Thursday 06 October 2005 23:15, Robert Lunnon wrote:
> On Wednesday 05 October 2005 22:49, Alexandre Julliard wrote:
> > Robert Lunnon <[EMAIL PROTECTED]> writes:
> > > Yes, fixed that but the linker still insists on including main() in the
> > > shared library. If I remove libwinecrt0.a from th
On Wednesday 05 October 2005 22:49, Alexandre Julliard wrote:
> Robert Lunnon <[EMAIL PROTECTED]> writes:
> > Yes, fixed that but the linker still insists on including main() in the
> > shared library. If I remove libwinecrt0.a from the link then the link
> > goes OK and nm shows no references to m
Robert Lunnon <[EMAIL PROTECTED]> writes:
> Yes, fixed that but the linker still insists on including main() in the
> shared
> library. If I remove libwinecrt0.a from the link then the link goes OK and nm
> shows no references to main() in the shared library. Perhaps wine should have
> differe
On Wednesday 05 October 2005 21:44, Alexandre Julliard wrote:
> Robert Lunnon <[EMAIL PROTECTED]> writes:
> > Yes, thats the way I see it, from what I can see winegcc is being called
> > with -shared but is not emitting -shared in the subsequent gcc command
> > and includes libwinecrt0.a which wou
Robert Lunnon <[EMAIL PROTECTED]> writes:
> Yes, thats the way I see it, from what I can see winegcc is being called with
> -shared but is not emitting -shared in the subsequent gcc command and
> includes libwinecrt0.a which would be wrong for linking a shared library.
> Seems winegcc is broke
On Wednesday 05 October 2005 21:09, Alexandre Julliard wrote:
> Robert Lunnon <[EMAIL PROTECTED]> writes:
> > Under solaris I get some undefined references popping up from yesterdays
> > cvs (that I'm not used to seeing).
> > Undefined
On Wednesday 05 October 2005 21:09, Alexandre Julliard wrote:
> Robert Lunnon <[EMAIL PROTECTED]> writes:
> > Under solaris I get some undefined references popping up from yesterdays
> > cvs (that I'm not used to seeing).
> > Undefined
Robert Lunnon <[EMAIL PROTECTED]> writes:
> Under solaris I get some undefined references popping up from yesterdays cvs
> (that I'm not used to seeing).
> Undefined first referenced
> symbol in
On Wednesday 05 October 2005 07:27, Robert Lunnon wrote:
> Under solaris I get some undefined references popping up from yesterdays
> cvs (that I'm not used to seeing).
> Undefined first referenced
> symbol in file
Under solaris I get some undefined references popping up from yesterdays cvs
(that I'm not used to seeing).
Undefined first referenced
symbol in file
GetStartupInfoA ../../dlls/libwinecrt0.a(exe_main.o)
GetModuleHa
16 matches
Mail list logo