We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
Oh, I did not realized that llvm tools are not in windows binary package. There's another way - I …
»
»
Simon Anciaux
Yes, I was talking about cl.exe. As Halarious said there is no llc.exe in the installer for windo…
»
Halarious
Ah, but I was under the impression that assertions are off in Release builds as stated in the LLVM…
»
Halarious
I haven't really read much of it yet and am not a math expert, but there seems to be some good stu…
»
Mārtiņš Možeiko
I believe he is asking about increasing error limit for cl.exe, not clang-cl.exe. Release build of…
»
Halarious
Yeah, +1 for the -v switch I used it extensively recently, great way to see to what the actual MSV…
»
plb
Unfortunately in my experience BATCH/BASH has been something of a necessary evil. I tried using th…
»
Simon Anciaux
The problem with bat files for me is that the syntax (or my lack of knowledge of the syntax) makes…
»
Todd
AMMMMMEEEENNNNNNN..... I actually have an easier time understanding assembly many times... Bad.
»
Allen Webster
Yeah I have. I do that for the internal 4coder build stuff. But it won't work very well for bui…
»
Simon Anciaux
I found the flag that makes the debug work correctly. It's -gno-column-info. The doesn't give lot…
»
Simon Anciaux
Allen, have you considered replacing the bat and sh scripts with a small C program ?
»
Guntha
Hello Handmade folks, I am here to present you something that I thought should be already existing…
»
Randy Gaul
Sync header ready to go: Favorite part by far is the read/write lock and the threadpool/task syst…
»
David Madrigal-Hernandez
Pretty much what you said earlier in the post sums up why it would fail that way. The program is …
»
David Madrigal-Hernandez
OK, so some updates. The build did indeed work. I guess I was just not checking the paths and not …
»
Pengo
Started working on a hiragana set: Github issues will be a good way to record progress: Also, I …
»
Allen Webster
Yeah this is a known issue, 4coder just fails to look at a network drive. I need to set up a netw…
»
Pengo
Hey Randy! I like that website idea! For now, I reduced the verbosity of the command line: Now, i…
»
plb
I have a usb drive attached to my router and mapped to Z: on Windows. If I try to get 4coder to op…
»
plb
Does it work any better if you run it from a plain old command prompt? That's what I did and it wo…
»
Allen Webster
Huhhh... I don't know why it would make a difference. It's obviously failing to setup cl for you,…
»
David Madrigal-Hernandez
This is the result... pretty cryptic, if you ask me... (o_O) EDIT: Tried in VS Code with some cha…
»
Allen Webster
The error in the Compilation buffer reads "\Microsoft was unexpected at this time"... Not sure w…
»
Allen Webster
That's correct all correct. It's in the generated folder because it is generated by the 4ed pack…
»
David Madrigal-Hernandez
I'm closer to figuring this out. Here is my current output: The error in the Compilation buffer r…
»
plb
I'm not sure about your compilation errors, but once you get those sorted out (and for the benefit…
»
David Madrigal-Hernandez
Yeah, I have the last one installed. Should I wrap that line in quotes?
»
Allen Webster
Yeah, that's the script that's suppose to find your vcvarsall file and run it. Do you have one of…
»