Results 1 to 2 of 2

Thread: Install Ice2.12 on Tru64

  1. #1
    myer is offline Registered User
    Name: myer zh
    Organization: www.xjgc.com
    Project: HVDC Scada
    Join Date
    Jul 2005
    Posts
    17

    Install Ice2.12 on Tru64

    1. install gcc and gmake.
    2. install bzip,db,expat,openssl, note that using g++.
    3. new file config/Make.rules.OSF1 like the file config/Make.rules.Linux.
    4. modify config/Make.rules, correct the direction of bzip,db,expat,openssl.
    5. modify include/IceUtil/Config.h, Line 19,38,125, add macro "(__alpha__)".
    6. include/iceUtil/Cond.h and file thread.cpp add line "#include <sys/time.h> ".
    7. icecpp/config.h: Line 15,37,59 add macro "(__alpha__)";
    Line 16, #undef HAVE_INTTYPES_H.
    8. IceSSL/OpenSSLPluginI.cpp: Line 150, add macro "(__alpha__)";
    9. note that Tru64 use the ICE_LITTLE_ENDIAN.

    that is OK.

  2. #2
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Myer,

    Thanks, I'll insert these changes for the next Ice release (unsupported and untested of course).

    Bernard

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Compiler flag -xarch deprecated in Sun Studio 12
    By Markus Bernhard in forum Help Center
    Replies: 0
    Last Post: 06-05-2007, 08:29 PM
  2. Connections Issue #12
    By marc in forum Announcements
    Replies: 0
    Last Post: 03-10-2006, 09:40 AM
  3. Tru64 patches for Ice V3.0.0 #1
    By kvogel in forum Patches
    Replies: 7
    Last Post: 02-07-2006, 06:30 AM
  4. problem about ICE2.1.2 be used in VC71
    By simpley in forum Help Center
    Replies: 4
    Last Post: 11-05-2005, 08:49 PM
  5. generateUUID on Tru64
    By bernard in forum Help Center
    Replies: 1
    Last Post: 09-07-2005, 11:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •