Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not allow dynamic exception specifications #186

Open
itJunky opened this issue Feb 22, 2022 · 9 comments
Open

does not allow dynamic exception specifications #186

itJunky opened this issue Feb 22, 2022 · 9 comments

Comments

@itJunky
Copy link

itJunky commented Feb 22, 2022

gigablast_not_make
Trying to make source codes on celeron

@SaptakBhoumik
Copy link

Use c++14

@itJunky
Copy link
Author

itJunky commented Feb 22, 2022

Thanks, set it in Makefile but next error (
gibi_2

@SaptakBhoumik
Copy link

SaptakBhoumik commented Feb 22, 2022

Try using c++98 or 11

It is most probably because modern c++ is much more strongly typed

If it doesn't work then you have to manually cast those pointer in the source code

@SaptakBhoumik
Copy link

Did that work for you?

@itJunky
Copy link
Author

itJunky commented Feb 23, 2022

-std=c++11 doesn't work for me (

@SaptakBhoumik
Copy link

That's extremely weird. Please try again with c++98.

If it still doesn't work then I don't know what's the issue

@tcreek
Copy link

tcreek commented Mar 3, 2022

Just to let you know. I compiled this just now on a Celeron N3050. It's a horrible under powered dual core. EVen many older ATOM processors outperform this thing from 2015.

The compiling went just fine. Maybe you are using a very old Celeron?

@itJunky
Copy link
Author

itJunky commented Mar 15, 2022

model name : Intel(R) Celeron(R) G4920 CPU @ 3.20GHz

@tcreek
Copy link

tcreek commented Mar 16, 2022

The one you are using is from 2018. I compiled it on Debian 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants