From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Storm-Olsen Subject: Re: [msysGit] Re: [PATCH 14/14] Add README and gitignore file for MSVC build Date: Mon, 24 Aug 2009 09:03:23 +0200 Message-ID: <4A923B3B.6090302@gmail.com> References: <6283b3e1775f43c6fc07e5047f9c99acdc27bc8f.1250860247.git.mstormo@gmail.com> <4b8b550914cfc4e638ff905d9b9aa416e45913f4.1250860247.git.mstormo@gmail.com> <6dd71f163e5410e401fc66088405736d1978ec55.1250860247.git.mstormo@gmail.com> <54673ddb6bef681194e141e5e05e930cdfaa07bc.1250860247.git.mstormo@gmail.com> <3f4fd2640908231122m34604196pc98c5871cf5925b5@mail.gmail.com> <4A91917F.9000709@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marius Storm-Olsen , Reece Dunn , Johannes.Schindelin@gmx.de, msysgit@googlegroups.com, git@vger.kernel.org, lznuaa@gmail.com To: Thiago Farina X-From: git-owner@vger.kernel.org Mon Aug 24 09:03:40 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MfTad-0003Lp-7A for gcvg-git-2@lo.gmane.org; Mon, 24 Aug 2009 09:03:39 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751663AbZHXHDa (ORCPT ); Mon, 24 Aug 2009 03:03:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751635AbZHXHDa (ORCPT ); Mon, 24 Aug 2009 03:03:30 -0400 Received: from mail-ew0-f207.google.com ([209.85.219.207]:44513 "EHLO mail-ew0-f207.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751467AbZHXHD3 (ORCPT ); Mon, 24 Aug 2009 03:03:29 -0400 Received: by ewy3 with SMTP id 3so2103087ewy.18 for ; Mon, 24 Aug 2009 00:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=xJ2kQGuweonlWVRdoMZa9q0GiS2zF3085TnhRGSp7rM=; b=IFjonkCsLYFmytcmDDIJu2s+zHjmbsKz4c5kA/ELvp2Ucx85hQ0fgk+6Ui/K+R+FRE w4hmW1tVRDVsOA/qzH0jm79ah/2DMKVh5eyuAt5gDwRTesBETANk+Xl1eRdgoPJm9dqY 82drWosv3gL/Lny9D0ziGk03ZNp2wpXYayOx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=nscY8YzSGZycK3ZdjhOEFrtKVrkG0Cw6YrKZly+fACYuEDpPR7SiF5ON1KqJgTOVh7 akfTXrf17yqfQHpKrXCb9KzZ+69X/xMWgboTl94qt685Oboeg/PKWnQnrNMICmZbDOnO Erexucz0PFzS4URiLOR7WCNu+0JwK44hpCjsU= Received: by 10.210.88.16 with SMTP id l16mr4404112ebb.76.1251097410637; Mon, 24 Aug 2009 00:03:30 -0700 (PDT) Received: from ?172.24.90.95? ([62.70.27.104]) by mx.google.com with ESMTPS id 5sm8288849eyf.48.2009.08.24.00.03.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Aug 2009 00:03:30 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Lightning/0.9 Thunderbird/2.0.0.23 ThunderGit/0.1a Mnenhy/0.7.6.666 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Thiago Farina said the following on 23.08.2009 21:29: > Marius, how common-cmds.h will be generated? In the header file says > that it's generated by generate-cmdlist.sh, so the VS user will need > to generate this file first (before compiling)? > When I tried to compile after pulling from the repository, I couldn't, > so I copied it from the the msysgit. The easiest is just do the following on the command line, provided that you have the msysgit environment available (so GNU Make etc): make common-cmds.h That will ensure that the file is generated correctly. After that you can build with msvc, based on the patch series. -- .marius