Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nmake Test failure (2nd try) #678

Closed
p5pRT opened this issue Oct 4, 1999 · 2 comments
Closed

Nmake Test failure (2nd try) #678

p5pRT opened this issue Oct 4, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Oct 4, 1999

Migrated from rt.perl.org#1568 (status was 'resolved')

Searchable as RT1568$

@p5pRT
Copy link
Author

p5pRT commented Oct 4, 1999

From tammie.n.philpott@lmco.com

Thanks,
Tammie N. Philpott
OCR Infrastructure Team
Postal Systems, Lockheed Martin Federal Systems
Voice​: (607)751-7492
Fax​: (607)751-3621

I ran into problems during 'nmake test' while trying to build perl5.005.03
for windows (stable.zip downloaded from www.perl.com). The Code exists on
an aix machine (P​:) mounted on a NT v4.0 (build 1381​: service pack 4)
workstation with Transarc AFS client installed. I'm using cl.exe as the
compiler (MSVC++ v6.0). Any help or suggestions you can give me would be
appreciated. I have included output from 'nmake test', code surrounding the
error(?) in io_xs.t, and the values I had set for the Makefile.

lib/io_xs...........Can't use an undefined value as a symbol reference at
lib/io_xs.t line 28.
dubious
  Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 1-4
  Failed 4/4 tests, 0.00% okay

The neighborhood code for p500503\t\lib\io_xs.t -

use IO​::File;
use IO​::Seekable;

print "1..4\n";

$x = new_tmpfile IO​::File or print "not ";
print "ok 1\n";
print $x "ok 2\n"; <--- line 28
$x->seek(0,SEEK_SET);
print <$x>;

Makefile settings -

INST_DRV = P​:\local\bin.i386_nt40
INST_TOP = $(INST_DRV)\perl
INST_VER = \5.00503
#USE_THREADS = define
#USE_MULTI = define
#CCTYPE = MSVC20
#OBJECT = -DPERL_OBJECT
#CFG = Debug
#CFG = Optimize
USE_PERLCRT = define
#USE_SETARGV = define
#CRYPT_SRC = fcrypt.c
#CRYPT_LIB = fcrypt.lib
#PERL_MALLOC = define
#CCHOME = f​:\msvc20
# MSVCDIR added by TPhilpott 4 oct 99
MSVCDIR = E​:\MICROS~1\VC98
CCHOME = $(MSVCDIR)
CCINCDIR = $(CCHOME)\include
CCLIBDIR = $(CCHOME)\lib
EXTRALIBDIRS =
#EMAIL =

@p5pRT
Copy link
Author

p5pRT commented Oct 4, 1999

From [Unknown Contact. See original ticket]

I sent this message earlier, but it didn't show up in my inbox. If the
mailer didn't eat it, I'm sorry for giving you double messages.

Thanks,
Tammie N. Philpott
OCR Infrastructure Team
Postal Systems, Lockheed Martin Federal Systems
Voice​: (607)751-7492
Fax​: (607)751-3621

I ran into problems during 'nmake test' while trying to build perl5.005.03
for windows (stable.zip downloaded from www.perl.com). The Code exists on
an aix machine (P​:) mounted on a NT v4.0 (build 1381​: service pack 4)
workstation with Transarc AFS client installed. I'm using cl.exe as the
compiler (MSVC++ v6.0). Any help or suggestions you can give me would be
appreciated. I have included output from 'nmake test', code surrounding the
error(?) in io_xs.t, and the values I had set for the Makefile.

lib/io_xs...........Can't use an undefined value as a symbol reference at
lib/io_xs.t line 28.
dubious
  Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 1-4
  Failed 4/4 tests, 0.00% okay

The neighborhood code for p500503\t\lib\io_xs.t -

use IO​::File;
use IO​::Seekable;

print "1..4\n";

$x = new_tmpfile IO​::File or print "not ";
print "ok 1\n";
print $x "ok 2\n"; <--- line 28
$x->seek(0,SEEK_SET);
print <$x>;

Makefile settings -

INST_DRV = P​:\local\bin.i386_nt40
INST_TOP = $(INST_DRV)\perl
INST_VER = \5.00503
#USE_THREADS = define
#USE_MULTI = define
#CCTYPE = MSVC20
#OBJECT = -DPERL_OBJECT
#CFG = Debug
#CFG = Optimize
USE_PERLCRT = define
#USE_SETARGV = define
#CRYPT_SRC = fcrypt.c
#CRYPT_LIB = fcrypt.lib
#PERL_MALLOC = define
#CCHOME = f​:\msvc20
# MSVCDIR added by TPhilpott 4 oct 99
MSVCDIR = E​:\MICROS~1\VC98
CCHOME = $(MSVCDIR)
CCINCDIR = $(CCHOME)\include
CCLIBDIR = $(CCHOME)\lib
EXTRALIBDIRS =
#EMAIL =

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant