Re: Building 25309 on VAX (OpenVMS 7.2) not ok

2005-08-30 Thread John E. Malmberg

Abe Timmerman wrote:

This bit in the @configure output might be related:

Good, found drand48().
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
\PSNWRT\



It did, patch fixes it:


Sorry, my typo.  I missed the path used on VAX.

-John
[EMAIL PROTECTED]
Personal Opinion Only



Re: Building 25309 on VAX (OpenVMS 7.2) not ok

2005-08-22 Thread Rafael Garcia-Suarez
Abe Timmerman wrote:
 
 It did, patch fixes it:
 
 --- configure.com.orig  Sun Aug 21 16:26:55 2005
 +++ configure.com   Sun Aug 21 16:27:26 2005
 @@ -4926,7 +4926,7 @@
  $  sig_size=37
  $   else
  $  sig_name = sig_name1 + sig_name2 + sig_name3 + sig_namert
 -$   sig_name_init = psnwc1 + psnwc2 + psnwc3 + psnwrt
 +$   sig_name_init = psnwc1 + psnwc2 + psnwc3 + psnwcrt

Thanks, applied as change #25315.


Building 25309 on VAX (OpenVMS 7.2) not ok

2005-08-21 Thread Abe Timmerman
Hi all,

I still cannot build bleadperl on the VAX:

CC/DECC/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=GLOBALS.obj/NoList/FLOAT=G_FLOAT/Define=PERL_CORE
 
GLOBALS.C
EXTCONST char* const PL_sig_name[] = { SIG_NAME };
...^
%CC-E-UNDECLARED, In the initializer for PL_sig_name[0], $sig_name_init is
 not declared.
At line number 3640 in 
DISK$USER_2:[TIMMERMAN.KLAD.PERL-CURRENT]
PERL.H;1.

 */
%VCG-I-NOBJECT, No object file produced.
At line number 65 in 
DISK$USER_2:[TIMMERMAN.KLAD.PERL-CURRENT]GL
OBALS.C;1.

%VCG-I-SUMMARY, Completed with 1 error(s), 0 warning(s), and
1 informational messages.
At line number 65 in 
DISK$USER_2:[TIMMERMAN.KLAD.PERL-CURRENT]GL
OBALS.C;1.

%MMK-F-ERRUPD, error status %X102A occurred when updating target 
GLOBALS.OBJ


This bit in the @configure output might be related:

Good, found drand48().
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
 \PSNWRT\
tzname[] found.
Checking whether your NVs can preserve your UVs...
Checking if kill() uses SYS$FORCEX or can't be called from a signal handler...
Nope, it doesn't.
Creating CONFIG.SH...
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
 \SIG_NAME_INIT\
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
 \TMP\
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
Adding VMS specific preprocessor commands.

HTH +
Good luck,

Abe
-- 
[ About the taint pragma proposal ]
Mommy, mommy, look!  I'm driving my bicycle without my hands!

Mommah, mommah, mook! I'm mrivin my micicl mimof my meemh!

   -- Jarkko Hietaniemi on p5p @ 2001-12-13



Re: Building 25309 on VAX (OpenVMS 7.2) not ok

2005-08-21 Thread Abe Timmerman
Op een zonnige zomerdag (Sunday 21 August 2005 15:39), schreef Abe Timmerman:

 Hi all,

 I still cannot build bleadperl on the VAX:

 CC/DECC/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=GLOBALS.obj/NoList/
FLOAT=G_FLOAT/Define=PERL_CORE GLOBALS.C
 EXTCONST char* const PL_sig_name[] = { SIG_NAME };
 ...^
 %CC-E-UNDECLARED, In the initializer for PL_sig_name[0], $sig_name_init
 is not declared.
 At line number 3640 in
[snip]
 This bit in the @configure output might be related:

 Good, found drand48().
 %DCL-W-UNDSYM, undefined symbol - check validity and spelling
  \PSNWRT\

It did, patch fixes it:

--- configure.com.orig  Sun Aug 21 16:26:55 2005
+++ configure.com   Sun Aug 21 16:27:26 2005
@@ -4926,7 +4926,7 @@
 $  sig_size=37
 $   else
 $  sig_name = sig_name1 + sig_name2 + sig_name3 + sig_namert
-$   sig_name_init = psnwc1 + psnwc2 + psnwc3 + psnwrt
+$   sig_name_init = psnwc1 + psnwc2 + psnwc3 + psnwcrt
 $  sig_num = sig_num1 + sig_numrt
 $  sig_num_init = sig_num_init1 + sig_num_initrt
 $  sig_size=36

Good luck,

Abe
-- 
Well, dereferencing that (as CvGV() would do) leads nowhere.  Or, as
the Ten Commandments for C Programmers quoth, Thou shalt not follow
the NULL pointer, for chaos and madness await thee at its end.
   -- Jarkko Hietaniemi on p5p @ 2002-05-14