On Thu, Jul 01, 2004 at 09:20:22AM -0700, Dennis Rieks wrote: > perl Configure.pl --icuheaders=/devel/tinder/vc6/icu/include > --icushared="/libpath:/devel/tinder/vc6/icu/lib icuuc.lib" > > Generating build files................................................done. > Moving platform files into place......................................done. > Recording configuration data for later retrieval......................Can't > locate object method "Sortkeys" via package "Data::Dumper" (perhaps you > forgot to load "Data::Dumper"?) at config/init/data.pl line 212, <IN> line > 23. > --8<-----------------------------------------------
> Another problem with make: (I think this depends on the first problem.) > --8<----------------------------------------------- > About to run build command: nmake > > Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 > Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > > Compiling with: > xx.c > cl -nologo -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -Zi -I./include > -I/devel/tinder/vc6/icu/include -DHAS_JIT -DI386 xx.obj -c xx.c > C:\Perl\bin\perl.exe build_tools\vtable_h.pl > C:\Perl\bin\perl.exe build_tools\ops2pm.pl ops/core.ops ops/bit.ops > ops/cmp.ops ops/debug.ops ops/dotgnu.ops ops/experimental.ops ops/io.ops > ops/math.ops ops/object.ops ops/pmc.ops ops/rx.ops ops/set.ops ops/stack.ops > ops/string.ops ops/sys.ops ops/var.ops > No 'VERSION = ...;' line found before beginning of ops in file 'ops/core.ops'! > NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff' > Stop. > nmake complete > Any ideas? > Only sort keys if supportet? My mistake here has been fixed now (I think by Jürgen Bömmels) - yes, only sort keys if supported. Does this resolve your other problem? Nicholas Clark