-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build of tv11 fails on M2 Mac #2221
Comments
I believe this is the fix: aap/pdp11#23 |
@eswenson1 can you verify whether the fix works for you? |
I don’t know. I can’t build that code:
It looks like that fix was merged to aap/pdp11 master branch. That is what I tried building. |
And if I build with the more generic cc command line that I see in the "its" repository when it builds tv11, I see this:
Note that tv.c compiles, but tv11.o gives the warning. Is that ok? |
I did manage to get it to compile by getting rid of the
There are lots of warnings though:
|
The warnings look harmless, so I believe tv11 should work fine. |
Yes, but I had to get rid of that cc option in the makefile to get it to compile on the M2 Mac. So there should be some macOS conditionalization in there. |
I am getting the same errors when building pdp10-ka on Mac OS, this is an Intel iMac with Venrura 13.3.6 and the latest Xcode tools. I checked
Here is the Makefile from
|
After further inspection I noticed that tv.c was missing the include for util.h and util.h was also missing from the folder. I manually added those and now tv11 builds fine. It looks like aap/pdp11#22 was not merged correctly or part of the merge was nuked later. |
[like] Mike Kostersitz reacted to your message:
…________________________________
From: Lars Brinkhoff ***@***.***>
Sent: Friday, January 19, 2024 3:09:40 PM
To: PDP-10/its ***@***.***>
Cc: Mike Kostersitz ***@***.***>; Comment ***@***.***>
Subject: Re: [PDP-10/its] Build of tv11 fails on M2 Mac (Issue #2221)
The latest master on GitHub does have the util.h include and other changes from #22<#22>/#23<https://github.com/PDP-10/its/issues/23>. But it could be that the ITS repository doesn't have the latest commit for the tv11 submodule.
—
Reply to this email directly, view it on GitHub<#2221 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASO6P5IUUSU3ZPUBRST2QGTYPKEDJAVCNFSM6AAAAAA464MG66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBQGU4TMMJSGE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Did a build, all went well (including a build pdp10-ka KA ITS), until we tried to build tv11. Got this:
The text was updated successfully, but these errors were encountered: