From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Mon, 21 Jul 2014 10:12:52 +0200 From: dante To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: References: Message-ID: <59ac5e6737de55e5c2256b10713a8cf0@posteo.de> User-Agent: Posteo Webmail Subject: Re: [9fans] Compiler Message Topicbox-Message-UUID: 0805ce7e-ead9-11e9-9d60-3106f5b1d025 Hi Shane, Removing the compile argument won't help (leads to errors somewhere=20 else). I think that the most expedient solution is Ramkrishnan's. In order to catch this sort of errors, some sort of "continuous=20 integration" would be needed. I have no idea how this could be done without investing into a real Mac=20 machine, which is costly. I reported the error to the person shown in the Hg commits; there was=20 unfortunately no response yet. Does anyone know which is the proper channel to report issues with=20 Inferno? Shane, I'm just curious: did you try to install Inferno for reasons=20 similar to mine (here below)? In tried to install Inferno because I thought that it was the simplest=20 way to access (at least the file system of) my Plan9 Raspberry Pi from=20 my Mac. The other solutions I tried are awkward: 1. Plan9 under Virtual Box (don't want to pay for VMWare/Parallels). Configured network card according to Richard Miller's suggestion. Boots, but sometimes it doesn't, requiring to restart the program. Network works only sometimes. 2. Plan9 from user space, installed over Brew. It works, but I don't see there any way to import (mount) the=20 remote file system locally. Cheers, Dante On 21.07.2014 04:55, Shane Morris wrote: > Hello again 9fans, >=20 > I'm also trying to compile hosted Inferno for OS X 10.9, all seems to > go well until the "mk install" giving this error message: >=20 > shanes-air-2:inferno-os boris$ PATH=3D`pwd`/MacOSX/386/bin:$PATH mk=20 > install > (cd lib9; mk =C2=A0install) > cc -c -arch i386 -mmacosx-version-min=3D10.4 > -Wno-deprecated-declarations -Wuninitialized -Wunused -Wreturn-type > -Wimplicit -Wno-four-char-constants -Wno-unknown-pragmas -pipe > -fno-strict-aliasing -no-cpp-precomp -mno-fused-madd > -I/Users/boris/Documents/inferno-os/MacOSX/386/include > -I/Users/boris/Documents/inferno-os/include -Os convD2M.c > clang: error: unknown argument: '-mno-fused-madd' > [-Wunused-command-line-argument-hard-error-in-future] > clang: note: this will be a hard error (cannot be downgraded to a > warning) in the future > mk: cc -c -arch ... =C2=A0: exit status=3Dexit(1) > mk: for j in ... =C2=A0: exit status=3Dexit(1) > shanes-air-2:inferno-os boris$ >=20 > Does anyone have any insight? >=20 > Many thanks! >=20 > Shane.