What are some weird compilation errors you experienced user?

what are some weird compilation errors you experienced user?

Attached: 18984785.png (700x526, 511K)

What's that?

Attached: opengraph-icon-200x200.png (200x200, 8K)

>python

>Indentation error: you fucking put a tab instead of four spaces on this one line. Fix now REEEEEEEE

Error: undefined error

Python itself isn't too bad, but compiling pandas and all the packages it depends on can take a while.

Try compiling with: gcc -masm=intel.

int cs;

int main(int argc, char **argv){
cs = 10;
printf("%d\n", cs);
return cs;
}

What's wrong with it?

gcc's assembler is too dumb to realise that cs is a globabl variable, not a register. Also, what identifiers do and don't cause issues change based on the -masm flag.

>try switching from C to C++ for a project
>replace cglm with glm
>rewrite every cglm call to do the glm equivalent
>straightforward, right?
>eleven billion template errors, all of them inside glm
>nothing to even hint at where the problem in my code is
>you should be able to see where the first template gets instantiated, right?
>nope, it's glm all the way down
>spend hours digging through error messages and trying to figure it out
>give up
thank you clang for having the best error messages in the industry

Why not use gcc instead?

that would have been a decent idea but didn't occur to me at the time.
it was a doomed effort from the start, anyway. turns out cglm is a lot more usable than glm even when you're not stumbling over template errors. at least for me.

Mixing indentation is a crime punishable by death
I fucking hate when I start at a new job and all code is unformatted. Need to run pyflakes, isort and black on everything.

Warning: No one loves you (line 1 , column 1)
Warning: You missed out on a good portion of your life trying to be perfect and proper (line 37, column 3)
Warning: You should've asked her out while you had the chance (Line 37, column 4
Warning: Maybe you should've lived life a little (Line 142, column 1)
Error: Regret buffer overflow
Error: Expected a semicolon ';' (line 100, column 24)

Attached: 1482512702323.jpg (500x375, 18K)

haha bro just go to bars and smile and be funny bro

Just don't make variables after registers

Bumping because this is better than most of the catalog.

Patsy is so fucking hot
I want to be stuck alone with her at camp and after months she gets desperate as I'm the only one there

#include "string.h"

int time=0

IOException: file "reasons_to_live.txt" does not exists.

crunge

> go to EOS hackathon
> $100k top prize
> their tooling is in C++
> C++ with "extensions"
> extensions based on insane combinations of macros and templates
> the slightest typo leads to thousands of lines of incomprehensible error messages
> time would be better spent trying to decypher linear a
> only people who got anything to work were people who had been to previous EOS hackathons
> all the winning projects have become vaporware

C++ is trash, and 99% of the blockchain industry is a joke.

>;
FUCK