Results 1 to 3 of 3

Thread: Error compiling IceE with OpenEmbedded

  1. #1
    andreynech is offline Registered User
    Name: Andrey Nechypurenko
    Organization: GE Healthcare
    Project: hobby remotely controled vehicle
    Join Date
    Feb 2003
    Location
    Munich, Germany
    Posts
    59

    Error compiling IceE with OpenEmbedded

    Hi Folks,

    I was trying to compile latest IceE with OpenEmbedded (Angstrom) and got compilation error in cppe/include/IceE/Time.h in line 36 caused by undefined timeval struct.

    Including <sys/time.h> solved the problem. However I did not test it on other platforms. It would be great if someone from ZeroC could take a look on it.

    Thanks,
    Andrey.

  2. #2
    davidonet is offline Registered User
    Name: David Olivari
    Organization: david-o.net
    Project: Energy Distribution Embedded System
    Join Date
    Jun 2009
    Posts
    1

    Got the same problem with cross compil

    In fact the problem seems to be in the order of the #include

    in IceE-1.3.0/cppe/src/IceE/Cond.cpp

    #ifndef _WIN32
    # include <sys/time.h>
    #endif


    and in IceE-1.3.0/cppe/src/IceE/Time.cpp

    #ifndef _WIN32_WCE
    # if defined(_WIN32)
    # include <sys/timeb.h>

    ....

    # endif
    #endif


    should be defined before the #include <IceE/...
    then I can cross compile with +GUMSTIX = yes for arm
    Last edited by davidonet; 07-09-2009 at 09:09 AM.

  3. #3
    dwayne's Avatar
    dwayne is offline ZeroC Staff
    Name: Dwayne Boone
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Jan 2005
    Location
    St. John's, Newfoundland
    Posts
    397
    Thanks for the information.
    Dwayne Boone

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IceE- 1.3.0 error compiling
    By gkas in forum Help Center
    Replies: 8
    Last Post: 12-21-2010, 05:57 AM
  2. Ice-3.1 error compiling generated file
    By xdm in forum Help Center
    Replies: 3
    Last Post: 07-13-2006, 11:20 PM
  3. Error compiling Freeze
    By Anhur in forum Help Center
    Replies: 2
    Last Post: 06-06-2006, 03:39 AM
  4. Compiling Ice-3 error
    By orphean in forum Help Center
    Replies: 13
    Last Post: 01-10-2006, 06:04 AM
  5. Ice3 compiling error with gcc 4.1.0
    By umber in forum Help Center
    Replies: 2
    Last Post: 12-17-2005, 10:42 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
  •