From: Vincent T. <vt...@un...> - 2010-01-23 12:37:00
|
Hey, i've just installed cegcc (mingw32ce compiler) from the svn repo. There is a limits.h in the folowin sub directories: /home/torri/local/opt/mingw32ce/arm-mingw32ce/include/c++/4.4.0/tr1/ /home/torri/local/opt/mingw32ce/arm-mingw32ce/include/ /home/torri/local/opt/mingw32ce/lib/gcc/arm-mingw32ce/4.4.0/include-fixed/ /home/torri/local/opt/mingw32ce/lib/gcc/arm-mingw32ce/4.4.0/install-tools/include/ When i include limits.h, it is the one in the third directory that is chosen, and not the one in the second (which, i think, is the correct one). Is it normal ? Vincent Torri |