From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasudev Kamath To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Wed, 25 Nov 2015 22:40:08 +0530 Message-ID: <877fl6ronj.fsf@rudra.copyninja.info> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [9fans] Compiling ken-cc on Linux Topicbox-Message-UUID: 775d9e32-ead9-11e9-9d60-3106f5b1d025 Hi, I'm trying to compile ken-cc from =B9. Its giving me following error cc -c -m32 -g -O -I/home/vasudev/Documents/C_programming/compilers/9-cc/Lin= ux/386/include -I/home/vasudev/Documents/C_programming/compilers/9-cc/inclu= de -DLINUX_386 -I../cmd/ 9obj.c In file included from /home/vasudev/Documents/C_programming/compilers/9-cc/= Linux/386/include/lib9.h:9:0, from 9obj.c:5: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOU= RCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURC= E" ^ 9obj.c:8:22: fatal error: 9c/9.out.h: No such file or directory compilation terminated. mk: cc -c -m32 ... : exit status=3Dexit(1) mk: for j in ... : exit status=3Dexit(1) I can't find 9c under src/cmd folder. Any hints on how to get it compiled?. Cheers, =B9 https://bitbucket.org/plan9-from-bell-labs/9-cc/overview