[openssl.org #191] 0.9.7-beta3 build procedures

2002-10-11 Thread Richard Levitte via RT


[[EMAIL PROTECTED] - Fri Aug  2 09:22:20 2002]:

 In message [EMAIL PROTECTED] on Fri,  2 
Aug
 2002 09:00:55 +0200 (METDST), [EMAIL PROTECTED] via RT
 [EMAIL PROTECTED] said:
 
 rt During the build I get an occasional
 rt
 rt   %DCL-W-TKNOVF, command element is too long - shorten
 
 Thanks, I'll look into it when I can.

This was solved a while ago, so I'm resolving this ticket.

-- 
Richard Levitte
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



[openssl.org #191] 0.9.7-beta3 build procedures

2002-08-02 Thread [EMAIL PROTECTED] via RT


Hi again Richard,

something else I've noticed while playing around with my own issues.

During the build I get an occasional

  %DCL-W-TKNOVF, command element is too long - shorten

apparently when attempting a WRITE SYS$OUTPUT as in

An example is [.APPS]MAKEAPPS.COM

  $! Show user the result
  $!
  $ WRITE SYS$OUTPUT Main Compiling Command: ,CC
  $!

This is because I do my WASD distribution builds using

  $ USER_CCDEFS =
_VMS_V6_SOURCE=1,__VMS_VER=6000,__CRTL_VER=6000

(for maximum possible installation base) which must push the CC symbol
very close to the limit.

I have eliminated these messages by substituting a

  WRITE SYS$OUTPUT/SYMBOL

for every

  WRITE SYS$OUTPUT

in all .COM procedures (a mass replacement).

You may wish to provide a more elegant fix or workaround.

Regards, Mark.

++
 Mark Daniel http://wasd.vsm.com.au/adelaide
 mailto:[EMAIL PROTECTED] ([EMAIL PROTECTED])
++

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



[openssl.org #191] 0.9.7-beta3 build procedures

2002-08-02 Thread Richard Levitte via RT


[[EMAIL PROTECTED] - Fri Aug  2 09:00:52 2002]:

   $ USER_CCDEFS =
 _VMS_V6_SOURCE=1,__VMS_VER=6000,__CRTL_VER=6000

This, BTW, explains the problems you describe in PR 184.  You see, the 
declaration of strcasecmp() is wrapped in #if __CRTL_VER = 
7000..#endif.

This means we need to rethink the use of strcasecmp() for systems that 
doesn't have it defined yet...

-- 
Richard Levitte
[EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]