jemc changed the topic of #ponylang to: Welcome! Please check out our Code of Conduct => https://github.com/ponylang/ponyc/blob/master/CODE_OF_CONDUCT.md | Public IRC logs are available => http://irclog.whitequark.org/ponylang | Please consider joining our Slack server => https://www.ponylang.io/get-slack-invite
acarrico has quit [Ping timeout: 245 seconds]
acarrico has joined #ponylang
acarrico has quit [Ping timeout: 250 seconds]
doesntgolf has quit [Ping timeout: 272 seconds]
acarrico has joined #ponylang
PrsPrsBK has quit [Quit: PrsPrsBK]
pzel has joined #ponylang
pzel has quit [Ping timeout: 250 seconds]
endformationage has quit [Ping timeout: 246 seconds]
pzel has joined #ponylang
pzel has quit [Ping timeout: 246 seconds]
pzel has joined #ponylang
pzel has quit [Ping timeout: 255 seconds]
kempe has quit [Ping timeout: 245 seconds]
iMadper has joined #ponylang
kempe has joined #ponylang
PrsPrsBK has joined #ponylang
pzel has joined #ponylang
pzel has quit [Ping timeout: 240 seconds]
pzel has joined #ponylang
fanta7531 has joined #ponylang
pzel has quit [Ping timeout: 246 seconds]
fanta7531 has quit [Quit: fanta7531]
pzel has joined #ponylang
fanta7531 has joined #ponylang
fanta7531 is now known as fanta7531|away
jemc has joined #ponylang
endformationage has joined #ponylang
doesntgolf has joined #ponylang
kaikuchn has joined #ponylang
<kaikuchn> Hi folks, I'm about to take my first steps with Pony, be prepared for questions! :)
<jemc> kaikuchn: cool! we're happy to answer questions
<jemc> if for some reason you don't get a response here because people aren't around, you may also want to try our Slack (https://www.ponylang.io/get-slack-invite)
fanta7531|away has quit [Quit: fanta7531|away]
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.
travis-ci has left #ponylang [#ponylang]
pzel has quit [Ping timeout: 246 seconds]
kaikuchn has quit []
doesntgolf has quit [Remote host closed the connection]
pzel has joined #ponylang
pzel has quit [Ping timeout: 246 seconds]
jemc has quit [Ping timeout: 240 seconds]
jemc has joined #ponylang