certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [certi-dev] How to build the CERTI-3.4.0-Source


From: Eric Noulard
Subject: Re: [certi-dev] How to build the CERTI-3.4.0-Source
Date: Tue, 24 May 2011 10:01:21 +0200

2011/5/24 שלמה נוריאני <address@hidden>:
> Hi,
>
> I am working with Win XP, Visual Studio 8
>
>  My purpose is to develop a distributed simulation, that is writen in
> C++/C#.
> For the beginning i would like to have a compiled version. for that purpose
> I did the following steps:
>
> 1. downloaded the CERTI packages:
>     "CERTI-3.4.0-WinXP-MSVC-9.0-2008-Debug" +
>     "CERTI-3.4.0-Source"
> 2.Install  CERTI-3.4.0-WinXP-MSVC-9.0-2008-Debug.
> 3. Extract CERTI-3.4.0-Source to "C:\Tmp\CERTI-3.4.0-Source" Dir.

You don't need to install both.
CERTI-3.4.0-WinXP-MSVC-9.0-2008-Debug.exe is enough if you want to develop
your own federate, it should install all needed headers and libraries.

> 4. Execute the CMake app with the following options:
>     Browse Source="C:\Tmp\CERTI-3.4.0-Source"
>     Generator for this project = Visual Studio 6
>    CMake Install Prefix = "C:\Program Files\Certi 3.4.0" (Default).
>
> when activating the 'Configure' option in CMake, i gets the following notes:
> HAVE DLFCN_H NOT FOUND
> ..INTTYPES_H_ NOT FOUND
> ..MEMORY_H, STDLIB, STRINGS, STRING, .. NOT FOUND

The fact that those macros are "NOT FOUND" is not necessarily an error,
CMake search for some header files some may be found on unix/linux some
other on Windows etc....

> Questions:
>
> Why CERTI package does not compiled ?. I am loading the generated projects
> but it is not compiling. many errors reports about unknown definitions.

Did you install the pre-requisite for Windows
    * http://gnuwin32.sourceforge.net/packages/flex.htm
    * http://gnuwin32.sourceforge.net/packages/bison.htm
    * http://gnuwin32.sourceforge.net/packages/m4.htm
    * http://nsis.sourceforge.net/Main_Page
as explained here:
http://www.nongnu.org/certi/certi_doc/Install/html/build.html ?

If you did and still get errors
could you copy/paste the error you get when compiling ?

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]