<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/10  <span dir="ltr"><<a href="mailto:bkn@ithryn.net" target="_blank">bkn@ithryn.net</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

digikam-devs,<br>
<br>
i'm trying to get back into digikam code and i have a couple of fixes needed<br>
for compilation on OS X. They are pretty straightforward changes. os x uses<br>
clang, i'm not sure if this is the reason for the changes. I find it odd that i<br>
needed to add includes, but it seems to work this way, so far.<br>
<br>
summary of changes:<br>
 * digikam-sc/extra/kipi-plugins/dlnaexport/extra/hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h<br>
    +#include "hdevicehost_ssdp_handler_p.h"<br>
 * digikam-sc/extra/kipi-plugins/dlnaexport/extra/hupnp/src/devicemodel/client/hclientadapterop.h<br>
    +#include <QString><br>
<br></blockquote><div><br></div><div style>This is Hupnp library code usual patches. I will commit this and report back this info to library developpers...</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


 * digikam-sc/extra/kipi-plugins/CMakeLists.txt<br>
    -    IF(FLEX_FOUND AND BISON_FOUND)<br>
    +    IF(FLEX_FOUND AND BISON_FOUND AND FLEX_TARGET AND BISON_TARGET)<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
The last change is needed because the cmake modules installed through<br>
MacPorts must be a little old so the FLEX_TARGET and BISON_TARGET marcos are<br>
not defined whereas the FLEX_FOUND and BISON_FOUND are defined; so cmake will<br>
eventually fail when trying to use FLEX_TAGET and BISON_TARGET marcos.<br>
<br></blockquote><div> </div><div><div>This is the recent changes for Panorama tools does by Benjamin Girault. I will CC him to review it (i'm not sure that he is in this ML)</div><div> </div></div><div><br></div><div>

 </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
There are more changes that will likely come, but i haven't been able to<br>
compile all of digikam yet as i keep on get undefined symbols when using the<br>
internal liblqr source. Anyone get the internal version of liblqr compiling w/<br>
clang on linux?<br>
<br></blockquote><div><br></div><div style>this lib must be available through Macports normally. I don't touch to MAC env. since few month...</div><div style><br></div><div style>Feel free to provide more MAC feedbacks. It's always good to receive compatibility patches</div>

<div style><br></div><div style>Best</div><div style><br></div><div style>Gilles Caulier</div><div style><br></div><div style><br></div></div></div></div>