From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,BODY_8BITS, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 89A371F453 for ; Fri, 15 Feb 2019 19:13:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728693AbfBOTNp (ORCPT ); Fri, 15 Feb 2019 14:13:45 -0500 Received: from smtp-34.italiaonline.it ([213.209.10.34]:34906 "EHLO libero.it" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726654AbfBOTNp (ORCPT ); Fri, 15 Feb 2019 14:13:45 -0500 Received: from DESKTOP-E4U7JCE ([158.148.65.100]) by smtp-34.iol.local with ESMTPA id uivdgPuqgwlwKuivdgS3XT; Fri, 15 Feb 2019 20:13:42 +0100 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2014; t=1550258022; bh=zxRQDJpR2sigT+ubwChDrkuVqsxclBGXNCdwq+yRq3A=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=btQrTOT7RwDsy3vLj+bYYCTXC1W60Ech4nx3uEYIRUk8sb1lZf1SKGDBNgzxDI8FA atqASkcTasoPDSvVLRfZxFqxKi9OeT4/ZEnC7rchjuMrKrcy6vRBY5di8WnICksC/F 6iCQW4VwEJcPnXBRGwAyjUMra5g29GoMqmPP3gQ7UD3tePeJeXYAkbeu80IiBJjw2W 0z3MnAt4+nL+qywu88+0vKxFIJBMYOmpFsxAzKnas8CUAT7g/YD64tMRESt/3eyt02 SR/b9LctygKDkW7X7NE9nSBVXXAYAYDg+xEa/0g7uwagVFDCYxZfJ0tYTPJX5w19Qm T1iczW1oMmvzg== X-CNFS-Analysis: v=2.3 cv=O8HoQy1W c=1 sm=1 tr=0 a=FcbpsVpHv0FBOxHseI6AIg==:117 a=FcbpsVpHv0FBOxHseI6AIg==:17 a=IkcTkHD0fZMA:10 a=VwQbUJbxAAAA:8 a=JLkzXpwfeaL5f91A2ukA:9 a=QEXdDO2ut3YA:10 a=AjGcO6oz07-iQ99wixmX:22 Message-ID: <1550258021.1785.1.camel@libero.it> Subject: Re: Am a newby and I cannot compile git From: Fabio Aiuto To: Santiago Torres Cc: git@vger.kernel.org Date: Fri, 15 Feb 2019 20:13:41 +0100 In-Reply-To: <20190212215431.btbvugcaqfdqnigo@LykOS.localdomain> References: <1549835814.5977.11.camel@libero.it> <20190210224812.wtn2qqm7lmsiarrh@LykOS.localdomain> <1549912081.1754.1.camel@libero.it> <1550007793.1750.1.camel@libero.it> <20190212215431.btbvugcaqfdqnigo@LykOS.localdomain> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfHYU5J5BWHfphaTd+BGPCmx6p3JOA6x7zmmvuSXmuNuE9U5UuaODHzsNdC8wykDzcOY3GdX8uSFj69gHHWDCJVL6jRiAd9gFTHlzn23EeRSrjkMsl+A5 n9TAj5RpYuWdfyhVVY+cis0Hy3yVD8kr1QL4eMLrOpM2ldml3S3rJTmNFwyI6VuCTIy82HsepcKrLq95b5q1VA/PcHfqr1Xteu4= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Thank you so much Santiago!!! Sorry for late, lot of work these days!!! See you soon. Fabio. Il giorno mar, 12/02/2019 alle 16.54 -0500, Santiago Torres ha scritto: > Awesome, > > Do consider reading the files under Documentation (as other people > suggested) to make it easier to contribute. There's CodingGuidelines > and SubmittingPatches that are super useful :) > > Good luck! > -Santiago. > > On Tue, Feb 12, 2019 at 10:43:13PM +0100, Fabio Aiuto wrote: > > Ok I typed make install from the terminal, then I attached the the > > project to the executable generated in the local bin directory. So > > I > > can happily trace in the code. Thank you, hope I will be able to > > fix > > things in git very soon!!! > > Fabio. > > Il giorno lun, 11/02/2019 alle 20.08 +0100, Fabio Aiuto ha scritto: > > > Hello Santiago, > > > I'm running debian Stretch on my machine, and using Eclipse. I'm > > > new > > > in > > > linux world so I don't know how could I let you know all packages > > > I've > > > installed in a single screenshot. > > > However I got the git sources with the following command: > > > > > > $ git clone git://git.kernel.org/pub/scm/git/git.git > > > > > > then I've opened the project inside Eclipse by importing a > > > makefile > > > project from existing code. I tried to build several time beacuse > > > of > > > some compilation errors that I fixed by installing the following > > > packages: > > > > > > $ sudo apt-get install zlib1g-dev > > > $ sudo apt-get install libcurl-dev > > > $ sudo apt-get install libcurl4-openssl-dev > > > $ sudo apt-get install libexpat1-dev > > > > > > At last no building errors detected but when I try to run adebug > > > session, the IDE says tat 'Program file does not exist'. And > > > there > > > are > > > more errors spread over the project wich are not detected.When i > > > do > > > the > > > rebuild by clicking the 'hammer' icon, the message in the console > > > window says: > > > 20:04:07 **** Incremental Build of configuration Default for > > > project > > > git **** > > > make all  > > >     SUBDIR git-gui > > >     SUBDIR gitk-git > > >     SUBDIR templates > > > > > > 20:04:08 Build Finished (took 866ms) > > > > > > Please ask me for more informations!!!! > > > Thank you > > > Il giorno dom, 10/02/2019 alle 17.48 -0500, Santiago Torres ha > > > scritto: > > > > It'd be difficult to debug without more context: > > > > > > > > Do you mind sharing your build log and more informationa about > > > > your > > > > setup? (e.g., what OS are you running, what packages are > > > > installed, > > > > how > > > > did you get the git sources, etc.) > > > > > > > > Thanks, > > > > -Santiago. > > > > > > > > On Sun, Feb 10, 2019 at 10:56:54PM +0100, Fabio Aiuto wrote: > > > > > Hello again my problem is that I cannot compile git. > > > > > The error message says: > > > > > > > > > > Type'z_stream' could not be resolved > > > > > > > > > > I don't know why, because I installed the package zlib1g-dev > > > > > and > > > > > in > > > > > the > > > > > header file zlib.h this structure is declared. Help me!!! > > > > > Fabio.