<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Well -- I can take your word for it, and be of no help ...  or you can show us the exact link line, with -Wl,-lobjc added to it, and the failure.<div><br></div><div><br><div><br></div><div>Ken</div><div><br></div><div><div><br><blockquote type="cite"><div>On Jun 10, 2024, at 9:19 AM, Gagan Sidhu <broly@mac.com> wrote:</div><br class="Apple-interchange-newline"><div><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">the output is no different with the -lobjc, which is why i said with or without lobjc<div><br></div><div>it’s the exact same as below.</div><div><br><div>
<div dir="auto" style="caret-color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">Thanks,</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">Gagan</div></div></div>
</div>
<div><br><blockquote type="cite"><div>On Jun 10, 2024, at 10:17 AM, Ken Cunningham <<a href="mailto:ken.cunningham.webuse@gmail.com">ken.cunningham.webuse@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div><div>Yes but I still don't see -lobjc on your link line...<br><br>K<br><br><br><br><blockquote type="cite">On Jun 10, 2024, at 9:15 AM, Gagan Sidhu via macports-dev <<a href="mailto:macports-dev@lists.macports.org">macports-dev@lists.macports.org</a>> wrote:<br><br>oh does the list parse out indented comments? if so my apologies!<br><br>the original error is this:<br><br>GagansMacPro:updater Gagan$ /opt/local/bin/ccache /opt/local/bin/clang++ -isysroot /Users/Gagan/.mozbuild/MacOSX14.4.sdk -objc -mmacosx-version-min=10.7 -stdlib=libc++ -o ../../../../dist/bin/org.mozilla.updater -fstack-protector-strong -fno-sized-deallocation -fno-aligned-new -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -gdwarf-4 -fno-omit-frame-pointer -funwind-tables -Wl,@/Users/Gagan/Downloads/mozilla-unified/obj-x86_64-apple-darwin18.7.0/toolkit/mozapps/update/updater/org_mozilla_updater.list    -fuse-ld=lld -fstack-protector-strong -Wl,-rpath,@executable_path/../Frameworks/UpdateSettings.framework -sectcreate __TEXT __info_plist /Users/Gagan/Downloads/mozilla-unified/obj-x86_64-apple-darwin18.7.0/dist/bin/Info.plist -sectcreate __TEXT __launchd_plist /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/Launchd.plist  ../../../../build/pure_virtual/libpure_virtual.a -Wl,-rpath,@executable_path ../../../../dist/bin/UpdateSettings -framework Security -framework Cocoa -framework SystemConfiguration<br>ld64.lld: error: undefined symbol: OBJC_CLASS_$_NSObject<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/launchchild_osx.mm<br>             launchchild_osx.o:(symbol OBJC_CLASS_$_ElevatedUpdateServer+0x8)<br>referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/progressui_osx.mm<br>             progressui_osx.o:(symbol OBJC_CLASS_$_UpdaterUI+0x8)<br></blockquote></blockquote></blockquote><br>ld64.lld: error: undefined symbol: OBJC_METACLASS_$_NSObject<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/launchchild_osx.mm<br>             launchchild_osx.o:(symbol OBJC_METACLASS_$_ElevatedUpdateServer+0x8)<br>referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/launchchild_osx.mm<br>             launchchild_osx.o:(symbol OBJC_METACLASS_$_ElevatedUpdateServer+0x0)<br>referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/progressui_osx.mm<br>             progressui_osx.o:(symbol OBJC_METACLASS_$_UpdaterUI+0x8)<br>referenced 1 more times<br></blockquote></blockquote></blockquote><br><br>with or without -lobjc<br><br>Thanks,<br>Gagan<br><br><blockquote type="cite">On Jun 10, 2024, at 10:14 AM, Ken Cunningham <<a href="mailto:ken.cunningham.webuse@gmail.com">ken.cunningham.webuse@gmail.com</a>> wrote:<br><br>I can't see lobjc on the link line.<br><br>Could you show us a failed link with it there?<br><br>Thx<br><br><br><br><blockquote type="cite">On Jun 10, 2024, at 8:51 AM, Gagan Sidhu via macports-dev <<a href="mailto:macports-dev@lists.macports.org">macports-dev@lists.macports.org</a>> wrote:<br><br><br><blockquote type="cite">GagansMacPro:updater Gagan$ /opt/local/bin/ccache /opt/local/bin/clang++ -isysroot /Users/Gagan/.mozbuild/MacOSX14.4.sdk -mmacosx-version-min=10.7 -stdlib=libc++ -o ../../../../dist/bin/org.mozilla.updater -fstack-protector-strong -fno-sized-deallocation -fno-aligned-new -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -gdwarf-4 -fno-omit-frame-pointer -funwind-tables -Wl,@/Users/Gagan/Downloads/mozilla-unified/obj-x86_64-apple-darwin18.7.0/toolkit/mozapps/update/updater/org_mozilla_updater.list    -fuse-ld=lld -fstack-protector-strong -Wl,-rpath,@executable_path/../Frameworks/UpdateSettings.framework -sectcreate __TEXT __info_plist /Users/Gagan/Downloads/mozilla-unified/obj-x86_64-apple-darwin18.7.0/dist/bin/Info.plist -sectcreate __TEXT __launchd_plist /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/Launchd.plist  ../../../../build/pure_virtual/libpure_virtual.a -Wl,-rpath,@executable_path ../../../../dist/bin/UpdateSettings -framework Security -framework Cocoa -framework SystemConfiguration<br></blockquote><br>with or without -lobjc still produces the same undefined symbol error.<br><br>sorry for the duplicate message ken. forgot to send it ot the mailer.<br><br><blockquote type="cite"><br><blockquote type="cite">On Jun 10, 2024, at 9:45 AM, Ken Cunningham <<a href="mailto:ken.cunningham.webuse@gmail.com">ken.cunningham.webuse@gmail.com</a>> wrote:<br><br>It's easier to help if we can see the link line you're using, but in short you need to make sure that lobjc is in the link libs, sometimes by explicitly adding it:<br><br>LDFLAGS="$LDFLAGS -framework Cocoa -lobjc"<br><br>K<br><br><blockquote type="cite">On Jun 10, 2024, at 8:08 AM, Gagan Sidhu via macports-dev <<a href="mailto:macports-dev@lists.macports.org">macports-dev@lists.macports.org</a>> wrote:<br><br>hi team,<br><br>first of all, i just built the clang-18 properly and wow am i amazed. here i was asking about wasm and stuff, i should have been a little more thorough, my bad.<br><span class="Apple-tab-span" style="white-space:pre"> </span>-really this thing is a work of art. great yob<br><br>now to my question, which i also posted to stackexchange(<a href="https://stackoverflow.com/questions/78602533/using-nsobject-with-modern-os-x-sdk-14-4-and-10-7-macosx-deployment-target">https://stackoverflow.com/questions/78602533/using-nsobject-with-modern-os-x-sdk-14-4-and-10-7-macosx-deployment-target</a>)<br><br>briefly: the NSObject class moved from the runtime to Foundation from Lion to Mountain Lion.<br><br>so there is a little bit of a “hole” in trying to compile for a 10.7 target using an SDK that is >=10.8:<br><br><blockquote type="cite">ld64.lld: error: undefined symbol: OBJC_CLASS_$_NSObject<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/launchchild_osx.mm<br>           launchchild_osx.o:(symbol OBJC_CLASS_$_ElevatedUpdateServer+0x8)<br>referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/progressui_osx.mm<br>           progressui_osx.o:(symbol OBJC_CLASS_$_UpdaterUI+0x8)<br></blockquote></blockquote></blockquote><br>ld64.lld: error: undefined symbol: OBJC_METACLASS_$_NSObject<br><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/launchchild_osx.mm<br>           launchchild_osx.o:(symbol OBJC_METACLASS_$_ElevatedUpdateServer+0x8)<br>referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/launchchild_osx.mm<br>           launchchild_osx.o:(symbol OBJC_METACLASS_$_ElevatedUpdateServer+0x0)<br>referenced by /Users/Gagan/Downloads/mozilla-unified/toolkit/mozapps/update/updater/progressui_osx.mm<br>           progressui_osx.o:(symbol OBJC_METACLASS_$_UpdaterUI+0x8)<br>referenced 1 more times<br></blockquote></blockquote></blockquote>clang++: error: linker command failed with exit code 1 (use -v to see invocation)<br></blockquote><br><br>usually it will say something like this because, as is obvious to this educated and sharp crowd, the >=10.8 objc runtime will not have NSObject like 10.7, and thus there is no framework we can link for a 10.7 target to get NSObject.<br><br>have any of you vets dealt this issew? is there a simple way? i haven’t thought too hard about trying to use an OSObject but i’m open to alternatives.<br><br>maybe duplicating the class and renaming any usage with a macro? i was hoping for sokmething cleaner tho.<br><br>Thanks,<br>Gagan<br><br></blockquote><br></blockquote><br></blockquote><br></blockquote><br></blockquote><br></blockquote><br></div></div></blockquote></div><br></div></div></div></blockquote></div><br></div></div></body></html>