delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/07/10/18:15:07

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=P5hEhd2
9l0+/YZpzGl3p6b64wGxp41ZpgL+YkaYscACWjTfpv3yHnnqDFf9jkP4Sjgrc1Gf
/Bef5FwdWYtsL8R3lM7LO6j4ggUWSU0RzW0+HZjfA/zEI80lDZcP+OT68sJN97F2
oncLhJIKJWn8xz5jeEqPNlWkBq+lBVH/1ji4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=sRM+mHJ20svyY
bAeO0xplm9TWEQ=; b=aSHe3c/991MtJrEdvB4XTGBm96plQC7llSC9VFTpyS/2F
ysPyWPBCBw4KLuZBEdC47wVpt6mIYZ+CV9bDlKQ/+zSqz3A0jSKweMnSaP2PuEoy
9u8GRSAqy3D299etsDs5doUhavMLNtci1wKuZLYs27EfMSEnaVWc4UTAUZn0vg=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-qg0-f50.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=jcFP52Qb+YQlGsojBQSwiMEbCz+HF5PHK6fHa0e5iOc=; b=Vdp8sp1ZLR/Zphy+Tf8o65h5kgywm4x6s7ACI6xsoEIDpQr9uYtDH5RcH896GR5vn9 wrZ+HjdQ7SfbeZhYgF5yGPU0iC51VYXhUkZ1oeGIxoud90y/3/XUYQelTAj6HSXNssmJ 5NlGWsX7pR5d8Cc14IUryeq/TLcdtap7F4thQ0Rztmos3OUVERvBPU2W3Z9k3JMdP4wc Ef6gHQev7VEr57LdQEl9Qm6hnRJfPgZZdiaI+EKJo3pzEIkMn/ds8a3WS1vXrcuYKPX1 NoD7IOUQ4fwYSj5yI1tgkGG29cEnE9XDjA2KJ25SOpP/DEQdSgmw5ychCfv9/4U1390t YPVg==
X-Gm-Message-State: ALoCoQke9bwgN+xlgevpTSFLeDD4fa9m3q2pCMZp80JZOpHONfZljFm5/Z30K2IyW5m6jzloJoce
X-Received: by 10.140.24.76 with SMTP id 70mr53511155qgq.30.1405030476585; Thu, 10 Jul 2014 15:14:36 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <CACr0xSMvizCYiyFW14gfTAoOTajUYue+d+mqFBpq8HQGMUAEug@mail.gmail.com>
References: <CACr0xSMvizCYiyFW14gfTAoOTajUYue+d+mqFBpq8HQGMUAEug AT mail DOT gmail DOT com>
From: Robert Pendell <shinji+cygwin AT elite-systems DOT org>
Date: Thu, 10 Jul 2014 18:14:06 -0400
Message-ID: <CAAeCd-PoUK1ZyjY9VYwFOt58McOdXn4buVMz1HykaW9tZmKJcg@mail.gmail.com>
Subject: Re: using make without cygwin terminal
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On Thu, Jul 10, 2014 at 12:46 PM, Okan Erat wrote:
> Dear Cygwin users,
>
> I am trying to compile a project using VS6 compiler and makefiles
> generated by imake.
> When i run make from cygwin terminal it compiles everything without any problem.
> However if i run make from windows terminal (c:/cygwin/bin is already in Path)
> VS6 complains about various problems.
>  such as:
>
> winbase.h(1011) : error C2733: second C linkage of overloaded function
> 'InterlockedIncrement' not allowed
>
> mswsock.h(69) : error C2065: 'SOCKET' : undeclared identifier
>
> winsock2.h(85) : error C2378: 'SOCKET' : redefinition; symbol cannot
> be overloaded with a typedef
>
> Why make works with cygwin terminal but not with windows terminal.
>
> Thanks for your answers

Those errors are not coming from cygwin make.  That's coming from VS6
make.  Cygwin make doesn't have errors formatted that way.

With that in mind Visual Studio is a Microsoft product and not really
supported here.

Robert Pendell
A perfect world is one of chaos.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019