"Prem Patel" <23*7*2*
1@s*u*e*t*u*a*e*u*a*> wrote:
> I have made a function which combines it, and it works but when I add it to the actual code, it is giving an error with one of the files. Another question is, I won't use the old way to compile but I don't understand why I wasnt working when I made the system write the execution. But when I wrote it in the terminal it works.
I can't be 100% sure. If I had to guess it would have something to do with the compiler you are using. E.g. mac vs linux. gcc is more particular wants things done a certain why. I think clang is more lenient. Or in other words I think you are using different compiler for the manual compiling vs the automatic compiling. So, in other words the one that works figures out what you mean and the other one that doesn't wants you to explicitly state what you want.