egg changed the topic of #principia to: Logs: https://esper.irclog.whitequark.org/principia | <scott_manley> anyone that doubts the wisdom of retrograde bop needs to get the hell out | https://xkcd.com/323/ | <egg> calculating the influence of lamont on Pluto is a bit silly…
egg|anbo|egg__ has joined #principia
egg|anbo|egg_ has quit [Ping timeout: 189 seconds]
Jesin has quit [Read error: Connection reset by peer]
egg|anbo|egg has quit [Remote host closed the connection]
Jesin has joined #principia
egg|cell|egg has joined #principia
egg|anbo|egg has joined #principia
egg|anbo|egg has quit [Remote host closed the connection]
egg|cell|egg has quit [Ping timeout: 198 seconds]
egg|cell|egg has joined #principia
egg|anbo|egg has joined #principia
egg|anbo|egg has quit [Remote host closed the connection]
egg|cell|egg has quit [Ping timeout: 189 seconds]
egg|anbo|egg has joined #principia
Jesin has quit [Quit: Leaving]
<_whitenotifier>
[Principia] eggrobin opened pull request #3061: Fix some constants - https://git.io/JCmk7
<queqiao->
⟨§κyℓαr ♀⟩ My daily-driver desktop has Guix as the package manager, and guix (sadly not the guixsd distro yet) has support for powerpc so I imagine most of what I do on that desktop could probably run fine on powerpc?
<queqiao->
⟨rsparkyc⟩ apparently my desktop doesn't like building principia while mining ethereum over a VNC connection
<queqiao->
⟨Al2Me6⟩ Building Principia alone brings my machine to its knees 😂
<queqiao->
⟨Sir Mortimer⟩ Why is kerbalism not on ckan?
<queqiao->
⟨Sir Mortimer⟩ I'll file a formal complaint.
<queqiao->
⟨Sir Mortimer⟩ Thanks @Stonesmile
<queqiao->
⟨rsparkyc⟩ it's funny, because i'll play KSP on it while i let the GPU continue mining
<queqiao->
⟨Stonesmile⟩ Kerbalism is definetly on CKAN
<queqiao->
⟨Sir Mortimer⟩ The default config is, the core mod doesn't appear in my list.
<queqiao->
⟨egg⟩ (and now that you have build the dependencies you won’t need to rebuild_all, just build Principia directly
<queqiao->
⟨egg⟩ (and now that you have build the dependencies you won’t need to rebuild_all, just build Principia direct) (edited)
<queqiao->
⟨egg⟩ (and now that you have build the dependencies you won’t need to rebuild_all, just build Principia directly) (edited)
<queqiao->
⟨egg⟩ (and now that you have built the dependencies you won’t need to rebuild_all, just build Principia directly) (edited)
<queqiao->
⟨rsparkyc⟩ ok, let me pull up that file
<queqiao->
⟨rsparkyc⟩ what should I adjust those version numbers to?
<queqiao->
⟨egg⟩ add the value for the compiler you are using
<queqiao->
⟨egg⟩ (which you might be able to get from hovering over the macro with intellisense, but mostly I leave it as an exercise to the reader)
<queqiao->
⟨rsparkyc⟩ ahhhh
<queqiao->
⟨rsparkyc⟩ thanks for making me not exercise too much 🙂
<queqiao->
⟨rsparkyc⟩ of course it was just the last one there + 1
<queqiao->
⟨rsparkyc⟩ of course it was just the last one there +1 (edited)
<queqiao->
⟨Al2Me6⟩ That would've been useful to know when I tried to compile Principia last time 😂
<queqiao->
⟨rsparkyc⟩ ok, now just using visual studio to rebuild the principia solution
<queqiao->
⟨rsparkyc⟩ i honestly think i had to do something similar back when i did this in december
<queqiao->
⟨rsparkyc⟩ will this build a cross-platform output (will I be able to use this build on windows on my macos install)
<queqiao->
⟨rsparkyc⟩ well in the output i saw that the base project had a failure, but it's still going. Might need to just build that to see what it was
<queqiao->
⟨rsparkyc⟩ ok, manually rebuilt the base project and that worked, weird it didn't work before
<queqiao->
⟨rsparkyc⟩ (this is the only project I know that uses non ASCII characters in filenames)
<queqiao->
⟨egg⟩ nope, for that you need to do a mac build, and that is a rather different procedure
<queqiao->
⟨rsparkyc⟩ Ahh, bummer. I had tried building on my mac, but it failed and I didn’t want to try harder…
<queqiao->
⟨rnlahaye⟩ In theory, the 1.12 issue only affects the Windows build. You could try taking Grossmann, deleting the Windows binary (which is not needed on macOS), and enabling 1.12 via the version check override. Disclaimer: I have not tried this.
armed_troop has quit [Ping timeout: 198 seconds]
<queqiao->
⟨DRVeyl⟩ I was *completely* with you right until the end. Seriously, chocolate or bust.
<queqiao->
⟨egg⟩ I don’t think it would ? The magical version checking code is something that is part of KSP’s plugin loading logic, and which should apply cross-platform
<queqiao->
⟨egg⟩ oh, right, if you delete the Windows DLLs it won’t find them
<queqiao->
⟨egg⟩ so it won’t try to version the things (that it can’t load later anyway)
<queqiao->
⟨egg⟩ (this bug is apparently so dumb that I cannot reason about it)
<queqiao->
⟨egg⟩ (also, good to see you around on here!)
<queqiao->
⟨rsparkyc⟩ Interesting, I’ll have to try that.