Results 1 to 1 of 1

Thread: CMake build system

  1. #1
    aka50 is offline Registered User
    Join Date
    Jul 2005
    Location
    Russia
    Posts
    14

    CMake build system

    Whether there is any interest in use of system of construction of projects CMake (www.cmake.org)?
    At present I have already made CMake scripts for Ice IceSSL IceUtil Freeze FreezeScript and corresponding tests to them. But other packages not used currently in my project (it's in alpha state). If community or developers will be interested in this work, I'll cover with CMake whole project.

    Attached archive contains CMake tree. It's beta (no autodetection of the libs, no options, tested only under Linux). But should work if someone (or later myself) creates corresponding platform configuration files in <root>/CMake/platform (small file with compiler settings).

    Any remarks or improvements are welcomed

    Usage:
    Install CMake-2.2-Beta or current from cvs (tested with upcomming CMake-2.1-release, but it's not ready yet)
    Extract attached archive to corresponding Ice source tree. Make directory f.e. <path/to/Ice-source>/build. Go to this directory and run cmake <path/to/source>. Type make (make -j N should work too). Then cd test && make test

    Status
    Tested on Linux: debian 2.4.27-686-smp
    Release: Ice-2.1.2

    Updated: Thu Jul 14 01:08:46 MSD 2005
    Whole project covered (except demos)
    All test covered and passed
    Upgraded to Ice-2.1.2
    Attached Files Attached Files
    Last edited by aka50; 07-13-2005 at 05:41 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 07-13-2010, 03:32 AM
  2. How can I design such distributed system?
    By linkman in forum Help Center
    Replies: 4
    Last Post: 09-16-2009, 03:33 AM
  3. A system using ICE
    By anhpnt in forum Help Center
    Replies: 1
    Last Post: 08-04-2009, 03:03 AM
  4. ice/c++ with cmake?
    By n2503v in forum Help Center
    Replies: 5
    Last Post: 12-20-2007, 11:13 AM
  5. Unable to build demoj using supplied build.xml files
    By vsonnathi in forum Bug Reports
    Replies: 1
    Last Post: 10-21-2004, 12: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
  •