You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "McCarty, Andy" <Wi...@med.va.gov> on 2002/07/08 04:53:10 UTC

Problem compiling on Win32 v2427

I think this is an apr problem with
the new i18n additions.

Sorry if this is not up to the
hacking standards.

Andy


Index: file_io/win32/open.c
===================================================================
RCS file: /home/cvspublic/apr/file_io/win32/open.c,v
retrieving revision 1.105
diff -r1.105 open.c
61a62
> #include "i18n.h"

Index: misc/win32/internal.c
===================================================================
RCS file: /home/cvspublic/apr/misc/win32/internal.c,v
retrieving revision 1.4
diff -r1.4 internal.c
58a59
> #include "i18n.h"

Index: misc/win32/start.c
===================================================================
RCS file: /home/cvspublic/apr/misc/win32/start.c,v
retrieving revision 1.36
diff -r1.36 start.c
59a60
> #include "i18n.h"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Problem compiling on Win32 v2427

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
You should probably send this to dev@apr.apache.org, not to Subversion
(or at least, not only to Subversion)... These patches are for APR.

-K

"McCarty, Andy" <Wi...@med.va.gov> writes:
> I think this is an apr problem with
> the new i18n additions.
> 
> Sorry if this is not up to the
> hacking standards.
> 
> Andy
> 
> 
> Index: file_io/win32/open.c
> ===================================================================
> RCS file: /home/cvspublic/apr/file_io/win32/open.c,v
> retrieving revision 1.105
> diff -r1.105 open.c
> 61a62
> > #include "i18n.h"
> 
> Index: misc/win32/internal.c
> ===================================================================
> RCS file: /home/cvspublic/apr/misc/win32/internal.c,v
> retrieving revision 1.4
> diff -r1.4 internal.c
> 58a59
> > #include "i18n.h"
> 
> Index: misc/win32/start.c
> ===================================================================
> RCS file: /home/cvspublic/apr/misc/win32/start.c,v
> retrieving revision 1.36
> diff -r1.36 start.c
> 59a60
> > #include "i18n.h"
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org