Results 1 to 2 of 2

Thread: how can i config the icetouch on mac os?

  1. #1
    ren-wei is offline Registered User
    Name: wei ren
    Organization: Hainan Airline
    Project: support external system connect ticketsalesystem
    Join Date
    Jun 2010
    Posts
    21

    how can i config the icetouch on mac os?

    hi , i want complier slice to objective-c for iphone,but when i install the icetouch-1.1 and excute the slice2objc, it prompt "commond is not found "

    how can i config the environment on mac os?
    in addition,is there some example for iphone?

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    When you install IceTouch using the installer from IceTouch-1.1.0.dmg, the following components are installed:

    Code:
    This installer installs the following development kits:
    
     - Mac OS X command line SDK in /opt/IceTouch-1.1
     - Cocoa Xcode SDK in /Developer/SDKs/IceTouch-1.1/macosx.sdk
     - iPhone Xcode SDK in /Developer/SDKs/IceTouch-1.1/iphoneos.sdk
     - iPhone Simulator Xcode SDK in /Developer/SDKs/IceTouch-1.1/iphonesimulator.sdk
     
    An Xcode plugin for use with IceTouch is installed in:
    
     /Developer/Library/Xcode/Plug-Ins/slice2objcplugin.pbplugin
    
    Documentation is installed in:
    
     /Developer/Documentation/IceTouch-1.1
    
    Examples are installed in:
    
     /Developer/Examples/IceTouch-1.1
    To add the slice2objc compiler to your PATH, you can do the following:
    Code:
    export PATH=/opt/IceTouch-1.1/bin:$PATH
    If you are planning to develop iPhone applications, you should use Xcode. The IceTouch Xcode plugin will take care of translating the .ice files for you and you won't have to worry about running slice2obj.

    Check out the documentation files installed in /Developer/Documentation/IceTouch-1.1 for more information and let us know if you still have unanswered questions after reading these files!

    Cheers,
    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. iPhone OS 3 and IceTouch
    By uwe.arzt in forum Help Center
    Replies: 3
    Last Post: 05-21-2009, 06:59 AM
  2. Mac OS-X Issue
    By dlwhitehurst in forum Help Center
    Replies: 5
    Last Post: 04-06-2007, 07:01 PM
  3. I can`t run py examples in mac-os
    By ACM in forum Help Center
    Replies: 5
    Last Post: 02-14-2006, 01:38 AM
  4. Compiling demos on Mac OS X 10.4.2
    By CAS in forum Help Center
    Replies: 4
    Last Post: 09-30-2005, 07:33 PM
  5. anyone tried Ice on mac os x (macosx)?
    By iostream in forum Help Center
    Replies: 4
    Last Post: 06-03-2003, 05:03 PM

Tags for this Thread

Posting Permissions

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