Re: [Cppcms-users] [bug report]Test errors at Mac 10.9.3 x64
Brought to you by:
artyom-beilis
|
From: Abhishek K. <abh...@gm...> - 2014-07-24 09:17:58
|
Dear OP You didn't mention as to how exactly you used using mac-gcc... however, I am writing these steps, in case it helps for someone stuck. I had faced this exact problem. I had OSX 10.8, which contained gcc & g++, where cppcms compilation and tests worked perfectly. It was actually some apple-gcc 4.2 However, after I upgraded to OSX 10.9.4, I started facing errors. gcc and g++ were actually pointing to clang compiler. I installed gcc using "brew install gcc49", and corrected cc,gcc,c++,g++ commands to gcc-4.9 binary files, but didn't workout. I tried the same for gcc-4.6. Finally I tried it with old apple-gcc, I installed using command "brew install apple-gcc42" and this time it did work. Hope this helps someone. Regards, Abhishek |