Re: [perl #30314] [PATCH] Use a generated makefile for languages/cola

2004-06-17 Thread Leopold Toetsch
Andy Dougherty [EMAIL PROTECTED] wrote: This patch changes the languages/cola/Makefile from a manually-generated one to one which is generated by Configure.pl from a new template. Thanks, applied. leo

[perl #30320] [PATCH] Minor build patches for languages/m4

2004-06-17 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #30320] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30320 This patch allows languages/m4 to build for me. It removes some gcc-specific

[perl #30326] [PATCH] nmake don't like comments after tabs

2004-06-17 Thread via RT
# New Ticket Created by Dennis Rieks # Please include the string: [perl #30326] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30326 Hi, nmake don't like comments after tabs... target: tab# comment I have

[perl #30327] [BUG] VC6 build failed: 3 unresolved externals

2004-06-17 Thread via RT
# New Ticket Created by Dennis Rieks # Please include the string: [perl #30327] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30327 Hello all, my new tinderbox [starshadow (WinXP; x86; vc6; system icu 2.8)]

Re: [perl #30327] [BUG] VC6 build failed: 3 unresolved externals

2004-06-17 Thread Leopold Toetsch
Dennis Rieks [EMAIL PROTECTED] wrote: I think this is the reason: src\platform.c(225) : warning C4013: 'S_ISDIR' undefined; assuming extern win32 needs implementing config/gen/platform/win32/stat.[ch] that overrides config/gen/platform/generic/stat.[ch] leo

Re: [perl #30320] [PATCH] Minor build patches for languages/m4

2004-06-17 Thread Leopold Toetsch
Andy Dougherty [EMAIL PROTECTED] wrote: This patch assumes my previous Configure.pl patch for c++ detection has been included. Which ticket number? leo

Re: [perl #30326] [PATCH] nmake don't like comments after tabs

2004-06-17 Thread Jens Rieks
On Thursday 17 June 2004 04:48, Dennis Rieks wrote: # New Ticket Created by Dennis Rieks # Please include the string: [perl #30326] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30326 Hi, nmake don't like

Re: [perl #30320] [PATCH] Minor build patches for languages/m4

2004-06-17 Thread Andrew Dougherty
On Thu, 17 Jun 2004, Leopold Toetsch via RT wrote: Andy Dougherty [EMAIL PROTECTED] wrote: This patch assumes my previous Configure.pl patch for c++ detection has been included. Which ticket number? Oops. Sorry to be vague -- it's perl [#30094]. Dan had already applied several other

Re: Simple trinary ops?

2004-06-17 Thread Steve Fink
On Jun-16, Dan Sugalski wrote: At 8:24 PM +0200 6/16/04, Leopold Toetsch wrote: Dan Sugalski [EMAIL PROTECTED] wrote: I'm wondering if it'd be useful enough to be worthwhile to have non-flowcontrol min/max ops. Something like: min P1, P2, P3 max P1, P2, P3 Which cmp

Anyone have success build parrot with VC7 (.NET 2003)?

2004-06-17 Thread Solinski, Mark
Has anyone built Parrot with VC7 (.NET 2003)? How do I get around the MSDEV.exe (IDE) is now DEVENV.exe (IDE) with incompatible project files? First off, why is the Win32 build of Parrot using .DSW/.DSP files? Is this only because of the ICU distribution? Would it be worthwhile to convert

Re: Anyone have success build parrot with VC7 (.NET 2003)?

2004-06-17 Thread Jonathan Worthington
Solinski, Mark [EMAIL PROTECTED] wrote: Has anyone built Parrot with VC7 (.NET 2003)? How do I get around the MSDEV.exe (IDE) is now DEVENV.exe (IDE) with incompatible project files? The appropriate section of the Parrot makefile is generated in config/gen/icu.pl. You would need to change the

build_tools/pbc2c.pl -- A task!

2004-06-17 Thread Dan Sugalski
I notice that this doesn't seem to work, at least not for me right now. So, could some enterprising soul(s): 1) Thump it into working 2) Add tests to the test suite Note that you don't have to get it working to add the tests, or add the tests if you get it working. -- Dan