Vector Issues with GCC
So the project compiles fine under MSVC, but I went to compile it for Linux (which was working fine yesterday) and since adding vectors to the project, I apparently now get these errors. I am hoping someone has a clue as to the cause as I am lost. Im wondering if it might be due to me using gcc/g++ 4.3 but I really dont know.
Code:
In file included from /usr/include/c++/4.3/vector:66, |
Re: Vector Issues with GCC
Worked fine on GCC-4.1
One day I will learn not to even bother trying to make 4.3 work. |
Re: Vector Issues with GCC
It looks like some macros were changed
Code:
/usr/include/c++/4.3/bits/stl_algobase.h:232:56: error: macro "min" passed 3 arguments, but takes just 2 I have a feeling once those errors are fixed, the others will probably go away. |
| All times are GMT -4. The time now is 05:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.