Results 1 to 3 of 3

Thread: Ice dependency tree

  1. #1
    eclipze is offline Registered User
    Join Date
    Apr 2004
    Posts
    3

    Ice dependency tree

    Hi,

    I'm new to this whole ICE/CORBA thing. I'm trying to get a sort of minimumICE that just does the very basic client-server functions, without the need of Freeze, Glacier, IceBox, IcePatch, IceSSL, IceStorm, IceWall?, IceXML and cutting out the depency to Bzip2, Berkeley DB, and Expat. I don't need any of the Java stuff either. So, having a dependency tree should (hopefully) help me cut out the "fat".

    I know IceSSL is a plug-in and could possibly be removed easily ( I haven't looked into that yet), but what about the others? Has anyone used dOxygen to get an accurate picture of the dependencies?

    I want to remake the slice2cpp application into slice2jojo or something like that, with conversions to my own basic types and possibly using my own connectors later.

    Thanks much,

    Jo.

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445
    Welcome!

    If you only want to build enough of the source distribution to allow you to write Ice applications, you need to build the following directories:

    src/IceUtil
    src/icecpp
    src/Slice
    src/slice2cpp
    src/Ice

    The only third-party libraries required to build these directories are STLport (depending on your compiler) and bzip2. Eliminating the dependency on bzip2 would require modifications to src/Ice/Connection.cpp.

    Take care,
    - Mark

  3. #3
    eclipze is offline Registered User
    Join Date
    Apr 2004
    Posts
    3
    Thanks Mark,

    I'll do that and see where that brings me. I'm sure there'll be more questions later.

    Jo.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. tree script and slice2lua
    By Sheff in forum Projects
    Replies: 4
    Last Post: 03-19-2009, 04:57 AM

Posting Permissions

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