Just did this, and it looks like there is a problem if you have the full
visual studio installed.  It is generating a Visual Studio project rather
than a makefile.  I opened that project in VS, and it did not build cleanly
because it was not finding any of the project header files that needed to
be pulled from other project directories.  For example,
ServiceException.hpp.

Is there a way to force it to generate a traditional makefile rather than
the visual studio project?

On the plus side, I didn't see any warnings while it was building the wrong
thing :-)

Rick


On Wed, Apr 30, 2014 at 8:42 PM, David Ashley <[email protected]>wrote:

> All -
>
> I just committed a CMake starter file to the repository. There is only
> one file you need to build with CMake. Currently CMake only builds the
> rexxapi shared library (I had to start somewhere).
>
> To get started:
>
> 1. Download and install CMake. If you do this on Linux try to use the
> CMake that comes with your distribution. On Windows go to
> http://www.cmake.org/ and download the Windows install file.
> 2. Run cmake ./ from the ooRexx svn trunk. Ignore the warning messages
> as I will be fixing those later and they do not impact building the
> rexxapi shared library.
> 3. Run make on Linux or nmake on Windows (from the trunk as well).
>
> The rexxapi shared library (DLL) will be placed in the CMakeFiles/bin
> subdirectory if the build is successful.
>
> Please let me know if you have any problems.
>
> David Ashley
>
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.  Get
> unparalleled scalability from the best Selenium testing platform available.
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to