Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Andrew Markebo Subject: Re: Problems with GCC Date: Sun, 13 Jul 2003 07:30:03 +0200 Lines: 24 Message-ID: References: <001501c34824$cc1ea9d0$8901a8c0 AT nataku> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:U049v9FS0mA26DvDmTxsHvR/Cu0= Just a quick follow-up, asked him to rotate the order of includes done in admin.c, (types.h in the beginning) and it passess compilation.. /Andy / "Taylor Jeude" wrote: | Didn't include the actual problem earlier. I keep getting this error. I've | reinstalled Cygwin 3 times, and finally, I installed the entire blasted | thing... Still no luck. | | $ make | gcc -c -O -Wall -g -DNOCRYPT admin.c | In file included from /usr/include/cygwin/in.h:21, | from /usr/include/netinet/in.h:14, | from /usr/include/arpa/inet.h:14, | from admin.c:12: | /usr/include/cygwin/types.h:120: parse error before "int16_t" | /usr/include/cygwin/types.h:124: parse error before "int32_t" | /usr/include/cygwin/types.h:128: parse error before "int64_t" [...] -- The eye of the compiler rests on the code! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/