On 21/01/14 22:24, Anderson Roberto wrote: > 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
> cd G:/sources/libo-core && (make cmd="make -npf Makefile.gbuild all" cmd > || true) | G:/sources/libo-core/bin/gbuild-to-ide --ide kdevelop this should not run a plain "make" but /opt/lo/bin/make, not sure why that happens... ah i see, the developer who added that ide-integration stuff perhaps wasn't too familiar with our build system and forgot to use $(GNUMAKE) variable... fixed on master in commit e20439a1251de36efdd3dfe252b88f33cc94a0b7 (please pull and try again) _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
