Message from discussion
Issue 413 in protobuf: No GYP file
Received: by 10.58.125.106 with SMTP id mp10mr1276636veb.33.1346337123464;
Thu, 30 Aug 2012 07:32:03 -0700 (PDT)
X-BeenThere: protobuf@googlegroups.com
Received: by 10.52.36.237 with SMTP id t13ls2273678vdj.3.gmail; Thu, 30 Aug
2012 07:32:01 -0700 (PDT)
Received: by 10.58.127.226 with SMTP id nj2mr1000650veb.3.1346337121296;
Thu, 30 Aug 2012 07:32:01 -0700 (PDT)
Received: by 10.58.127.226 with SMTP id nj2mr1000647veb.3.1346337121285;
Thu, 30 Aug 2012 07:32:01 -0700 (PDT)
Return-Path: <3YXk_UAgOCNgJLINI5O9AIIAF86I78.6IGJLINI5O9AIIAF8ALIOJM....@codesite.bounces.google.com>
Received: from mail-vb0-f76.google.com (mail-vb0-f76.google.com [209.85.212.76])
by gmr-mx.google.com with ESMTPS id cc5si139219vdc.2.2012.08.30.07.32.01
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 30 Aug 2012 07:32:01 -0700 (PDT)
Received-SPF: pass (google.com: domain of 3YXk_UAgOCNgJLINI5O9AIIAF86I78.6IGJLINI5O9AIIAF8ALIOJM....@codesite.bounces.google.com designates 209.85.212.76 as permitted sender) client-ip=209.85.212.76;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3YXk_UAgOCNgJLINI5O9AIIAF86I78.6IGJLINI5O9AIIAF8ALIOJM....@codesite.bounces.google.com designates 209.85.212.76 as permitted sender) smtp.mail=3YXk_UAgOCNgJLINI5O9AIIAF86I78.6IGJLINI5O9AIIAF8ALIOJM....@codesite.bounces.google.com
Received: by vbkv13 with SMTP id v13so9768vbk.1
for <protobuf@googlegroups.com>; Thu, 30 Aug 2012 07:32:01 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.224.176.203 with SMTP id bf11mr3508731qab.4.1346337121083;
Thu, 30 Aug 2012 07:32:01 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: protobuf
X-GoogleCode-Issue-Id: 413
Message-ID: <0-13244680660385734572-13401029126782321253-protobuf=googlecode.com@googlecode.com>
Date: Thu, 30 Aug 2012 14:32:01 +0000
Subject: Issue 413 in protobuf: No GYP file
From: proto...@googlecode.com
To: protobuf@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 413 by vvnicho...@gmail.com: No GYP file
http://code.google.com/p/protobuf/issues/detail?id=413
What steps will reproduce the problem?
1. Open protobuf folder
What is the expected output?
Expect a protobuf.gyp file like the one used in Chromium for cross-platform
compilation.
What do you see instead?
A separate make file for Linux and a bunch of VC++ projects for Windows.