From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8eb35957c889923365aa0f3b4625cbf4@mail.gmx.net> To: csant@csant.info, 9fans@cse.psu.edu Subject: Re: [9fans] Compiling links From: "Sascha Retzki" Date: Mon, 14 Aug 2006 21:24:37 +0200 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 9f6df550-ead1-11e9-9d60-3106f5b1d025 > Hola, > Hola2u, > -D_RESEARCH_SOURCE -D_POSIX_SOURCE plan9.c > /sys/include/ape/u.h:4[stdin:15] not a function > /sys/include/ape/u.h:4[stdin:15] syntax error, last name: header > > Pointers on how to fix this are welcome :) Plumb it. You will see an #ifndef which is true, producing a syntax error. The compiler is right. Supply a -D_WHAT_EVER in the makefile will fix this.