From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <877fl6ronj.fsf@rudra.copyninja.info> References: <877fl6ronj.fsf@rudra.copyninja.info> From: Ryan Gonzalez Date: Wed, 25 Nov 2015 11:15:02 -0600 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a1143e98873bafa0525609abd Subject: Re: [9fans] Compiling ken-cc on Linux Topicbox-Message-UUID: 7765ddcc-ead9-11e9-9d60-3106f5b1d025 --001a1143e98873bafa0525609abd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable See https://bitbucket.org/plan9-from-bell-labs/9-cc/issues/1/problems-building-= under-x64-linux for some tips on fixing various errors you may encounter, including this one. (I opened that issue like 8 months ago...) On Wed, Nov 25, 2015 at 11:10 AM, Vasudev Kamath wrote: > > Hi, > > I'm trying to compile ken-cc from =C2=B9. Its giving me following error > > cc -c -m32 -g -O > -I/home/vasudev/Documents/C_programming/compilers/9-cc/Linux/386/include > -I/home/vasudev/Documents/C_programming/compilers/9-cc/include -DLINUX_38= 6 > -I../cmd/ 9obj.c > In file included from > /home/vasudev/Documents/C_programming/compilers/9-cc/Linux/386/include/li= b9.h:9:0, > from 9obj.c:5: > /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > ^ > 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, > > =C2=B9 https://bitbucket.org/plan9-from-bell-labs/9-cc/overview > > --=20 Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something=E2=80=99s wrong. http://kirbyfan64.github.io/ --001a1143e98873bafa0525609abd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
See=C2=A0https://bitbucket.org= /plan9-from-bell-labs/9-cc/issues/1/problems-building-under-x64-linux f= or some tips on fixing various errors you may encounter, including this one= . (I opened that issue like 8 months ago...)

On Wed, Nov 25, 2015 at 11:10 AM, Vasudev = Kamath <vasudev@copyninja.info> wrote:

Hi,

I'm trying to compile ken-cc from =C2=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,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from 9obj.c:5= :
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVI= D_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
=C2=A0# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEF= AULT_SOURCE"
=C2=A0 =C2=A0^
9obj.c:8:22: fatal error: 9c/9.out.h: No such file or directory
compilation terminated.
mk: cc -c -m32 ...=C2=A0 : exit status=3Dexit(1)
mk: for j in ...=C2=A0 : exit status=3Dexit(1)

I can't find 9c under src/cmd folder. Any hints on how to get it
compiled?.

Cheers,

=C2=B9 https://bitbucket.org/plan9-from-bell= -labs/9-cc/overview




--
Ryan
[ERROR]: Your autotools build= scripts are 200 lines longer than your program. Something=E2=80=99s wrong.=
<= /div>
--001a1143e98873bafa0525609abd--