in reply to Re: MapUTF8 installation
in thread MapUTF8 installation

This is wierd:

Z:/owensmn/SOURCES perl -MUnicode::Map8 -e 'print("$Unicode::Map8::VERSION\n");'
Can't locate loadable object for module Unicode::Map8 in @INC (@INC contains: e:/Perl/lib e:/Perl/site/lib .) at -e line 0
Compilation failed in require.
BEGIN failed--compilation aborted.

Z:/owensmn/SOURCES perl -MCPAN -e 'install Unicode::Map8'
CPAN: Storable loaded ok
Going to read E:\perl\.cpan\Metadata
Unicode::Map8 is up to date.

Should I manually delete Unicode::Map8 and start again?

Replies are listed 'Best First'.
Re: Re: Re: MapUTF8 installation
by kram (Initiate) on Apr 19, 2002 at 12:08 UTC
    Hi Well I did anyway...
    It failed during the make with these errors.
    map8x.c
    map8x.c(97) : error C2065: 'my_perl' : undeclared identifier
    map8x.c(97) : error C2223: left of '->IStdIO' must point to struct/union
    map8x.c(97) : error C2223: left of '->IStdIO' must point to struct/union
    NMAKE : fatal error U1077: 'cl' : return code '0x2'
    Stop.
    M:\VC98\bin\nmake.EXE -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Can anyone advise?