Results 1 to 3 of 3

Thread: Compiling ICE with VC 6.0

  1. #1
    jpm
    jpm is offline Registered User
    Join Date
    May 2003
    Posts
    7

    Compiling ICE with VC 6.0

    Hi,

    I am compiling ICE with VC 6.0 on XP and ran into a problem.

    I get the error message

    Compiling...
    Base64.cpp
    D:\opt\Ice-1.1.0\src\IceUtil\Base64.cpp(94) : error C2065: 'back_inserter' : undeclared identifier
    Error executing cl.exe.

    minimal - 1 error(s), 0 warning(s)

    I have compiled and installed stlport 4.5.3. I updated my search directories in tools/options as indicated in the compile instructions.

    Any clues where to look?

    Thanks for the help,

    John

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    The error message indicates that the VC++ 6.0 STL is used, and not STLport.

    Are you sure that the STLport's "include/stlport" (not just the "include" directory of STLport) is first in your include path? What exactly are the entries in your include path?

  3. #3
    jpm
    jpm is offline Registered User
    Join Date
    May 2003
    Posts
    7
    Hi Marc,

    Thanks.. I did actually have the correct path - it just wasn't in first in the list. I moved the path to be in front of the vc inlude directory and it's compiling now.

    Thanks again,
    John

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VC++ 6.0 with Ice-3.4.0
    By Yos in forum Help Center
    Replies: 1
    Last Post: 04-12-2010, 05:55 PM
  2. Vc++ 8.0
    By thelONE in forum Bug Reports
    Replies: 7
    Last Post: 11-21-2005, 06:35 PM
  3. How to compile simple program using ICE in VC 6.0?
    By AlexKom in forum Help Center
    Replies: 2
    Last Post: 07-05-2005, 11:37 PM
  4. How to use Ice with vc.net
    By W.noon in forum Help Center
    Replies: 1
    Last Post: 10-27-2004, 08:43 AM
  5. Replies: 3
    Last Post: 02-09-2004, 09:34 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
  •