Hi Shane,
Removing the compile argument won't help (leads to errors somewhere
else).
I think that the most expedient solution is Ramkrishnan's.
In order to catch this sort of errors, some sort of "continuous
integration" would be needed.
I have no idea how this could be done without investing into a real Mac
machine, which is costly.
I reported the error to the person shown in the Hg commits; there was
unfortunately no response yet.
Does anyone know which is the proper channel to report issues with
Inferno?
Shane, I'm just curious: did you try to install Inferno for reasons
similar to mine (here below)?
In tried to install Inferno because I thought that it was the simplest
way to access (at least the file system of) my Plan9 Raspberry Pi from
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
remote file system locally.
Cheers,
Dante
On 21.07.2014 04:55, Shane Morris wrote:
Hello again 9fans,
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:
shanes-air-2:inferno-os boris$ PATH=`pwd`/MacOSX/386/bin:$PATH mk
install
(cd lib9; mk install)
cc -c -arch i386 -mmacosx-version-min=10.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 ... : exit status=exit(1)
mk: for j in ... : exit status=exit(1)
shanes-air-2:inferno-os boris$
Does anyone have any insight?
Many thanks!
Shane.