Results 1 to 4 of 4

Thread: Compiling IceSL

  1. #1
    Yves is offline Registered User
    Name: Yves Beeckmans
    Organization: Artesis University College
    Project: Silverlight UI for a localization platform
    Join Date
    Jun 2011
    Posts
    2

    Compiling IceSL

    Hi,

    After having some troubles with Ice for silverlight because of the Memorystream issue, I decided to implement the fix and to build IceSL myself.
    However I couldn't succeed in compiling. VS2010 did not recognize the nmake-command (with Visual c++ installed). I also tried it in the cmd-prompt like this:
    Code:
    C:\IceSL>"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\nmake.exe" /f Makefile.mak
    This doesn't work either, since cl.exe is not recognized as a command and nmake returns a fatal error "U1077".

    Eventually, I tried to install Ice for VS2010 but the setup fails saying that "disk1.cab" is corrupted. Redownloading the setup didn't help.

    Is there anyone who can help me on this one?

    Best regards,
    Yves

  2. #2
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruņa, Spain
    Posts
    588
    Visual Studio 2010 has been released after IceSL-0.3.3, so that isn't a supported compiler for IceSL.

  3. #3
    Yves is offline Registered User
    Name: Yves Beeckmans
    Organization: Artesis University College
    Project: Silverlight UI for a localization platform
    Join Date
    Jun 2011
    Posts
    2
    thanks for your reply,
    I installed Visual Studio 2008, but I'm having the same problem as before.

  4. #4
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruņa, Spain
    Posts
    588
    Are you running "nmake" command from Visual Studio 2008 Command Prompt? Note that you must use the Visual Studio 2008 professional version, with C++ and C# languages installed.

    nmake and cl.exe are installed as part of Visual Studio 2008, if you haven't this commands in your Visual Studio Command Prompt, seems like something is wrong with you Visual Studio setup.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IceSL and Silverlight 4
    By kwaclaw in forum Comments
    Replies: 2
    Last Post: 05-12-2010, 10:38 PM
  2. IceSL 0.3.3: MemoryStream issue
    By kwaclaw in forum Bug Reports
    Replies: 4
    Last Post: 11-12-2008, 10:46 AM
  3. IceSL 0.3.2: oneway outgoing calls not supported?
    By kwaclaw in forum Bug Reports
    Replies: 1
    Last Post: 10-23-2008, 12:59 PM
  4. IceSL 0.3.2: ArgumentException in IceConnection.cs
    By kwaclaw in forum Bug Reports
    Replies: 0
    Last Post: 10-20-2008, 05:41 PM
  5. IceSL 0.3.2 - generateUUID()
    By kwaclaw in forum Bug Reports
    Replies: 1
    Last Post: 10-20-2008, 07:40 AM

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
  •