Results 1 to 7 of 7

Thread: Ice for C# in ubuntu

  1. #1
    timberwolf is offline Registered User
    Name: Bailey Wu
    Organization: University of Sydney
    Project: DGC
    Join Date
    Apr 2006
    Location
    Sydney, Australia
    Posts
    17

    Ice for C# in ubuntu

    Hi,

    Just wondering if anyone has tried ICE for C# in ubuntu? When I do make install the .dll files in ./bin does not get copied to the installation directory (/opt/IceCS-3.2.0), is this normal? I thought the files in the source directory is supposed to be copied over like ICE for C++.
    ---------------------------------------------------------------------------
    Orca robotics project
    http://orca-robotics.sourceforge.net/
    ---------------------------------------------------------------------------
    Bailey Wu
    Australian Centre for Field Robotics
    http://www.cas.edu.au/content.php/266.html
    University of Sydney
    www.usyd.edu.au

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    The dll's are installed into the GAC not into /opt. if you do gacutil -l you can get a list of all installed DLLs.

  3. #3
    timberwolf is offline Registered User
    Name: Bailey Wu
    Organization: University of Sydney
    Project: DGC
    Join Date
    Apr 2006
    Location
    Sydney, Australia
    Posts
    17
    oh ic, but when it says I need to set the MONO_PATH variable I set it to /opt/IceCS-3.2.0/bin but that doesn't work, I have to set it to the directory where the .dlls are (which is where I compiled the source).

    maybe this is just ubuntu specific...I think the version of mono might be one version behind.
    ---------------------------------------------------------------------------
    Orca robotics project
    http://orca-robotics.sourceforge.net/
    ---------------------------------------------------------------------------
    Bailey Wu
    Australian Centre for Field Robotics
    http://www.cas.edu.au/content.php/266.html
    University of Sydney
    www.usyd.edu.au

  4. #4
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    If the DLLs are in the GAC you don't need to set MONO_PATH at all to find the Ice DLLs. Perhaps the installation to the GAC failed?

  5. #5
    timberwolf is offline Registered User
    Name: Bailey Wu
    Organization: University of Sydney
    Project: DGC
    Join Date
    Apr 2006
    Location
    Sydney, Australia
    Posts
    17
    Quote Originally Posted by matthew View Post
    If the DLLs are in the GAC you don't need to set MONO_PATH at all to find the Ice DLLs. Perhaps the installation to the GAC failed?
    hmm...

    how can I tell if it failed? the installation didn't produce any errors.
    ---------------------------------------------------------------------------
    Orca robotics project
    http://orca-robotics.sourceforge.net/
    ---------------------------------------------------------------------------
    Bailey Wu
    Australian Centre for Field Robotics
    http://www.cas.edu.au/content.php/266.html
    University of Sydney
    www.usyd.edu.au

  6. #6
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    As I previously said you can do a gacutil -l to list the DLLs that are installed in the GAC. You can also try running the installation commands manually (make -n install in src/Ice to see what the installation would do). Can you also please fix your profile information? You are required to have your full name in the profile to get free support on these forums.

  7. #7
    timberwolf is offline Registered User
    Name: Bailey Wu
    Organization: University of Sydney
    Project: DGC
    Join Date
    Apr 2006
    Location
    Sydney, Australia
    Posts
    17
    I think it's because I'm not using the ubuntu package, so even though the dlls are getting installed with gacutil -i, mono (installed from a bin file) is not looking in the right places?

    anyway, I think I can live with setting MONO_PATH for now. Thanks
    ---------------------------------------------------------------------------
    Orca robotics project
    http://orca-robotics.sourceforge.net/
    ---------------------------------------------------------------------------
    Bailey Wu
    Australian Centre for Field Robotics
    http://www.cas.edu.au/content.php/266.html
    University of Sydney
    www.usyd.edu.au

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Best way to install Ice 3.4 on Ubuntu?
    By Alexey Romanov in forum Help Center
    Replies: 7
    Last Post: 06-23-2011, 09:07 AM
  2. Ubuntu apt-get packages for Ice
    By jsgoecke in forum Help Center
    Replies: 2
    Last Post: 04-09-2010, 02:43 AM
  3. Problem while installing zeroc-ice on Ubuntu
    By eddi96 in forum Help Center
    Replies: 1
    Last Post: 02-15-2010, 07:11 AM
  4. Replies: 3
    Last Post: 05-09-2008, 12:01 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
  •