Results 1 to 3 of 3

Thread: slice2objc compiler

  1. #1
    slypete's Avatar
    slypete is offline Registered User
    Name: Pete Sylvester
    Organization: Coconaut Studios
    Project: iPhone/iPod Game
    Join Date
    Feb 2008
    Posts
    74

    slice2objc compiler

    Hello ZeroC,

    I am having trouble trying to compile this slice with the slice2objc compiler:

    Code:
    #include <Glacier2/Router.ice>
    
    module Datatypes
    {
       dictionary<string, Glacier2::Router*> RouterPrxDict;
    };
    Seems like it's due to the proxy operator in the second dictionary type.

    Code:
     what():  ../../include/IceUtil/Handle.h:46: IceUtil::NullHandleException
    /Users/pete/Pelican/build/Pelican.build/Debug-iphonesimulator/Pelican-simulator.build/Script-C1485FAB0ED48D6D0096E2D5.sh: line 3: 92186 Abort trap              DYLD_LIBRARY_PATH=lib IceTouch/slice/slice2objc -I IceTouch/slice -I . --output-dir Network/Generated Network/Slice/Datatypes.ice
    Is this a bug?

    Thanks,
    Pete

  2. #2
    dwayne's Avatar
    dwayne is offline ZeroC Staff
    Name: Dwayne Boone
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Jan 2005
    Location
    St. John's, Newfoundland
    Posts
    397
    That is a bug, the slice compilers should never abort. We will look into it.

  3. #3
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    I've post a patch for this problem. Thanks for reporting this bug!

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Compiler problems with #include
    By Maverik888 in forum Help Center
    Replies: 2
    Last Post: 08-18-2008, 05:15 PM
  2. Intel(R) C++ Compiler 9.0
    By level in forum Help Center
    Replies: 1
    Last Post: 06-15-2005, 04:02 AM
  3. CS: compiler warning
    By DeepDiver in forum Bug Reports
    Replies: 2
    Last Post: 01-10-2005, 07:31 PM
  4. compiler error
    By code in forum Help Center
    Replies: 1
    Last Post: 11-27-2004, 03:36 PM
  5. using Borland C++ Compiler
    By Adanz in forum Help Center
    Replies: 1
    Last Post: 09-20-2004, 09:20 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
  •