Results 1 to 3 of 3

Thread: Patch #8 for Ice 3.1.0: support for paths with spaces in -I option

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

    Patch #8 for Ice 3.1.0: support for paths with spaces in -I option

    Hi,

    The following patch adds support for paths with spaces when using the -I command line option of the Slice translators to specify include directories.

    To apply the patch:

    $ cd Ice-3.1.0
    $ patch -p0 < translators.patch.txt

    Cheers,
    Benoit.
    Attached Files Attached Files

  2. #2
    UserXYZ is offline Registered User
    Name: Wesley Day
    Organization: Continental Airlines
    Project: Flight Firming
    Join Date
    Jan 2007
    Posts
    2

    Unhappy This patch broke paths with trailing slashes

    FYI, I think this patch broke paths with trailing slashes.

    We use Visual Studio 2005 with custom build steps.
    Some of the predefined Macro directories like $(InputDir) have a trailing "\".
    slice2cs now either generates an empty file from within Visual Studio, or hangs from the command line when a -I path has a trailing slash.

    A work-around appears to be to add a dot "." after the path
    (i.e. "-I$(InputDir)." ).


    Best Regards,

    Wes

  3. #3
    benoit's Avatar
    benoit is online now ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Thanks for the report, we'll have a closer look at this problem.

    Cheers,
    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 01-21-2011, 05:30 AM
  2. Replies: 11
    Last Post: 06-24-2010, 03:12 PM
  3. Installing ICE on path with spaces
    By kwaclaw in forum Bug Reports
    Replies: 1
    Last Post: 09-04-2007, 12:43 AM
  4. Replies: 1
    Last Post: 04-26-2005, 05:04 PM
  5. Small Patch to Support gcc on Solaris
    By acbell in forum Patches
    Replies: 0
    Last Post: 02-02-2005, 11:50 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
  •