<div dir="ltr">Hi, Crest Christopher!<br><br>I've never built SeExpr by himself, so I can not help here.<br>But if your goal is simply to play around with SeExpr then you can download Natron:<br><a href="http://natron.fr/">http://natron.fr/</a><br>which have built-in SeExpr node.<br><br>Cheers,<br>Nikita.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-07-02 7:39 GMT+03:00 Crest Christopher <span dir="ltr"><<a href="mailto:crestchristopher@gmail.com" target="_blank">crestchristopher@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div bgcolor="#FFFFFF" text="#000000">I have the dependencies 
installed but I'm still getting an error; that there is an error in the 
configuration files and that the project may be invalid ?<br>
<span>

</span><br>
<blockquote style="border:0px none" type="cite">
  <div style="margin:30px 25px 10px 25px"><div style="width:100%;border-top:1px solid #edeef0;padding-top:5px">   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%">
        <a href="mailto:nicholas11braden@gmail.com" style="color:#737f92!important;padding-right:6px;font-weight:bold;text-decoration:none!important" target="_blank">Nicholas Braden</a></div>   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:right">     <font color="#9FA2A5"><span style="padding-left:6px">Thursday,
 June 23, 2016 8:37 AM</span></font></div>    </div></div><span class="">
  <div style="color:#888888;margin-left:24px;margin-right:24px"><div>Yep, if you have all the 
dependencies it should just work as I<br>described in a previous 
message.<br><br>On Thu, Jun 23, 2016 at 12:20 AM, Crest Christopher</div></div>
  </span><div style="margin:30px 25px 10px 25px"><div style="width:100%;border-top:1px solid #edeef0;padding-top:5px">   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%">
        <a href="mailto:crestchristopher@gmail.com" style="color:#737f92!important;padding-right:6px;font-weight:bold;text-decoration:none!important" target="_blank">Crest Christopher</a></div>   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:right">     <font color="#9FA2A5"><span style="padding-left:6px">Thursday,
 June 23, 2016 1:20 AM</span></font></div>    </div></div><span class="">
  <div style="color:#888888;margin-left:24px;margin-right:24px">

I'll get the Python 
sipconfig module installed, then I hope we can continue with getting it 
compiled ? <br>
<span>

</span><br>

<br>
  </div>
  <div style="margin:30px 25px 10px 25px"><div style="width:100%;border-top:1px solid #edeef0;padding-top:5px">   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%">
        <a href="mailto:nicholas11braden@gmail.com" style="color:#737f92!important;padding-right:6px;font-weight:bold;text-decoration:none!important" target="_blank">Nicholas Braden</a></div>   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:right">     <font color="#9FA2A5"><span style="padding-left:6px">Thursday,
 June 23, 2016 1:15 AM</span></font></div>    </div></div>
  <div style="color:#888888;margin-left:24px;margin-right:24px"><div>Yes, many projects do not 
include their dependencies and require you<br>to obtain them yourself. 
In this case it looks like you need the<br>Python sipconfig module 
installed.<br><br>On Thu, Jun 23, 2016 at 12:10 AM, Crest Christopher</div></div>
  </span><div style="margin:30px 25px 10px 25px"><div style="width:100%;border-top:1px solid #edeef0;padding-top:5px">   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%">
        <a href="mailto:crestchristopher@gmail.com" style="color:#737f92!important;padding-right:6px;font-weight:bold;text-decoration:none!important" target="_blank">Crest Christopher</a></div>   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:right">     <font color="#9FA2A5"><span style="padding-left:6px">Thursday,
 June 23, 2016 1:10 AM</span></font></div>    </div></div>
  <div style="color:#888888;margin-left:24px;margin-right:24px">

It can work, but it's 
missing dependencies ?<br>
<span>

</span><br>

<br>
  </div>
  <div style="margin:30px 25px 10px 25px"><div style="width:100%;border-top:1px solid #edeef0;padding-top:5px">   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%">
        <a href="mailto:nicholas11braden@gmail.com" style="color:#737f92!important;padding-right:6px;font-weight:bold;text-decoration:none!important" target="_blank">Nicholas Braden</a></div><span class="">   <div style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:right">     <font color="#9FA2A5"><span style="padding-left:6px">Thursday,
 June 23, 2016 1:08 AM</span></font></div>    </span></div></div><span class="">
  <div style="color:#888888;margin-left:24px;margin-right:24px"><div>It looks like the 
instructions are there in the README. I tried<br>building on my system 
but I'm missing some dependencies (e.g. at some<br>point it finds my 
Python 3 installation and tries to run some code but<br>fails due to a 
missing sipconfig module, which I am not familiar<br>with).<br><br>Generally,
 to build a project that uses CMake, create an empty<br>directory for 
the build and open a terminal in it, then run CMake with<br>the path to 
the directory containing CMakeLists.txt and optionally<br>specify the 
generator to use if the default is not the one you want.<br>Then, if it 
completes without errors, you can use "cmake --build ." to<br>build it 
and "cmake --build . --target install" to install it, even if<br>you 
used an IDE generator.<br><br>As for the project dependencies, you are 
own your own to get those.<br><br>On Wed, Jun 22, 2016 at 11:56 PM, 
Crest Christopher</div></div>
</span></blockquote>
<br>
</div>
<br>--<br>
<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" rel="noreferrer" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
<br>
CMake Support: <a href="http://cmake.org/cmake/help/support.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/cmake" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/cmake</a><br></blockquote></div><br></div>