Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
dude. come on!
what lang do you think gcc source is?
one of the hallmarks of a programing lang status - is having its own compiler/runtime created with that lnag. -
@iiii it’s redundant firstly and the only reason I was considering building it was to build googles shitty BaZel build tool to build tensorflow
Which btw comes with a whole bunch of build errors of its own !
Speaking of which
Let’s say I have one limits.h which is the stl
But the build ALSO requires the contents of a different limits.h
And the errors first pumped out are solved by a #include<limits>
But this pulls the first limits.h
Do I solve the issue by directly specifying the path to the other limits.h ?
Bazel wtf -
Kind of ridiculous a language likely written in c++ would require itself to compile was my point in this post
-
@iiii eh.... basic bootstrapping requiring me to download another 100+ mb archive first that is a version back and does the same thing ?
basic bootstrapping can eat me. -
@Demolishun yeah. but thats different :P its c++. its the core language of the os, so upwards cross compilation makes sense. but as someone said you could use any c++ compiler of the same gen to do it, and I bet you don't have to go a version back to even compile with the same compiler.
and think on this. if i did that with gcc it would to step forward, not to step back several gens because google relies on a custom build system that only uses jdk 8 and 11
Omfg !
random