After reading Autrijus' message here:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg00670.html
I tried to do what he said:
I certainly don't have Win32 programming ability, but I set $debug to 1 in myldr/Makefile.PLif somebody with Win32 programming ability can help (by setting $DEBUG to 1 in myldr/Makefile.PL and reinstall after nmake clean) to trace this down, it'd be appreciated.
and recompiled like so:
cd C:\BuildXMLTV\PAR-0.76\ perl Makefile.PL dmake clean perl Makefile.PL dmake
[Message pops up saying static.exe has encountered a problem and needs to close.]
[Set static.exe and par.exe to Win32 compatibility mode]
dmake dmake install
Then when trying to build my EXE it goes like this:
---------------------------------------------
C:\BuildXMLTV\xmltv-0.5.25\grab\uk>pp -p -o tester.par tv_grab_uk
C:\BuildXMLTV\xmltv-0.5.25\grab\uk>gdb parl
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(gdb) r -O.\tester.exe tester.par
Starting program: C:\perl\5.8.0\bin/parl.exe -O.\tester.exe tester.par
Program exited with code 030000000005.
---------------------------------------------
Just before the program exited message I get the usual popup saying par.exe has
encountered an error.
What should I do to provide more information?
Thanks,
Andy