iMadper has quit [Remote host closed the connection]
iMadper has joined #ponylang
<SeanTAllen>
kaikuchn: we are ready
<kaikuchn>
Ok, first question: I'm getting a bunch of linker warnings when compiling. I've installed ponyc using homebrew on OSX, I'm on Mojave (10.14.13). Warnings are all like this: ld: warning: object file (/usr/local/Cellar/ponyc/0.26.0/lib/native/libponyrt.a(heap.o)) was built for newer OSX version (10.9) than being linked (10.8)
<kaikuchn>
Probably nothing serious, but I like my output warning free. (Haven't programmed C++ in years, still have nightmares involving boost libraries)
<jemc>
yeah, some people have been seeing that recently - I'm not an OSX user (though many other Pony contributors are), and I'm not sure what we can do about it - the warning is coming from `ld`, not from us
<kaikuchn>
Ah okay, anything I can do?
<slfritchie>
I see that linker warning all the time and ignore it. Mine says`ld: warning: object file (/Users/scott/s/src/wallaroo/machida/build/libpython-wallaroo.a(python-wallaroo.o)) was built for newer OSX version (10.12) than being linked (10.8)`.
<kaikuchn>
I assume it will go away if I change the -macosx_version_min linker flag from 10.8 to 10.9
<kaikuchn>
Jup, ponyc --linker="ld -macosx_version_min 10.9" does it for me.
<kaikuchn>
Any chance I can influence the default `-macosx_version_min` parameter? Otherwise I'll just come up with an alias for my shell.
<jemc>
does `LDFLAGS="-macosx_version_min 10.9"` do it?
<jemc>
(as an environment variable)
<kaikuchn>
Nope
<kaikuchn>
tried it inline and exporting it
<kaikuchn>
I'm gonna try what happens if I don't pour a bottle, but instead have homebrew build ponyc on my machine.
<kaikuchn>
Okay, that changes the default linker flag from 10.8 to 10.12, warnings are now gone.
doesntgolf has quit [Ping timeout: 255 seconds]
iMadper has quit [Ping timeout: 250 seconds]
doesntgolf has joined #ponylang
travis-ci has joined #ponylang
<travis-ci>
ponylang/ponyc#5690 (master - c42ccd3 : Wink Saville): The build has errored.