Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #31883] [PATCH] MSWin32 Makefile and Exec issues

0 views
Skip to first unread message

Ron Blaschke

unread,
Oct 7, 2004, 4:13:27 PM10/7/04
to bugs-bi...@rt.perl.org
# New Ticket Created by Ron Blaschke
# Please include the string: [perl #31883]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31883 >


Replaced
%.pbc:%.imc
with
.pbc.imc:
as former is not supported by nmake.

config/gen/makefiles/root.in


Added #include <process.h> for _execvp declaration.

config/gen/platform/win32/exec.c

win32-makefile-exec.patch

Jens Rieks

unread,
Oct 8, 2004, 5:26:55 AM10/8/04
to perl6-i...@perl.org
Thanks, applied.

jens

Ron Blaschke

unread,
Oct 8, 2004, 7:04:06 AM10/8/04
to Jens Rieks via RT
Sorry, my last patch for Makefile is broken. The 'stat' problem
obscured things a bit for me.
config/gen/makefiles/root.in

Renamed 3 symbols in win32 symbol export list, as they are differently
declared in src/nci_test.c.
libnci.def


Ron

makefile-libnci.patch

Leopold Toetsch

unread,
Oct 8, 2004, 7:57:49 AM10/8/04
to Ron Blaschke, perl6-i...@perl.org
Ron Blaschke <r...@rblasch.org> wrote:
> ------------D21E714B3A23EF4E
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit

> Sorry, my last patch for Makefile is broken.

Is already fixed.

> Renamed 3 symbols in win32 symbol export list, as they are differently
> declared in src/nci_test.c.

Thanks, applied.
leo

0 new messages