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 participating in our mailing lists => https://pony.groups.io/g/pony
jemc has joined #ponylang
c355e3b has joined #ponylang
montanonic has joined #ponylang
c355e3b has quit [Quit: Connection closed for inactivity]
montanonic has quit [Ping timeout: 268 seconds]
amclain has quit [Quit: Leaving]
montanonic has joined #ponylang
M[m]4 has joined #ponylang
The_Brofessor has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jemc has quit [Ping timeout: 260 seconds]
montanonic has quit [Ping timeout: 252 seconds]
montanonic has joined #ponylang
montanonic has quit [Ping timeout: 250 seconds]
montanonic has joined #ponylang
M[m]4 has left #ponylang ["User left"]
montanonic has quit [Remote host closed the connection]
Praetonus has joined #ponylang
_andre has joined #ponylang
Praetonus has quit [Quit: Leaving]
c355e3b has joined #ponylang
Matthias247 has joined #ponylang
[CBR]Unspoken1 has joined #ponylang
[CBR]Unspoken has quit [Ping timeout: 265 seconds]
montanonic has joined #ponylang
emancu has joined #ponylang
jemc has joined #ponylang
emancu has quit []
amclain has joined #ponylang
PonyLover has joined #ponylang
<PonyLover> hello
PonyLover has left #ponylang [#ponylang]
Praetonus has joined #ponylang
montanonic has quit [Ping timeout: 265 seconds]
dinfuehr has joined #ponylang
dinfuehr has quit [Ping timeout: 265 seconds]
dinfuehr has joined #ponylang
jemc has quit [Quit: WeeChat 1.4]
_andre has quit [Quit: leaving]
TwoNotes has joined #ponylang
<TwoNotes> ponyc 0.9.0 on ARM has a problem. It compiled most of my modules OK, but on one it exists with a message "Killed".
<TwoNotes> Could this be because of using LLVM 3.8.0 instead of 3.8.1
<TwoNotes> On x86-64, no problems
jemc has joined #ponylang
<SeanTAllen> we dont support 3.8.0, try 3.8.1. there are known bugs in 3.8.0
<TwoNotes> I have been having trouble even FINDING 3.8.1 for ARM
<TwoNotes> The repos only list the major version numbers
<TwoNotes> There is this for building it from scratch http://www.linuxfromscratch.org/blfs/view/stable/general/llvm.html
<jemc> SeanTAllen: are we doing a sync meeting today?
<sylvanc> yes we're on :)
<TwoNotes> Ok, I have llvm 3.8.1 installed. How to tell the ponyc build process to use it?
Lordovos has joined #ponylang
<Lordovos> Howdy.
<Praetonus> Lordovos: Hi
<Lordovos> I was wondering if anyone could help me diagnose a gaggle of warnings I'm receiving when I compile a Pony program?
<Praetonus> TwoNotes: You can do `make LLVM_CONFIG=path/to/llvm-config-3.8`. If you have other LLVM versions installed you might need to remove them from your PATH temporarily
<Praetonus> Lordovos: Sure. Do you have a gist or something like that?
<Lordovos> @Praetonus: Yeah. one sec.
<Lordovos> My program compiles and runs fine, but I do get a lot of warnings thrown at me.
<Praetonus> Apparently the linker doesn't find the PDB file containing the debug information for the runtime library. It won't affect the behaviour of your program but you won't be able to debug the runtime calls (hopefully you won't need to do that)
<Praetonus> Did you build the compiler from source or did you install a prebuilt version?
<Lordovos> I installed a pre-built version. master-0.9.0-19c1111.
<Praetonus> I'm not sure what's happening. The bintray script is deploying release versions so the linker shouldn't look for debug information
<Lordovos> Strange. If it helps, I'm on Windows 10.
<Praetonus> Can you open an issue on Github so that people familiar with Windows can take a look?
<Lordovos> Sure thing.
jemc has quit [Ping timeout: 265 seconds]
Matthias247 has quit [Read error: Connection reset by peer]