Thanks for the fast reply Michael! You're right, I didn't pay attention to this. But after run: /opt/lo/bin/make kdevelop-ide-integration I got this error: ****************************************************************************
To build, issue: /opt/lo/bin/make For details, run: /opt/lo/bin/make help ************************************* * WARNING : If a build created with VS 2012 should run on Windows XP, * WARNING : use --with-windows-sdk=7.1A (requires VS 2012 Update 1 or newer) cd G:/sources/libo-core && (make cmd="make -npf Makefile.gbuild all" cmd || true) | G:/sources/libo-core/bin/gbuild-to-ide --ide kdevelop Makefile:29: *** target pattern contains no '%'. Stop. The complete run output can be viewed here <http://pastebin.com/2KUPWuD1>. Anderson Roberto de Oliveira Skype: andersonn_roberto LinkedIn: http://br.linkedin.com/in/andersonroberto/ On Tue, Jan 21, 2014 at 5:55 PM, Michael Stahl <[email protected]> wrote: > On 21/01/14 19:51, Anderson Roberto wrote: > > Hello all! > > > > I'm developing a integration with MSVS, like the one with KDevelop and > > XCode. > > But, when I try to run a make kdevelop-ide-integration to use the > > project files as example and to point some infos, I got this error: > > Makefile:29: *** target pattern contains no '%'. Stop. > > > > Anyone knows what this mean and what I need to do to solve this error? > > most likely it means "make" does not understand Win32 file names with > drive letters. try "/opt/lo/bin/make" instead, if you don't have that > read: > > > https://wiki.documentfoundation.org/Development/Windows_Build_Dependencies#Install_make_an_optional_ccache_binaries > > >
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
