Skip to content

Fixing linux build errors.#2

Open
raydelto wants to merge 5 commits intorroa:masterfrom
raydelto:master
Open

Fixing linux build errors.#2
raydelto wants to merge 5 commits intorroa:masterfrom
raydelto:master

Conversation

@raydelto
Copy link
Contributor

@raydelto raydelto commented Jun 6, 2020

I've made some minor changes in order to make the code able to build on Ubuntu 20.04 LTS.

Makefile Outdated
@@ -1,7 +1,7 @@
CC=clang++
CC=g++
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive by comment: I don't think changing the compiler is necessary. There don't seem to be g++ specific extensions or peculiarities being used anywhere. Perhaps whomever wants to compile with (not clang++) can be specified as a environment variable? (à la make -CC=g++). <3 ltns, hope you're doing well Ray

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch @iajrz. I didn't mean to commit that particular change. I changed the compiler locally since I didn't have clang++ installed on my system. I'll update the Pull Request to remove this compiler change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done @iajrz . I've set the compiler back to clang++.

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

Successfully merging this pull request may close these issues.

2 participants