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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=WAEVa3zJ7rtBqIVLDf5reaXPna7r7 Oar4LhJnXzJjZ9FwuvDPgKQ+XHLim8hngQzfqwN+d+QEpxEMlCiffbkmLItPPH4M VytPgTymGYa+8S22Om6det//J8ytiCugXS5LXPxlsXh3zsJZ3/L2YDHelIZN9h7Z 8dJaf1Fp3j2Wm8= 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:date:message-id:subject:from:to :content-type; s=default; bh=NkdVmucH69jRkpF09dYH6xVNwD8=; b=V7W P+qFnuVY4soPQvIwRhejwaZWLJ6VeiBvU0PfMiFDz3TR43C5uJQR6E/gTPWPjMhV XQv5qTmHCgGAz5s/ACN1PB9fVuI+ivyC5Ry1Yrc7XxMRPXJB1MCN0mj2DR32tjZy S05qLsopxgWlVsRPcy7CpuJDlGZePVum5EpR2lm0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f172.google.com MIME-Version: 1.0 X-Received: by 10.220.163.3 with SMTP id y3mr46069124vcx.7.1405010783964; Thu, 10 Jul 2014 09:46:23 -0700 (PDT) Date: Thu, 10 Jul 2014 12:46:23 -0400 Message-ID: Subject: using make without cygwin terminal From: Okan Erat To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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 -- 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