From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5612 invoked by alias); 18 Aug 2010 14:43:21 -0000 Received: (qmail 5596 invoked by uid 22791); 18 Aug 2010 14:43:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from web28505.mail.ukl.yahoo.com (HELO web28505.mail.ukl.yahoo.com) (87.248.110.184) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Wed, 18 Aug 2010 14:43:16 +0000 Received: (qmail 57242 invoked by uid 60001); 18 Aug 2010 14:43:14 -0000 Message-ID: <979708.56457.qm@web28505.mail.ukl.yahoo.com> Received: from [132.166.132.113] by web28505.mail.ukl.yahoo.com via HTTP; Wed, 18 Aug 2010 07:43:13 PDT References: <961323.52443.qm@web28502.mail.ukl.yahoo.com> <7c01c91296c0beecfe4d6761073628bb-EhVcXl1CTQJeRwgeDAw3AF9BdAJSS1xcXV9EBF41WEVGVFENQV5+BEtdXjBeQ0IHWVxaSF9d-webmailer2@server04.webmailer.hosteurope.de> <285937.98277.qm@web28506.mail.ukl.yahoo.com> <284878.42130.qm@web28506.mail.ukl.yahoo.com> <730386.47129.qm@web28514.mail.ukl.yahoo.com> <4C0E91ED.6050600@andihellmund.com> <895794.48229.qm@web28503.mail.ukl.yahoo.com> <4C228DAC.4000704@andihellmund.com> <947445.22128.qm@web28503.mail.ukl.yahoo.com> <4C23C78C.2040903@andihellmund.com> <339992.16381.qm@web28510.mail.ukl.yahoo.com> <965431.74024.qm@web28505.mail.ukl.yahoo.com> <812334.11661.qm@web28514.mail.ukl.yahoo.com> Date: Wed, 18 Aug 2010 16:07:00 -0000 From: charfi asma Subject: Re : Re : Re : Re : Re : Re : Re : Re : Re : [GCC front end] trying to install sample_fe but fail in make To: gcc-help@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00171.txt.bz2 your first link works as well, we have just to checkout from the gcc-dev=20 directory. so both links are fine # git checkout -t -b documentation origin/documentation # git checkout --track -b gcalc origin/documentation Asma ----- Message d'origine ---- De : Philip Herron =C0 : charfi asma Cc : gcc-help@gcc.gnu.org Envoy=E9 le : Mer 18 ao=FBt 2010, 3h 03min 27s Objet : Re: Re : Re : Re : Re : Re : Re : Re : Re : [GCC front end] trying = to=20 install sample_fe but fail in make On 16 August 2010 13:22, charfi asma wrote: > Hello, > > I tried now with the right git link and this is what I get: > > [root@is010178 sample_fe_files]# git clone git://crules.org/git/gcc-dev.g= it > > Initialized empty Git repository in > /export/home/charfi/Bureau/sample_fe_files/gcc-dev/.git/ > remote: Counting objects: 997287, done. > remote: Compressing objects: 100% (175851/175851), done. > remote: Total 997287 (delta 808734), reused 987908 (delta 799804) > Receiving objects: 100% (997287/997287), 450.05 MiB | 2119 KiB/s, done. > Resolving deltas: 100% (808734/808734), done. > Checking out files: 100% (66888/66888), done. > > but I can not find the gcc/gcalc front end. I get this error when I check= out : > > [root@is010178 sample_fe_files]# git checkout -t -b documentation > origin/documentation > fatal: Not a git repository > Hey Sorry for all the problems so far, i probably spelt the branch name wrong i always do that when i want to do documentation. Try this command copy and paste it just to be safe since it should work: $ git checkout --track -b gcalc origin/documentation That should work, i plan on adding to andi's code over the next few days a basic runtime library to have a print function. And work on more documentation since i have many errors and stale ideas in there. --Phil