[Sharc-develop] Build Error
Status: Beta
Brought to you by:
kfstark
|
From: Duncan G. <d....@qu...> - 2007-02-27 05:06:26
|
Hi, I'm attempting to build sharc 1.00b2 from sources (tar.gz version) on a FC4 machine and get the following error: make all-recursive make[1]: Entering directory `/home/duncan/Desktop/sharc-1.00b2' Making all in scripts make[2]: Entering directory `/home/duncan/Desktop/sharc-1.00b2/scripts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/duncan/Desktop/sharc-1.00b2/scripts' Making all in src make[2]: Entering directory `/home/duncan/Desktop/sharc-1.00b2/src' source='zm.cpp' object='zm.o' libtool=no \ depfile='.deps/zm.Po' tmpdepfile='.deps/zm.TPo' \ depmode=gcc3 /bin/sh ../conftools/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -c -o zm.o `test -f 'zm.cpp' || echo './'`zm.cpp /usr/include/locale.h:125: error: expected unqualified-id before ‘throw’ /usr/include/locale.h:125: error: expected initializer before ‘throw’ /usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c ++/4.0.2/clocale:58: error: ‘::setlocale’ has not been declared /usr/include/libintl.h:83: error: expected unqualified-id before ‘throw’ /usr/include/libintl.h:83: error: expected initializer before ‘throw’ /usr/include/libintl.h:87: error: expected unqualified-id before ‘throw’ /usr/include/libintl.h:87: error: expected initializer before ‘throw’ make[2]: *** [zm.o] Error 1 make[2]: Leaving directory `/home/duncan/Desktop/sharc-1.00b2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/duncan/Desktop/sharc-1.00b2' make: *** [all] Error 2 Nothing useful came up on a google search that might indicate the problem. Any ideas where it might be falling over? Thanks, Duncan |