(base) tesselgrubben@MacTG src % make -k
Makefile:108: /Makefile.defs: No such file or directory
make: *** No rule to make target `/Makefile.defs'.
make: Failed to remake makefile `/Makefile.defs'.
cc -O2 -DLIBDIR=\"`pwd`\" \
-DCC99="\"\"" \
-DCPP99="\"\"" \
-DCADNACC="\"\"" \
-DBASILISK="\"\"" \
qcc.c include.o rotate.o -o qcc
cd kdt && make
make[1]: Nothing to be done for `all'.
cd darcsit && make && cd cgi-bin && make
make[1]: Nothing to be done for `all'.
chmod 755 darcsit
cd gl && make libfb_dumb.a libglutils.a
make[1]: `libfb_dumb.a' is up to date.
bison parser.y
parser.y:73.1-6: invalid directive: `%param'
parser.y:73.8-22: syntax error, unexpected {...}
make[1]: *** [parser.tab.c] Error 1
make[1]: Target `libglutils.a' not remade because of errors.
make: *** [libfb_dumb] Error 2
cd wsServer && make
gcc -std=c99 -Wno-unused-result -Wno-unused-function /Users/tesselgrubben/FDSE/basilisk/src/wsServer/src/ws.c -g -Wall -pipe -DDUMBGL -O2 -I /Users/tesselgrubben/FDSE/basilisk/src/wsServer/include -c -o /Users/tesselgrubben/FDSE/basilisk/src/wsServer/src/ws.o
/Users/tesselgrubben/FDSE/basilisk/src/wsServer/src/ws.c:304:34: error: use of
undeclared identifier 'MSG_NOSIGNAL'
return send (sockfd, buf, len, MSG_NOSIGNAL);
^
1 error generated.
make[1]: *** [/Users/tesselgrubben/FDSE/basilisk/src/wsServer/src/ws.o] Error 1
make[1]: Target `all' not remade because of errors.
make: *** [libws] Error 2
make: *** No rule to make target `bview.s', needed by `bview2D'.
make: Target `all' not remade because of errors.
How can I solve this?
Cheers,
Tessel
qcc.lex:2920:33: warning: explicitly assigning value of variable of type 'int'
to itself [-Wself-assign]
int s = system (command); s = s;
And this error is still there as well:
/Users/tesselgrubben/FDSE/basilisk/src/wsServer/src/ws.c:304:34: error: use of
undeclared identifier 'MSG_NOSIGNAL'
return send (sockfd, buf, len, MSG_NOSIGNAL);
Any suggestions on what else I could try?
--
You received this message because you are subscribed to the Google Groups "basilisk-fr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to basilisk-fr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/basilisk-fr/e1d8b51a-c1ea-4057-b528-c5d3c24289a4n%40googlegroups.com.
Stéphane
PS: another solution based on Docker was proposed a while ago by Stefan Llewellyn Smith (look in the mailing list archives). This could also be included in the docs.
Your patch is a bit mysterious to me since you mention adaptation to Intel but there is no much that is ARM-specific ?
You also say " Note here that the macport packages need to be read before the native packages.If not, a problem occurs with bison and parser.y" I have not clue what the "native packages" are ? I do have problems with bison I just
--
You received this message because you are subscribed to the Google Groups "basilisk-fr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to basilisk-fr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/basilisk-fr/9E07FA68-B49D-4239-B153-2F454A8EBB02%40upmc.fr.
If Mac users are serious about still using a Mac and using Basilisk, I believe it would be good if "somebody" (you? :) ) took care to reorganise / update / maintain the existing docs on the wiki.
sudo apt install darcs flex bison make gawk- when I install flex using MacPorts it replaces the original flex of MacOSX and an error unsues:lex.yy.c:1935:12: error: static declaration of 'yyget_leng' follows non-static declarationI then needed to uninstall flex ! I had the same problem two years ago.
To view this discussion on the web visit https://groups.google.com/d/msgid/basilisk-fr/CAP4WhaDdjL3r7WT0VtE_VFN5MrDcKYfOtvOZbTTWv5RWWwYGVw%40mail.gmail.com.
<basilisk_with_macport_ARM.zip>