From mboxrd@z Thu Jan 1 00:00:00 1970 To: "Sascha Retzki" , 9fans@cse.psu.edu Subject: Re: [9fans] Compiling links From: csant Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <8eb35957c889923365aa0f3b4625cbf4@mail.gmx.net> Content-Transfer-Encoding: 7bit Date: Mon, 14 Aug 2006 21:32:35 +0200 Message-ID: In-Reply-To: <8eb35957c889923365aa0f3b4625cbf4@mail.gmx.net> User-Agent: Opera Mail/9.01 (Linux) Cc: Topicbox-Message-UUID: 9f99d396-ead1-11e9-9d60-3106f5b1d025 >> -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. Many thanks :) -D_PLAN9_SOURCE in the mkfile fixed it. /c