I am trying to create a mico shared library on an Itanium processor
running HP-UX 11.23. When in the orb/security directory trying to build
the object file for sl3csi_impl.cc I am getting the following two
errors:

"security/sl3csi_impl.cc", line 411: error #2350: more than one operator
"!="
          matches these operands:
            built-in operator "pointer != pointer"
            built-in operator "pointer != pointer"
            operand types are: SL3PM::Principal_var != long
        if (principal_ != NULL) {
                       ^

"security/sl3csi_impl.cc", line 424: error #2350: more than one operator
"!="
          matches these operands:
            built-in operator "pointer != pointer"
            built-in operator "pointer != pointer"
            operand types are: SL3PM::SimplePrincipal_var != long
      if (tprinc != NULL) {

I have built this version of mico on another Itanium earlier this year
with no problems. I don't understand where this error is coming from. I
used the disable-threads and disable-static when I ran configure.

Arnold Schlusberg
FlukeNetworks Inc 
981 Rt 22 W.
Suite 2000
Bridegewater, NJ 08807
Phone: 908-231-9811 ext 107
Fax: 908-231-6833


Please be advised that this email may contain confidential information.
 If you are not the intended recipient, please do not read, copy or
re-transmit this email.  If you have received this email in error,
please notify us by email by replying to the sender and by telephone
(call us collect at +1 202-828-0850) and delete this message and any
attachments.  Thank you in advance for your cooperation and assistance.

In addition, Danaher and its subsidiaries disclaim that the content of
this email constitutes an offer to enter into, or the acceptance of, 
any
contract or agreement or any amendment thereto; provided that the
foregoing disclaimer does not invalidate the binding effect of any
digital or other electronic reproduction of a manual signature that is
included in any attachment to this email.

_______________________________________________
Mico-devel mailing list
Mico-devel@mico.org
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to