From gjimenez at segula.es Fri Nov 17 07:57:14 2017 From: gjimenez at segula.es (JIMENEZ SANCHEZ, GINES) Date: Fri Nov 17 08:30:00 2017 Subject: [libxsd-frontend-users] Installation problem - multiple target patterns. Message-ID: <0A8FB43F0EDBBD4898C1D90F5D32C24F0D4B26E0@TEIDE.abgam.es> I try to compile & install de library in a MinGW/MSYS environment. Executing make: $ make /home/Administrador/libxsd-frontend-2.0.0/xsd-frontend/semantic-graph/annotation.o.d:1: *** multiple target patterns. Stop. Can you help me, please? From boris at codesynthesis.com Tue Nov 21 02:56:53 2017 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Nov 21 02:57:05 2017 Subject: [libxsd-frontend-users] Installation problem - multiple target patterns. In-Reply-To: <0A8FB43F0EDBBD4898C1D90F5D32C24F0D4B26E0@TEIDE.abgam.es> References: <0A8FB43F0EDBBD4898C1D90F5D32C24F0D4B26E0@TEIDE.abgam.es> Message-ID: JIMENEZ SANCHEZ, GINES writes: > I try to compile & install de library in a MinGW/MSYS environment. > > Executing make: > > $ make > /home/Administrador/libxsd-frontend-2.0.0/xsd-frontend/semantic-graph/annotation.o.d:1: *** multiple target patterns. Stop. Using make on Windows is quite troublesome and we don't really "officially" support this. I think your best bet is using make (and shell environment) that comes with MSYS2 (as opposed to MinGW). But in the end, if there are any issues, you will just have to try and figure it out yourself (like by looking inside annotation.o.d and trying to understand what is actually causing the problem). Boris