<div dir="ltr">Hi,<div><br></div><div>I long awaited the new release, particularly for the Editing Services, but unfortunately I can't get it work.</div><div><br></div><div>I just did this for a quick check:</div><div>
<br></div><div>1) inserted <span style="color:rgb(0,0,0)">#</span><b style="color:rgb(0,0,0)">include</b><span style="color:rgb(0,0,0)"> <</span><a href="http://code.metager.de/source/s?path=ges/" style="text-decoration:none;color:rgb(32,32,98)">ges</a><span style="color:rgb(0,0,0)">/</span><a href="http://code.metager.de/source/s?path=ges/ges.h" style="text-decoration:none;color:rgb(32,32,98)">ges.h</a><span style="color:rgb(0,0,0)">></span></div>
<div><span style="color:rgb(0,0,0)">2) inserted ges_init()</span></div><div><span style="color:rgb(0,0,0)">3) compiler complained about missing </span><font color="#000000">ges-version.h</font></div><div><font color="#000000">4) actually it was missing: I get one from a ges tarball I had</font></div>
<div><font color="#000000">5) modified </font><span style="color:rgb(0,0,0)">ges-version.h from:</span></div><div><span style="color:rgb(0,0,0)"><div> #define GES_VERSION_MAJOR (@GES_VERSION_MAJOR@)</div><div> #define GES_VERSION_MINOR (@GES_VERSION_MINOR@)</div>
<div> #define GES_VERSION_MICRO (@GES_VERSION_MICRO@)</div><div> #define GES_VERSION_NANO (@GES_VERSION_NANO@)</div><div> to</div><div><div> #define GES_VERSION_MAJOR 1</div><div> #define GES_VERSION_MINOR 0</div>
<div> #define GES_VERSION_MICRO 0</div><div> #define GES_VERSION_NANO 0</div></div><div>6) now doesn't complain anymore (of course) with missing ges-version.h, but it complains with "undefined reference to 'ges_init'" and with whatever ges_xxxx invocation I put in my code.</div>
</span></div><div><br></div><div>It seems it doesn't see the lib object.</div><div>BTW: which is the ges *.a module?</div><div><br></div><div>What can I do?</div><div>Thanx in advance</div><div>Sandro</div></div>