constexpr-8cc icon indicating copy to clipboard operation
constexpr-8cc copied to clipboard

how to compiler

Open WilliamWangPeng opened this issue 3 years ago • 1 comments

HI dear author,
It's truly a honor to write a letter to you, I'm building your project nowadays and found the error when building as following, I wonder if there is a chance that you know the reason? :)

image

thank you
best regards to you
William

WilliamWangPeng avatar May 22 '21 09:05 WilliamWangPeng

The error meant that g++-6 was not installed on your system. Although I had hard-coded the command g++-6 in the script, it doesn't make sense to specify the version of g++ in this way. Also, g++-6 is outdated nowadays. I just updated run_8cc.py, so please pull the change and try it again.

keiichiw avatar May 23 '21 17:05 keiichiw