ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
<GitHub31> [zig] andrewrk pushed 1 new commit to master: https://git.io/vNnSC
<GitHub31> zig/master e7e7625 Andrew Kelley: Merge pull request #687 from zig-lang/sha2...
<GitHub45> [zig] andrewrk closed pull request #687: Add Sha2 functions (master...sha2) https://git.io/vNZFH
<lqd> it would be cool if some of the work on the compiler was livestreamed :)
nc-x has joined #zig
nc-x has quit [Ping timeout: 260 seconds]
mahmudov has quit [Ping timeout: 268 seconds]
cenomla has quit [Quit: cenomla]
mahmudov has joined #zig
mahmudov has quit [Quit: Leaving]
mahmudov has joined #zig
mahmudov has quit [Ping timeout: 256 seconds]
lqd has quit [Quit: Updating details, brb]
lqd has joined #zig
Tobba has quit [Remote host closed the connection]
Tobba has joined #zig
mahmudov has joined #zig
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
cenomla_ has joined #zig
hoppetosse has joined #zig
cenomla_ has quit [Quit: cenomla_]
mahmudov has quit [Quit: Leaving]
mahmudov has joined #zig
hoppetosse has quit [Read error: Connection reset by peer]
hoppetosse has joined #zig
<hoppetosse> andrewrk: I'm getting some link errors when building zing on windows
<hoppetosse> I'm following the wiki, and getting a few thousand lines of "mismatch detected in _____ value 0 does not equal 2 in analyze.obj
<hoppetosse> The ____ is usually a 'RuntimeLibrary' or 'ITERATOR_DEBUG_LEVEL'
<andrewrk> hoppetosse, hmm can you paste me the first error?
<andrewrk> it's building successfully on my windows laptop and appveyor. let's try to figure out what's different about your system
<hoppetosse> the command prompt doesn't go that far
<andrewrk> I think you can do 2>stderr.txt
arBmind has joined #zig
mahmudov has quit [Quit: Leaving]
<hoppetosse> I think 2> is only unix, got an empty file
<hoppetosse> ctrl-c'd it as soon as the error came up
<hoppetosse> I'm on windows 10
<hoppetosse> and I just realised what might be goin on, just a sec
<hoppetosse> I'm suspecting it might be trying to use the wrong version of msvc
<hoppetosse> I assume launching from the 2015 command prompt would choose the right compiler, but cmake uses rc.exe and it might be causing a conflict if it's the wrong one?
<hoppetosse> all of that seems in order
<andrewrk> hoppetosse, are you compiling zig with the same thing you compiled LLVM/clang with?
<andrewrk> suggests accidentally mixing release and debug dlls
<andrewrk> are you trying to do a debug or a release build?
<hoppetosse> debug, I'll try release
<hoppetosse> I think I'm using llvm in release, that might be an issue
<hoppetosse> I'll try sort this, thanks
<andrewrk> I was not able to successfully mix llvm release with zig debug, or vice versa
<andrewrk> on windows
<andrewrk> I have 2 builds - one completely debug, one completely release
<andrewrk> I use the release one, until I run into an issue, then I switch to the debug one to use the debugger
<GitHub104> [zig] andrewrk pushed 1 new commit to master: https://git.io/vNcVv
<GitHub104> zig/master 793f031 Andrew Kelley: remove 32-bit windows from supported targets list...
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
<hoppetosse> didn't manage even a release build. I'll try a clean install tomorrow
hoppetosse has quit [Ping timeout: 248 seconds]
hoppetosse has joined #zig
cenomla has quit [Quit: cenomla]
cenomla has joined #zig