On Sun, Dec 02, 2007 at 09:40:24AM +1100, Roger Mc Murtrie wrote: > OSX 10.5.1 > SVN1.5.2 revision 21899 failed with: > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h > -I./.. -I../../boost -Wextra -Wall > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -g -Os -MT > InsetMathAMSArray.lo -MD -MP -MF .deps/InsetMathAMSArray.Tpo -c > InsetMathAMSArray.cpp -o InsetMathAMSArray.o > In file included from InsetMathAMSArray.cpp:24: > ../../src/support/lstrings.h: In function 'int lyx::support::compare(const > char*, const char*)': > ../../src/support/lstrings.h:42: error: 'strcmp' is not a member of 'std' > ../../src/support/lstrings.h: In function 'int lyx::support::compare(const > char*, const char*, unsigned int)': > ../../src/support/lstrings.h:53: error: 'strncmp' is not a member of 'std'
Could you please try to replcae the 'ifndef' in line 43 there by 'ifdef'? Andre'