<div dir="ltr">Thanks for the fast reply Michael!<div><br></div><div>You're right, I didn't pay attention to this.</div><div>But after run: /opt/lo/bin/make kdevelop-ide-integration I got this error:</div><div><div>

****************************************************************************</div><div><br></div><div>To build, issue:</div><div>/opt/lo/bin/make</div><div><br></div><div>For details, run:</div><div>/opt/lo/bin/make help</div>

<div><br></div><div>*************************************</div><div>* WARNING : If a build created with VS 2012 should run on Windows XP,</div><div>* WARNING : use --with-windows-sdk=7.1A (requires VS 2012 Update 1 or newer)</div>

<div>cd G:/sources/libo-core && (make cmd="make -npf Makefile.gbuild all" cmd || true) | G:/sources/libo-core/bin/gbuild-to-ide --ide kdevelop</div><div>Makefile:29: *** target pattern contains no '%'.  Stop.</div>

</div><div><br></div><div>The complete run output can be viewed <a href="http://pastebin.com/2KUPWuD1">here</a>.</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><font face="tahoma, sans-serif">Anderson Roberto de Oliveira<br>

Skype: andersonn_roberto</font><div><font face="tahoma, sans-serif">LinkedIn: <a href="http://br.linkedin.com/in/andersonroberto/" target="_blank">http://br.linkedin.com/in/andersonroberto/</a></font></div></div></div>
<br><br><div class="gmail_quote">On Tue, Jan 21, 2014 at 5:55 PM, Michael Stahl <span dir="ltr"><<a href="mailto:mstahl@redhat.com" target="_blank">mstahl@redhat.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 21/01/14 19:51, Anderson Roberto wrote:<br>
> Hello all!<br>
><br>
> I'm developing a integration with MSVS, like the one with KDevelop and<br>
> XCode.<br>
> But, when I try to run a make kdevelop-ide-integration to use the<br>
> project files as example and to point some infos, I got this error:<br>
> Makefile:29: *** target pattern contains no '%'.  Stop.<br>
><br>
> Anyone knows what this mean and what I need to do to solve this error?<br>
<br>
</div>most likely it means "make" does not understand Win32 file names with<br>
drive letters.  try "/opt/lo/bin/make" instead, if you don't have that read:<br>
<br>
<a href="https://wiki.documentfoundation.org/Development/Windows_Build_Dependencies#Install_make_an_optional_ccache_binaries" target="_blank">https://wiki.documentfoundation.org/Development/Windows_Build_Dependencies#Install_make_an_optional_ccache_binaries</a><br>


<br>
<br>
</blockquote></div><br></div>