Programming-Principles-and-Practice-Using-Cpp icon indicating copy to clipboard operation
Programming-Principles-and-Practice-Using-Cpp copied to clipboard

How do I use these without makefiles?

Open TinyAtoms opened this issue 6 years ago • 1 comments

Soooo, I can compile the examples from chapter 12 on linux with make (not on windows with MSYS2/cygwin). Thanks a lot for that :) I've slowly gone in a downward spiral of despair in the past few days because no matter how much I tried, I couldn't get anything to work.

I've mostly been using (clan)g++ source1 source2 source3 --std=C++11 maybe some more flags, but that doesn't seem to be enough now. Do you have any suggestions on how to make this work, or should I just suck it up and figure out how to work with makefiles now instead of later?

EDIT: never mind, I think I figured out how to make this work with stuff I want to try out on my own.

TinyAtoms avatar Apr 21 '19 17:04 TinyAtoms

I would love to have a solution, but I did not play with this code in a while and it is definitely possible this code does not work with recent compilers. Try to force a older standard of the language and/of use a older version of the glibc

On Apr 21, 2019, at 10:18 AM, TinyAtoms [email protected] wrote:

Soooo, I can compile the examples from chapter 12 on linux with make (not on windows with MSYS2/cygwin). Thanks a lot for that :) I've slowly gone in a downward spiral of despair in the past few days because no matter how much I tried, I couldn't get anything to work.

The biggest issue I have is I have no clue how to go forward. I've mostly been using (clan)g++ source1 source2 source3 --std=C++11 maybe some more flags, but that doesn't seem to be enough now. Do you have any suggestions on how to make this work, or should I just suck it up and figure out how to work with makefiles?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

whitehatty avatar Apr 21 '19 23:04 whitehatty