Bug #1701

Updated by J. Wienke over 10 years ago

Following the instructions on creating your own Data Types I encountered the following error while trying to build RST according to the given instructions
http://docs.cor-lab.de//rst-manual/0.9/html/install.html#installation-from-source
<pre>
$ cd rst/rst-proto # after "git clone" command
$ mkdir -p build && cd build
$ cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=PREFIX ..

</pre>


It starts configuring Building .. then
causes an error:@.. could not find BoostUUID@

I installed RSX using the prebuild windows zip package therefore the systemvariables are not set! A hint at this place as to what variables should be what would be helpfull.

Back