<br><br><div class="gmail_quote">On Thu, Jul 12, 2012 at 10:37 PM, Marco Martin <span dir="ltr"><<a href="mailto:notmart@gmail.com" target="_blank">notmart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wednesday 11 July 2012, Vishesh Handa wrote:<br>
</div><div class="im">> > > uses nepomuk2_rcgen. Cause I don't think the packagers would like us<br>
> ><br>
> > having<br>
> ><br>
> > > 2 pacakges (nepomuk-core and kdelibs) install the same cmake file.<br>
> ><br>
> > i added it now in the nepomuk-core repo, same mart/rcgenNepomuk2 branch<br>
><br>
> great.<br>
><br>
> If you could just test it out a bit more, then we can merge it into master.<br>
><br>
<br>
</div>i ported the share-like-connect repo to nepomuk2 as well, so far so good (even<br>
tough will need setsymbols again)<br>
<br>
now only takes some volunteer porting something else that was using<br>
NepomukAddOntologyClasses to be really safe :p<br></blockquote><div><br>Hey Marco<br><br>I decided to test out the rcgen2, and found some minor problems -<br><br>* Resource::resourceUri is now uri() - My fault. I made this change in nepomuk-core. FIXED.<br>
* Missing "resource.h" when trying to compile the generated classes.<br><br>Does it work for you?<br><br>This simple patch fixed it for me, but I'm not sure if I should commit it.<br><br>diff --git a/rcgen/codegenerator.cpp b/rcgen/codegenerator.cpp<br>
index 8c5d9b5..e45c7b0 100644<br>--- a/rcgen/codegenerator.cpp<br>+++ b/rcgen/codegenerator.cpp<br>@@ -155,7 +155,7 @@ bool CodeGenerator::writeHeader( const ResourceClass *resourceClass, QTextStream<br>         s.replace( "NEPOMUK_PARENT_INCLUDE", QString("\"%1.h\"").arg( parent->name().toLower() ) );<br>
     }<br>     else {<br>-        s.replace( "NEPOMUK_PARENT_INCLUDE", QString("\"resource.h\"") );<br>+        s.replace( "NEPOMUK_PARENT_INCLUDE", QString("<Nepomuk2/Resource>") );<br>
     }<br> <br>     QString methods;<br> <br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
Cheers,<br>
Marco Martin<br>
_______________________________________________<br>
Nepomuk mailing list<br>
<a href="mailto:Nepomuk@kde.org">Nepomuk@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/nepomuk" target="_blank">https://mail.kde.org/mailman/listinfo/nepomuk</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><span style="color:rgb(192,192,192)">Vishesh Handa</span><br><br>