Results 1 to 3 of 3

Thread: compile problems in Windows xp using vs2003

  1. #1
    jay.kou's Avatar
    jay.kou is offline Registered User
    Name: jie kou
    Organization: infosys
    Project: no
    Join Date
    Nov 2006
    Posts
    2

    compile problems in Windows xp using vs2003

    Hi. all.

    I installed third-party libraries.msi and i want build ice-3.1.1 source.
    but i got many errors. like this:
    Code:
    Compiling...
    cexp.c
    cexp.c(1183) : error C2449: found '{' at file scope (missing function header?)
    cexp.c(2010) : error C2059: syntax error : '}'
    cexp.y(513) : error C2065: 'lexptr' : undeclared identifier
    cexp.y(513) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'
    cexp.y(563) : warning C4047: 'function' : 'size_t' differs in levels of indirection from 'char *'
    cexp.y(598) : warning C4047: '=' : 'int' differs in levels of indirection from 'char *'
    cexp.y(667) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'
    cexp.y(669) : error C2100: illegal indirection
    cexp.y(676) : error C2113: '-' : pointer can only be subtracted from another pointer
    cexp.y(696) : error C2100: illegal indirection
    cexp.y(792) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'
    cexp.y(795) : error C2100: illegal indirection
    cexp.y(802) : error C2113: '-' : pointer can only be subtracted from another pointer
    cexp.y(1025) : warning C4047: '=' : 'int' differs in levels of indirection from 'char *'
    cexp.y(1037) : error C2100: illegal indirection
    cccp.c
    Generating Code...
    
    Build log was saved at "file://c:\Ice-3.1.1\src\icecpp\Debug\BuildLog.htm"
    icecpp - 9 error(s), 6 warning(s)
    
    c:\Ice-3.1.1\include\IceSSL\Plugin.h(14): fatal error C1083: Cannot open include file: 'Ice/Plugin.h': No such file or directory
    c:\Ice-3.1.1\src\IceSSL\TrustManager.h(13): fatal error C1083: Cannot open include file: 'Ice/CommunicatorF.h': No such file or directory
    c:\Ice-3.1.1\include\IceSSL\Plugin.h(14): fatal error C1083: Cannot open include file: 'Ice/Plugin.h': No such file or directory
    c:\Ice-3.1.1\include\IceSSL\Plugin.h(14): fatal error C1083: Cannot open include file: 'Ice/Plugin.h': No such file or directory
    c:\Ice-3.1.1\include\IceSSL\Plugin.h(14): fatal error C1083: Cannot open include file: 'Ice/Plugin.h': No such file or directory
    c:\Ice-3.1.1\src\IceSSL\Instance.h(15): fatal error C1083: Cannot open include file: 'Ice/CommunicatorF.h': No such file or directory
    c:\Ice-3.1.1\src\Ice\EndpointI.h(14): fatal error C1083: Cannot open include file: 'Ice/Endpoint.h': No such file or directory
    c:\Ice-3.1.1\src\IceSSL\ConnectorI.h(13): fatal error C1083: Cannot open include file: 'Ice/LoggerF.h': No such file or directory
    jay kou
    Infosys Inc

  2. #2
    beagles's Avatar
    beagles is offline Registered User
    Name: Brent Eagles
    Organization: Eagles Technologies Inc
    Project: Asterisk SCF
    Join Date
    Feb 2003
    Location
    Newfoundland
    Posts
    111
    We discovered a problem with some of the generated files shortly after release and updated the source distributions on the website. This problem only affects developers using Microsoft Visual C++ 6.0 and 7.1 who are building Ice from the source distribution. I recommend that you download a fresh source distribution from our website and try again.
    Brent Eagles
    Digium/Eagles Technologies Inc
    St. John's, NL

    Project(s): Asterisk SCF

  3. #3
    jay.kou's Avatar
    jay.kou is offline Registered User
    Name: jie kou
    Organization: infosys
    Project: no
    Join Date
    Nov 2006
    Posts
    2

    thanks

    hi, i got right. thank you so much.
    jay kou
    Infosys Inc

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SSL Handshake delay on Windows XP vs CentOS 5
    By ngambek2003 in forum Help Center
    Replies: 5
    Last Post: 10-13-2009, 05:07 PM
  2. IceSSL failure on Windows XP Embedded
    By hpmike in forum Bug Reports
    Replies: 2
    Last Post: 07-30-2007, 01:36 PM
  3. ICECS error in in Windows XP Sp2
    By lifejoy in forum Help Center
    Replies: 9
    Last Post: 08-24-2006, 02:53 AM
  4. Support for Windows XP x64
    By vermorel in forum Help Center
    Replies: 2
    Last Post: 12-07-2005, 04:53 PM
  5. Glacier2 service not starting on Windows XP
    By rhochmuth in forum Help Center
    Replies: 3
    Last Post: 02-08-2005, 12:19 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
  •